- Mar 09, 2025
-
-
Andrew Patterson authored
Use 3.3.7 for the NEXT_RUBY_VERSION default.
-
- Mar 07, 2025
-
-
Robert Marshall authored
Enable 'pg_sequences' metric for GitLab Exporter Closes #8890 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8213 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Prabakaran Murugesan <pmurugesan@gitlab.com>
-
Prabakaran Murugesan authored
- Exposes 'pg_sequences' in the gitlab-exporter metrics MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8213 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8890 Changelog: added
-
Evan Read authored
Add caveat to known issue with Geo and PostgreSQL upgrades Closes #8947 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8219 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Michael Hofer <michael.hofer@adfinis.com>
-
Karras authored
-
Evan Read authored
Mention the need of no port in no_proxy See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8218 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Achilleas Pipinellis <axil@gitlab.com>
-
Achilleas Pipinellis authored
-
- Mar 06, 2025
-
-
Andrew Patterson authored
Update dependency container-registry to v4.17.1-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8123 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Pawel Rozlach <prozlach@gitlab.com> Approved-by:
Gabriel Mazetto <gabriel@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Reviewed-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Renovate Bot authored
Changelog: changed
-
Balasankar 'Balu' C authored
gitaly: Fix cgroups v2 configuration issues See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7968 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> Reviewed-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Reviewed-by:
James Liu <jliu@gitlab.com> Reviewed-by:
Emily Chui <echui@gitlab.com> Co-authored-by:
James Liu <jliu@gitlab.com>
-
James Liu authored
Changelog: fixed
-
- Mar 05, 2025
-
-
Robert Marshall authored
Update to PG 14.17 and 16.8 Closes #8940 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8216 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Dmytro Makovey <dmakovey@gitlab.com>
-
Dmytro Makovey authored
- Upgrades to PG 14.17 and 16.8 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8940 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
Revert "Merge branch 'update-pg-feb-2025' into 'master'" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8215 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Dmytro Makovey <dmakovey@gitlab.com>
-
Dmytro Makovey authored
This reverts merge request !8201 The merge request had a typo in the title and body which create a broken changelog. After consultation with Skarbek and Mayra, we decided to do a revert and re-apply to fix things and delete the bad record from the generated changelog on March 19th/20th.
-
Robert Marshall authored
Do not require stopping the registry to apply up DB migrations See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8202 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
Gabriel Mazetto <gabriel@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
João Pereira <jpereira@gitlab.com>
-
João Pereira authored
Allows the container registry metadata database to be updated without a restart of the registry service. Related https://gitlab.com/gitlab-org/container-registry/-/issues/1516 Changelog: changed
-
Robert Marshall authored
Ensure Ruby default gem directories are preserved in cache See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8193 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Feb 22, 2025
-
-
Stan Hu authored
Default gems such as `ruby2_keywords` create blank directories. For example, `ruby2_keywords` in Ruby 3.2 creates: ``` root@build:/# ls -al /opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems/ruby2_keywords-0.0.5 total 8 drwxr-xr-x 2 root root 4096 Feb 22 23:22 . drwxr-xr-x 89 root root 4096 Feb 22 23:22 .. ``` Omnibus uses a Git cache that runs `git add -A -f --worktree=/opt/gitlab`. Because these directories are blank, the Omnibus Git cache doesn't preserve them. This doesn't seem to cause problems because Bundler ultimately cares whether the `.gemspec` file exists, but it is confusing. We should preserve these directories as they were created by Ruby. Fix this by adding a blank `.gitkeep` to all subdirectories inside `/opt/gitlab/embedded/lib/ruby/gems/3.2.0/gems` for Ruby 3.2. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8935 Changelog: fixed
-
- Mar 04, 2025
-
-
Achilleas Pipinellis authored
Clarify that operating systems do not need to be updated for OpenSSL 3 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8212 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
There has been some confusion around GitLab 17.7 and needing to update operating systems. Updating to OpenSSL 3 does not mean users have to upgrade RedHat Linux, for example. This commit attempts to address those concerns.
-
Robert Marshall authored
Add support for building Ruby 3.4.2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8178 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Bojan Marjanovic <bmarjanovic@gitlab.com>
-
Bojan Marjanovic authored
- Enables Ruby 3.4.2 builds on demand in the pipelines. Relates to https://gitlab.com/groups/gitlab-org/-/epics/16601
-
- Mar 03, 2025
-
-
Ian Baum authored
Use TW Team Docker image for site build test See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8207 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
Also update Vale rules from 'gitlab' project
-
- Mar 01, 2025
-
-
Robert Marshall authored
Update dependency bundler to v2.6.5 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8197 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Dependency Bot authored
- Updates bundler to v2.6.5 Changelog: changed
-
Robert Marshall authored
Default to PostgreSQL 16 for fresh installs Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8829 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8198 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jon Doveston <jdoveston@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
- Feb 25, 2025
-
-
Clemens Beck authored
* Fresh installs now default to PostrgreSQL 16. * The default can be overridden by setting `postgresql['version']=14`. * Existing installations do not upgrade automatically. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8829 Changelog: changed
-
- Feb 28, 2025
-
-
Ian Baum authored
Update dependency libxml2 to v2.13.6 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8184 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
- Feb 18, 2025
-
-
GitLab Renovate Bot authored
Changelog: changed
-
- Feb 27, 2025
-
-
Balasankar 'Balu' C authored
Added Ubuntu 24.04 to nightly builds Closes #8937 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8200 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Denis Afonso <dafonso@gitlab.com>
-
Denis Afonso authored
-
Balasankar 'Balu' C authored
Update to PG 14.7 and 16.8 Closes #8940 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8201 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:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Upgrades to PG 14.7 and 16.8 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8940 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Feb 26, 2025
-
-
Evan Read authored
Update vale rules for omnibus docs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8199 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
Marcel Amirault authored
Update rules to support hugo shortcodes, update links and other updates from main gitlab rules
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-