- 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 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>
-
Stan Hu authored
https://github.com/ruby/uri/pull/26 refactored how schemes are registered in the `uri` gem. Ruby 3.1.4 - 3.2.2 ships with uri v0.12.1, which has this change. Changelog: fixed
-
Balasankar 'Balu' C authored
Add SMTP timeout configuration options See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6874 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 09, 2023
-
-
Stan Hu authored
In https://github.com/mikel/mail/pull/1427/files, mail v2.8.1 gem modified the default open and read timeout values to 5 seconds instead of the default `Net::SMTP` 30 and 60 seconds, respectively. Since upgrading to GitLab 15.10.3, some users have observed receiving `Net::ReadTimeout` errors. This commit restores the original defaults and allows users to configure the timeouts. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/410336 Changelog: added
-
- May 15, 2023
-
-
Balasankar 'Balu' C authored
Remove blanket allowlist for EPL 2.0; allowlist `elkjs` instead See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6870 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Thong Kuah <tkuah@gitlab.com>
-
Thong Kuah authored
elkjs has been approved in https://gitlab.com/gitlab-com/legal-and-compliance/-/issues/1505
-
Balasankar 'Balu' C authored
Use Ubuntu 20.04 for triggered FIPS builds See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6890 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 12, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 15, 2023
-
-
Balasankar 'Balu' C authored
Remove puma worker killer initializer See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6891 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Nikola Milojevic <nmilojevic@gitlab.com>
-
- May 12, 2023
-
-
Nikola Milojevic authored
-
Balasankar 'Balu' C authored
Add Ubuntu 22.04 to nightly builds Closes #7802 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6875 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- May 09, 2023
-
-
Andrew Patterson authored
Add Ubuntu 22.04 Omnibus package to the nightly uploads to PackageCloud.
-
- May 12, 2023
-
-
Robert Marshall authored
Update rubygems/rubygems from 3.4.12 to 3.4.13 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6880 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Update rubygems/rubygems from 3.4.12 to 3.4.13 Changelog: changed
-
Balasankar 'Balu' C authored
EL Stream releases have different VERSION strings Closes #6397 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6884 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Enterprise Linux Stream releases use integer versions such as '8' or '9' rather than '8.x' or '9.x'. This updates the SELinux compatibility detection code to accept either type of version string. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6397 Changelog: fixed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 11, 2023
-
-
Robert Marshall authored
Fix broken link See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6882 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Felix D <felix.divo@gmail.com>
-
Felix D authored
Updates a link about data migration checking before updating to GitLab 15 in the documentation. Changelog: other
-
Balasankar 'Balu' C authored
Ensure EL 9 packages require SELinux tools See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6883 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Need to install the SELinux tools for EL 9 packages for the SELinux policies to be applied correctly. - Ensure EL 9 identifies as SELinux ready. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6878 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
Document Grafana deprecation See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6878 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Hossein Pursultani <hpursultani@gitlab.com>
-
Hossein Pursultani authored
Amends documentation to reflect the upcoming removal of Grafana in 16.3 and its deprecation in 16.0. Changelog: deprecated
-