- May 09, 2022
-
-
Douglas Barbosa Alexandre authored
Changelog: fixed
-
- 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>
-
Balasankar 'Balu' C authored
Change the sidekiq warning to raise an error instead Closes #6785 See merge request gitlab-org/omnibus-gitlab!6065
-
Roy Zwambag authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update deprecations for 15.0 Closes #6719 See merge request gitlab-org/omnibus-gitlab!6040
-
Gerard Hickey authored
Signed-off-by:
Gerard Hickey <ghickey@gitlab.com> Changelog: other
-
Balasankar 'Balu' C authored
Update pgbouncer['users'] syntax See merge request gitlab-org/omnibus-gitlab!6073
-
- May 03, 2022
-
-
Anton Smith authored
-
- May 04, 2022
-
-
Robert Marshall authored
Merge branch '6507-remove-gitlab-ctl-promote-to-primary-node-and-gitlab-ctl-promote-db' into 'master' Geo - Remove deprecated commands Closes #6507 See merge request gitlab-org/omnibus-gitlab!6059
-
Douglas Barbosa Alexandre authored
Removes the `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promote-db` commands that were deprecated in GitLab 14.5 in favor of `gitlab-ctl geo promote. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6507 Changelog: changed
-
- May 03, 2022
-
-
Balasankar 'Balu' C authored
Expose Praefect's background verification config via gitlab.rb Closes gitaly#4172 See merge request gitlab-org/omnibus-gitlab!6044
-
- Apr 20, 2022
-
-
Sami Hiltunen authored
Praefect's has recently gained new background verification functionality. This commit exposes the relevant configuration through omnibus. Changelog: added
-
- May 03, 2022
-
-
Balasankar 'Balu' C authored
Remove gitlab_shell custom_hooks_dir setting Closes #6393 See merge request gitlab-org/omnibus-gitlab!6045
-
- Apr 20, 2022
-
-
Robert Marshall authored
- Remove the custom_hooks_dir from the gitlab_shell configuration tree Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6393 Changelog: removed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 02, 2022
-
-
Robert Marshall authored
Run build library rspec once and add test coverage report See merge request gitlab-org/omnibus-gitlab!6013
-
- Mar 29, 2022
-
-
Balasankar "Balu" C authored
Introduces simplecove test coverage tracking to the CI pipelines. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4809 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Run the build library rspec tests once total instead of once for each platform supported by Omnibus GitLab. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4809 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 02, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-