- May 26, 2023
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6921, we're adding support for configuring a password to authenticate with Redis Sentinel. This commit adds support for the `requirepass` config option so that the Omnibus-provided Sentinel can require a password. If `sentinel['password']` is set, the Sentinel instance passwords default to this password to make it easy to enable this option. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/235938 Changelog: added
-
- May 30, 2023
-
-
Achilleas Pipinellis authored
Update grammar See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6924 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
purya behzadpur <puryabzp@gmail.com>
-
purya behzadpur authored
-
Ashraf Khamis authored
Docs remove eol spaces See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6929 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
fneill <fneill@gitlab.com>
-
Fiona Neill authored
-
- May 25, 2023
-
-
Robert Marshall authored
Do not allow build-package-on-all-os job to fail on automatic runs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6904 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/groups/gitlab-org/-/epics/9034 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Stop building Ubuntu 16.04 packages Closes #6211 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6903 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Do not build Ubuntu 16.04 packages - Remove or modify remaining jobs that use Ubuntu 16.04 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6211 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Support grpc gem v1.48.0+ with workaround for native extension not compiling See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6908 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 21, 2023
-
-
Stan Hu authored
https://github.com/grpc/grpc/pull/27660 significantly modified the Ruby extconf.rb for TruffleRuby. Update the system SSL patch to enable FIPS builds to work for gems after 1.48.0.
-
- May 19, 2023
-
-
Stan Hu authored
On platforms that need to compile the grpc native extension, there is a bug introduced in grpc v1.48.0 that causes the native extension to include re2 headers from `/opt/gitlab/include` instead of `vendor/re2`. To work around that problem, add `vendor/re2` in the include path. Relates to: * https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7815 * Relates to https://github.com/grpc/grpc/pull/32580 Changelog: fixed
-
- May 24, 2023
-
-
Achilleas Pipinellis authored
Update project to use Ruby 3.2.2-based Docker images See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6915 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
Make minor documentation updates to test the jobs
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 23, 2023
-
-
Evan Read authored
Updated guidance for "gitlab-ctl hup puma" for zero downtime upgrades See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6846 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Gabriel Yoachum <gyoachum@gitlab.com>
-
Gabriel Yoachum authored
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
- May 22, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 23, 2023
-
-
Balasankar 'Balu' C authored
Make ci_runners_stale_machines_cleanup_worker job run more frequently See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6906 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
- May 19, 2023
-
-
Pedro Pombeiro authored
Changelog: changed
-
- May 22, 2023
-
-
Balasankar 'Balu' C authored
Drop reinstall of google-protobuf and use precompiled gems See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6909 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 20, 2023
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/1372 reinstalled the google-protobuf gem because as shown in https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/2042, the precompiled gem of google-protobuf didn't work on CentOS 6 due to glibc compatibility issues. However, since then we've dropped support for CentOS 6. The precompiled gem is built with `manylinux2014_x86_64`, which is CentOS 7. We already use precompiled gems for `grpc` (which also compiles google-protobuf), `prometheus-client-mmap`, and `nokogiri`, so there's no reason `google-protobuf` should be an exception. Using the precompiled gem speeds build times and avoids build issues with CentOS 7 and SLES 12.5. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7818 Changelog: changed
-
- May 19, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 18, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- May 17, 2023
-
-
Robert Marshall authored
Bump geo-ci tag for triggers to 0.7.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6895 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 15, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 17, 2023
-
-
Balasankar 'Balu' C authored
Stop accepting the old Gitaly config structure See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6866 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by:
João Cunha <j.a.cunha@gmail.com>
-
João Alexandre Cunha authored
The old configuration structure was deprecated and expected to be removed in 16.0. User should refer to this link for the config migration: https://docs.gitlab.com/ee/update/#gitaly-omnibus-gitlab-configuration-structure-change Changelog: removed
-
- May 16, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Jason Plum authored
Update docs to use sidekiq['log_format'] of `text` instead of `default` See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6897 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
`default` is confusing if we need to switch the default to JSON as we are discussing in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/120668. We should make the docs consistent and use `text`, which is both backward and foward compatible.
-
Robert Marshall authored
Switch gitaly['cgroups_count'] removal version to 16.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6896 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Stop accepting the old Praefect config structure See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6867 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Sami Hiltunen <shiltunen@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Patrick Steinhardt <psteinhardt@gitlab.com> Reviewed-by:
Sami Hiltunen <shiltunen@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
João Cunha <j.a.cunha@gmail.com>
-
João Alexandre Cunha authored
The old configuration structure was deprecated and expected to be removed in 16.0. User should refer to this link for the config migration: https://docs.gitlab.com/ee/update/#praefect-omnibus-gitlab-configuration-structure-change Changelog: removed
-
Balasankar 'Balu' C authored
Update bundler to v2.4.13 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6886 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 11, 2023
-
-
Stan Hu authored
This fixes a warning when using CINC packages from PackageCloud: https://github.com/rubygems/rubygems/issues/6614
-
- May 15, 2023
-
-
Balasankar 'Balu' C authored
Make tests pass with Ruby 3.1.4 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6864 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-