- Aug 16, 2022
-
-
Achilleas Pipinellis authored
-
Balasankar 'Balu' C authored
Use official SHA-256 as checksum for cacerts instead of MD5 See merge request gitlab-org/omnibus-gitlab!6251
-
- Aug 05, 2022
-
-
Takuya Noguchi authored
The sha256sum of cacerts is now provided by the author. Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
- Aug 11, 2022
-
-
Achilleas Pipinellis authored
Promote gitlab.MultiLineLinks to error See merge request gitlab-org/omnibus-gitlab!6265
-
- Aug 08, 2022
-
-
Niklas van Schrick authored
-
- Aug 10, 2022
-
-
Kati Paizee authored
Update docs MR template labels, Omnibus repo See merge request gitlab-org/omnibus-gitlab!6268
-
Amy Qualls authored
Add the maintenance-related labels to the docs template in this repo, to help get better default data.
-
Balasankar 'Balu' C authored
Make GET:Geo job manual See merge request gitlab-org/omnibus-gitlab!6267
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Update erubi from 1.10.0 to 1.11.0 See merge request gitlab-org/omnibus-gitlab!6256
-
- Aug 06, 2022
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
- Aug 10, 2022
-
-
Balasankar 'Balu' C authored
Add package-and-qa jobs for TRIGGER_CACHE_UPDATE_PIPELINE Closes #6964 See merge request gitlab-org/omnibus-gitlab!6263
-
- Aug 08, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 09, 2022
-
-
Achilleas Pipinellis authored
Clarify that "new encrypted_settings_key_base secret" for 13.7 applies to Geo as well See merge request gitlab-org/omnibus-gitlab!6250
-
Michael Gibson authored
-
Balasankar 'Balu' C authored
Update rack from 2.2.3 to 2.2.4 See merge request gitlab-org/omnibus-gitlab!6255
-
- 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 09, 2022
-
-
Balasankar 'Balu' C authored
Use updated syntax in OpenSSL::Digest See merge request gitlab-org/omnibus-gitlab!6254
-
- Aug 06, 2022
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-
- Aug 09, 2022
-
-
Fiona Neill authored
Clean up multi-line links in Omnibus repo See merge request gitlab-org/omnibus-gitlab!6264
-
- Aug 08, 2022
-
-
Amy Qualls authored
These links had their linking words separated by a hard wrap, which confuses many linters for links. Let's fix them so linting happens correctly
-
Balasankar 'Balu' C authored
Ensure pipeline is skipped in auto-deploy branches See merge request gitlab-org/omnibus-gitlab!6261
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Add perl as runtime dependency Closes #2275 and #4288 See merge request gitlab-org/omnibus-gitlab!6237
-
Robert Marshall authored
- Perl is required for exiftool and, in the current version, OpenSSL for hashing certificates. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4288 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/2275 Changelog: added Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Balasankar 'Balu' C authored
Fix auto-deploy tag regex in pipeline type detection See merge request gitlab-org/omnibus-gitlab!6259
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- 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
-