- Aug 06, 2022
-
-
Takuya Noguchi authored
Addresses CVE-2022-30122 and CVE-2022-30123. Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
- Aug 05, 2022
-
-
Robert Marshall authored
Update libxslt from 1.1.32 to 1.1.35 See merge request gitlab-org/omnibus-gitlab!6249
-
Takuya Noguchi authored
Adapts updates from the upstream: https://github.com/chef/omnibus-software/blob/a13b492fecf3162edc8e6c230a72bdb95aadf9899/config/software/libxslt.rb - Uses source GNOME project instead of xmlsoft - Uses SHA-256 checksum instead of MD5 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6248 Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: security
-
Robert Marshall authored
Use rubygems bundled with ruby language Closes #6957 and #6958 See merge request gitlab-org/omnibus-gitlab!6242
-
Takuya Noguchi authored
Removes the rubygems software configuration and updates all dependencies to use the rubygems bundled with the ruby language. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6958 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6957 Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
Robert Marshall authored
Update package_cloud from 0.3.05 to 0.3.09 See merge request gitlab-org/omnibus-gitlab!6243
-
Takuya Noguchi authored
- Updates package cloud and related gems, notably the thor gem which is used as part of Omnibus GitLab. Changelog: changed Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Robert Marshall authored
Attach jobs to pipelines using PIPELINE_TYPE See merge request gitlab-org/omnibus-gitlab!6228
-
Balasankar 'Balu' C authored
Consolidates the complex rules governing Omnibus GitLab pipelines into a single place by attaching jobs based on the type of pipeline. The PIPELINE_TYPE variable is calculated based on elements of the build environment such as project path, variables, and etc. Each job definition lists the PIPELINE_TYPEs it should join. This iteration does not touch any build or release jobs and only impacts jobs running on GitLab.com. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6765 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
gitaly: Unconditionally ask Gitaly to ignore the gitconfig Closes gitaly#4230 See merge request gitlab-org/omnibus-gitlab!6245
-
Patrick Steinhardt authored
In 4bf3bf85 (gitaly: Reintroduce migration to [[git.config]] stanzas, 2022-07-13), we introduced a toggle telling Gitaly to ignore any gitconfig files on the local disk. Git configuration should only have one source of truth, and with this toggle enabled Gitaly only uses its own default values and overrides must be provided by the administrator through the new `[[git.config]]` stanzas. Because the initial attempt had to be reverted, this feature was rolled out to our production fleet gated behind an opt-in flag. We observed no change in behavior during testing, so this toggle may now be removed and local gitconfig files will be permanently ignored. Removes the flag and gitaly now ignores the gitconfig unconditionally. Closes https://gitlab.com/gitlab-org/gitaly/-/issues/4230 Changelog: changed
-
Robert Marshall authored
Remove svlogd filter from consul configuration Closes #6589 See merge request gitlab-org/omnibus-gitlab!6154
-
Jason Young authored
Consul changed the log line format in version 1.7.0 - and at the same time added in thresholds that made the logging less noisy. This removes the svlogd filter that we added in !1946 as it is no longer matching the log line, and is no longer necessary to suppress repeated log entries. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6589 Changelog: changed
-
- Aug 04, 2022
-
-
Balasankar 'Balu' C authored
Limit concurrency of package publish jobs using resource_group See merge request gitlab-org/omnibus-gitlab!6231
-
- Jul 29, 2022
-
-
Reuben Pereira authored
The package publish jobs can easily overwhelm the package server. When all the publish jobs are executed at the same time, most of them fail due to 5xx responses from the package server. This commit uses a resource_group to limit the number of concurrent package publish jobs that can be executed. They will be executed one at a time per commit. Note that this will not restrict concurrency for pipelines running on different commits.
-
- Aug 04, 2022
-
-
Balasankar 'Balu' C authored
Update cacerts to 2022.07.19 See merge request gitlab-org/omnibus-gitlab!6232
-
- Aug 01, 2022
-
-
Stan Hu authored
The previous version is almost a year ago, so it's time to update to a more recent version. Changelog: changed
-
- Aug 04, 2022
-
-
Balasankar 'Balu' C authored
Use bundle update to update gem See merge request gitlab-org/omnibus-gitlab!6244
-
- Aug 03, 2022
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Aug 04, 2022
-
-
Balasankar 'Balu' C authored
Remove upstream patch for RHEL 5 and Ruby 2.1/2.2 from ruby See merge request gitlab-org/omnibus-gitlab!6247
-
- Aug 03, 2022
-
-
Takuya Noguchi authored
In the upstream, this was removed in 2018: https://github.com/chef/omnibus-software/pull/965 Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Aug 04, 2022
-
-
Balasankar 'Balu' C authored
Remove build optimization condition branch from ruby See merge request gitlab-org/omnibus-gitlab!6246
-
- Aug 03, 2022
-
-
Takuya Noguchi authored
Red Hat Enterprise Linux (RHEL) 5 reached end of extented life-cycle support aka ELS by Red Hat in Nov 2020. Partially porting from: https://github.com/chef/omnibus-software/pull/1088 Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Aug 02, 2022
-
-
Achilleas Pipinellis authored
Update broken links in docs Closes #6953 See merge request gitlab-org/omnibus-gitlab!6238
-
Raimund Hook authored
Fix #6953 Signed-off-by:
Raimund Hook <raimund.hook@exfo.com>
-
Balasankar 'Balu' C authored
Ensure Omnibus Docker image has exiftool deps Closes #6951 See merge request gitlab-org/omnibus-gitlab!6236
-
Robert Marshall authored
- Install the MRO perl library required by exiftool since version 11.86 since it seems it is not present by default on Ubuntu 20 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4288 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6951 Changelog: fixed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Aug 01, 2022
-
-
Suzanne Selhorn authored
Update Markdownlint and Vale configuration See merge request gitlab-org/omnibus-gitlab!6233
-
Evan Read authored
Fix files that fail updated rules
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jul 29, 2022
-
-
Balasankar 'Balu' C authored
Add ci_runner_versions_reconciliation_worker setting See merge request gitlab-org/omnibus-gitlab!6198
-
- Jul 07, 2022
-
-
Pedro Pombeiro authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/358406 Changelog: added
-
- Jul 29, 2022
-
-
Balasankar 'Balu' C authored
Gracefully handle blank CPU information See merge request gitlab-org/omnibus-gitlab!6230
-
- Jul 27, 2022
-
-
Stan Hu authored
On some platforms, such as a Raspberry Pi 4 on Ubuntu 22.04, Ohai does not properly parse the `lscpu` output (https://github.com/chef/ohai/issues/1760). If there is no node information, default to a single thread. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6896 Changelog: fixed
-
- Jul 29, 2022
-
-
Balasankar 'Balu' C authored
Add GITLAB_METRICS_EXPORTER_VERSION for releases See merge request gitlab-org/omnibus-gitlab!6222
-
Matthias Käppler authored
We need this in release tools. The exporter is not used yet so this is just for preparing its launch. Changelog: other
-
- Jul 28, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-