- Sep 25, 2023
-
-
DJ Mountney authored
- Create two scopes, build and cookbooks - Add some optional sections for reviewers who won't be maintainers, but are good suggestions for reviewers - Allow any maintainers to merge docs
-
- Sep 15, 2023
-
-
Robert Marshall authored
Update gitlab-org/container-registry from v3.79.0-gitlab to v3.83.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7093 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
- Update gitlab-org/container-registry from v3.79.0-gitlab to v3.83.0-gitlab Changelog: changed
-
Robert Marshall authored
Update redis/redis from 7.0.12 to 7.0.13 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7126 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
- Update redis/redis from 7.0.12 to 7.0.13 Changelog: changed
-
Robert Marshall authored
Ensure postgresql_new is included in GitLab CE Closes #8189 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7122 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
dustinmm80 <dcollins@gitlab.com>
-
Dustin Collins authored
- Adds postgresql_new to the gitlab_rails configuration - Ensures gitlab_exporter users newer postgres libraries with backwards compatibility Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8189 Changelog: fixed
-
Robert Marshall authored
Require upgrade stop at 16.3 Closes #8103 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7110 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
GitLab 16.3 is a required upgrade stop for 16.4. See: https://docs.gitlab.com/ee/update/#upgrade-paths Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8103 Changelog: changed
-
Robert Marshall authored
Remove libre2 from build See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7139 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Sep 12, 2023
-
-
Stan Hu authored
With the update to re2 gem v2.0 in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/131273, we no longer need to build and ship libre2. The gem handles the building and compiling of all dependencies (libre2 and abseil-cpp), and it also ships with precompiled gems. This unblocks upgrades to the `grpc` gem since https://github.com/grpc/grpc/issues/33615 no longer applies. Changelog: changed
-
- Sep 14, 2023
-
-
Robert Marshall authored
Suppress Ruby experimental features warning messages See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7137 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Sep 11, 2023
-
-
Stan Hu authored
The Remote Development codebase uses Ruby's experimental pattern matching syntax (https://docs.ruby-lang.org/en/3.0/syntax/pattern_matching_rdoc.html). As a result, booting `gitlab-rails console` shows a stream of these warnings at compile-time: ``` warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby! ``` Let's just squelch these warnings for now since they're development warnings, and CI should catch issues if this breaks. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/420811 Changelog: fixed
-
- Sep 14, 2023
-
-
Balasankar 'Balu' C authored
Add clean up steps in preparation for re2 v2.0 gem See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7133 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Sep 09, 2023
-
-
Stan Hu authored
As mentioned in https://ruby.social/@mudge/111029298058288514, re2 v2.0 will ship with precompiled native gems. In preparation for that, perform clean up on unnecessary files: 1. As we do with nokogiri and gprc, remove unnecessary precompiled libraries for unused Ruby versions. 2. For arm64 platforms where we recompile native gems from source, the `ports` directory holds the abseil-cpp and libre2 tarballs. The extracted source, headers, and compiled libraries are also stored there. These files are not necessary since the final shared library statically links with the libraries. These changes are backwards compatible with re2 v1.0 since v1.0 doesn't ship with these files. Changelog: changed
-
- Sep 14, 2023
-
-
Balasankar 'Balu' C authored
Skip database validation during asset compile See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7118 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
- Sep 02, 2023
-
-
DJ Mountney authored
Fixes an issue on CE with validation failing for the embedding database on CE Changelog: fixed
-
- Sep 14, 2023
-
-
Achilleas Pipinellis authored
Fix links in documentation to avoid redirects See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7142 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
- Sep 13, 2023
-
-
Evan Read authored
-
- Sep 14, 2023
-
-
Balasankar 'Balu' C authored
Update FIPS Go to 1.20.7 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7129 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
- Sep 08, 2023
-
-
Clemens Beck authored
Update FIPS Go from 1.20.6 to 1.20.7 by bumping the builder image. Builder Tag: https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/tags/4.26.0 Changelog: changed
-
- Sep 14, 2023
-
-
Robert Marshall authored
Remove redundant postgres exporter custom queries Closes #8112 and #8164 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7092 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Postgres-exporter 13.0 moved queries from the default queries.yaml to collectors. The newly implemented collectors conflict with the custom queries.yaml from Omnibus, causing errors like: ``` An error has occurred while serving metrics: collected metric pg_replication_is_replica gauge:{value:0} has help "Indicates if the server is a replica" but should have "Indicates if this host is a slave" ``` Upstream MR: https://github.com/prometheus-community/postgres_exporter/pull/801 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8164 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8112 Changelog: fixed
-
- Sep 13, 2023
-
-
Balasankar 'Balu' C authored
Add packages for OpenSUSE 15.5 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7099 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
João Cunha <j.a.cunha@gmail.com>
-
João Alexandre Cunha authored
Added support for building the OpenSUSE LEAP 15.5 platform. Related to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8062 Changelog: added
-
- Sep 12, 2023
-
-
Balasankar 'Balu' C authored
Update gitlab-org/build/omnibus-mirror/redis_exporter from 1.53.0 to 1.54.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7125 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update gitlab-org/build/omnibus-mirror/prometheus from 2.46.0 to 2.47.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7124 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Jon Glassman authored
Clean up docs redirects, omnibus - 2023-09-11 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7135 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
-
- Sep 11, 2023
-
-
Evan Read authored
-
- Sep 12, 2023
-
-
Jon Glassman authored
Remove trailing whitespace from documentation See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7138 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
-
- Sep 11, 2023
-
-
Evan Read authored
Update memory constrained environments docs with changes in v16 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7130 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Sami Hiltunen <shiltunen@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by:
GitLab <eakca@gitlab.com>
-
Eren Akca authored
-
Balasankar 'Balu' C authored
Drop DISABLE_PUMA_NAKAYOSHI_FORK from Puma config See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7123 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Sep 06, 2023
-
-
Stan Hu authored
Puma 6 dropped support for nakayoshi_fork (https://github.com/puma/puma/issues/2258). GitLab has been running Puma 6 since GitLab 16.1 (https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119135). Changelog: changed
-