- May 12, 2022
-
-
Robert Marshall authored
- Add a merge request template for configuration deprecation tasks Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 11, 2022
-
-
Balasankar 'Balu' C authored
Update Omnibus Gem Version Closes #6829 See merge request gitlab-org/omnibus-gitlab!6097
-
Robert Marshall authored
- Updates to Omnibus Gem 8.2.1.8 which now uses CINC upstream rubygems sources for `chef-utils` and `chef-config` Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6829 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6405 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Achilleas Pipinellis authored
Update text for delete vs expunge for clarity See merge request gitlab-org/omnibus-gitlab!6084
-
- May 09, 2022
-
-
charlie ablett authored
-
- May 10, 2022
-
-
Robert Marshall authored
Update depscan to 2.3.2 Closes #6786 See merge request gitlab-org/omnibus-gitlab!6083
-
DJ Mountney authored
Fixes an issue where vulnerabiltiies weren't being saved to gitlab because the job was failing. Also updates the default db to a newer version that has the openssl version fix by default. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6786
-
Robert Marshall authored
Geo - Remove database_geo.yml cleanup See merge request gitlab-org/omnibus-gitlab!6089
-
Douglas Barbosa Alexandre authored
Deletes cleanup code for transition from database_geo.yml to the multi-database format. Related https://gitlab.com/gitlab-org/gitlab/-/issues/351946 Changelog: other EE: true
-
- May 09, 2022
-
-
Robert Marshall authored
Add Praefect verifier deletion logic config option See merge request gitlab-org/omnibus-gitlab!6081
-
Sami Hiltunen authored
Adds a configuration option to enable deletion of invalid metadata records found by Praefect's metadata verifier. Related https://gitlab.com/gitlab-org/gitaly/-/issues/4211 Changelog: added
-
Balasankar 'Balu' C authored
Only check listen address and port if both exporter and health checks are enabled See merge request gitlab-org/omnibus-gitlab!6086
-
Roy Zwambag authored
Changelog: fixed
-
Balasankar 'Balu' C authored
Remove Geo database settings only if some services are enabled See merge request gitlab-org/omnibus-gitlab!6072
-
Douglas Barbosa Alexandre authored
Changelog: fixed
-
Balasankar 'Balu' C authored
Expose Elasticsearch probe See merge request gitlab-org/omnibus-gitlab!5960
-
John Mason authored
Changelog: added
-
Balasankar 'Balu' C authored
Resolve "Update GET:Geo job to use new project" Closes #6791 See merge request gitlab-org/omnibus-gitlab!6058
-
Ian Baum authored
* Geo specific CI jobs were moved to a separate project
-
- May 06, 2022
-
-
Robert Marshall authored
Update OpenSSL to 1.1.1o See merge request gitlab-org/omnibus-gitlab!6080
-
[┐∵]┘GitLab Dependency Bot authored
- Automated dependency update from OpenSSL version 1.1.1n to 1.1.1o Changelog: changed
-
Robert Marshall authored
Replace reports:cobertura with coverage_report keyword Closes #6819 See merge request gitlab-org/omnibus-gitlab!6082
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6819 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Remove obsolete Prometheus upgrade check See merge request gitlab-org/omnibus-gitlab!6070
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/2940 Changelog: removed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Migrate from Chef to Cinc Closes #6777 and #6404 See merge request gitlab-org/omnibus-gitlab!6032
-
Robert Marshall authored
- Use cinc as a replacement for Chef in Omnibus GitLab. To avoid conflating migration issues with upgrade issues, the change intentionally uses the cinc version that parallels the version of chef currently shipping in the Omnibus GitLab package. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6404 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6777 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
Remove support for configuring gitaly nodes in praefect virtual storage hash's root See merge request gitlab-org/omnibus-gitlab!6052
-
Balasankar 'Balu' C authored
GitLab 13.9 deprecated placement of gitaly node configuration at the root level in the praefect virtual storage hash. Gitlab 15.0 completely removes compatibility for this deprecated syntax. Closes https://gitlab.com/gitlab-org/distribution/team-tasks/-/issues/830 Changelog: removed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 04, 2022
-
-
Robert Marshall authored
Update Mattermost to 6.6.1 See merge request gitlab-org/omnibus-gitlab!6039
-
Mustafa Kara authored
Changelog: other Signed-off-by:
Mustafa Kara <mkara@pinchflat.dev>
-
Robert Marshall authored
Make 14.10 minimum required version to upgrade to 15.0 Closes #6810 See merge request gitlab-org/omnibus-gitlab!6050
-
Balasankar 'Balu' C authored
Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6810 Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Add Puma config support for SSL See merge request gitlab-org/omnibus-gitlab!6004
-
Stan Hu authored
To encrypt communication between Workhorse and Puma, some environments may want to enable encryption on Puma. Sample config: ``` puma['ssl_listen'] = "127.0.0.1" puma['ssl_port'] = 9111 puma['ssl_certificate'] = '/path/to/readable-certs/internal.example.crt' puma['ssl_certificate_key'] = '/path/to/readable-certs/gitlab.example.key' ``` Note that the Puma user (`git`) MUST have permission to read the certificate and keys. `/etc/gitlab/ssl` is normally not readable by this user. Unlike NGINX, Puma does not initially run as the root user and then fork workers with a less privileged user. If SSL is enabled for Puma, we configure Workhorse to use it automatically as the Workhorse `authBackend`. `authSocket` will be disabled by default once SSL is enabled on Puma. Since Chef merges the defaults with `nil` values, the Puma default values will always take precedence. Now users can disable this by setting blank strings: ``` puma['listen'] = "" puma['socket'] = "" ``` Related https://gitlab.com/gitlab-org/gitlab/-/issues/353013 Changelog: added
-
GitLab Release Tools Bot authored
[ci skip]
-
DJ Mountney authored
Default to PG13 in new installations Closes #6707 See merge request gitlab-org/omnibus-gitlab!6043
-
- Apr 18, 2022
-
-
Robert Marshall authored
- New installations using Omnibus GitLab will use PostgreSQL version 13.3 by default Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6707 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 04, 2022
-
-
Marin Jankovski authored
Fix deprecation of gitlab_rails keys See merge request gitlab-org/omnibus-gitlab!6078
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-