- May 07, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Use Ubuntu 22.04 for license and manifest upload Closes #8523 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7577 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Updates the license and manifest upload jobs to use Ubuntu 22.04 instead of Ubuntu 18.04. Ubuntu 18.04 reached end of standard support on May 31, 2023 and was deprecated in GitLab version 16.9. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8084 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8523 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Balasankar 'Balu' C authored
Remove PostgreSQL 13 Closes #8341 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7546 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
* Remove PostgreSQL 13 builds. * Remove unused PostgreSQL 12 build definition. * Move PostgreSQL 14 from 'new' to 'default' build definition. * Update minimum PostgreSQL version notice. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8341 Changelog: removed
-
- May 06, 2024
-
-
Andrew Patterson authored
Update gitlab-org/container-registry from v3.93.0-gitlab to v4.0.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7580 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- May 02, 2024
-
-
deps authored
Changelog: changed
-
- May 06, 2024
-
-
Balasankar 'Balu' C authored
Use bundler to install Omnibus gems See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7362 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
Instead of calling `gem install <x>` many times, let's define the `Gemfile` and `Gemfile.lock` and run `bundle install`. This ensures dependencies are pinned and don't quietly move with a new invocation of `gem install`. There is also a side benefit to using `bundler`: we can later use the newly-introduced feature to include and verify checksums (https://github.com/rubygems/rubygems/pull/6374). `bundler` generally installs everything in the expected gem directory that is used by `ruby`, but for gems installed from a Git source, `bundler` puts those gems in a special `bundler/gems` directory. We don't use any gems from Git sources now--`gitlab-ruby-shadow` is now used instead of `ruby-shadow`--there is no issue. Also, note that if we want to ensure `gitlab-ctl` doesn't try to pull in gems from GitLab Rails, we could invoke `bundler`, but this is a slightly riskier change. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8368 Changelog: changed
-
- May 04, 2024
-
-
Robert Marshall authored
Remove deprecated min_concurrency and max_concurrency for Sidekiq See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7549 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:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
Gregorius Marco <gmarco@gitlab.com>
-
Gregorius Marco authored
- Eliminates code related to `min_concurrency` and `max_concurrency` options in sidekiq. Related https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/3422 Changelog: removed
-
- May 02, 2024
-
-
Andrew Patterson authored
Update gitlab-org/build/omnibus-mirror/node_exporter from 1.7.0 to 1.8.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7569 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Apr 25, 2024
-
-
deps authored
Changelog: changed
-
- May 02, 2024
-
-
Balasankar 'Balu' C authored
Update exiftool/exiftool from 12.82 to 12.84 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7560 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>
-
Ghost User authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update BUILDER_IMAGE_REVISION to v5.12.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7565 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Apr 23, 2024
-
-
Stan Hu authored
v5.11.0 updates Node.js from v18.17 to v20.12: https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/merge_requests/337 Changelog: changed
-
- May 02, 2024
-
-
Evan Read authored
Fix links in GitLab Omnibus project See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7579 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
Lysanne Pinto authored
-
- May 01, 2024
-
-
Andrew Patterson authored
Update gitlab-org/build/omnibus-mirror/redis_exporter from 1.58.0 to 1.59.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7561 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Ghost User authored
Changelog: changed
-
- Apr 30, 2024
-
-
Robert Marshall authored
Update rubygems/rubygems from 3.5.7 to 3.5.9 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7541 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> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
- Updates rubygems/rubygems from 3.5.7 to 3.5.9 Changelog: changed
-
Robert Marshall authored
Switch to Lychee for link checking See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7547 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>
-
Evan Read authored
Use Lychee instead of nanoc for link validation in documentation. Related https://gitlab.com/gitlab-org/technical-writing/-/issues/979
-
Andrew Patterson authored
Update gitlab-org/container-registry from v3.92.0-gitlab to v3.93.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7568 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Apr 25, 2024
-
-
deps authored
Changelog: changed
-
- Apr 29, 2024
-
-
Jason Plum authored
Add section about troubleshooting SSH push/pull error See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7534 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Alexandr Tanayno <atanayno@gitlab.com>
-
Alexandr Tanayno authored
Co-authored-by:
Evan Read <eread@gitlab.com>
-
Fiona Neill authored
Update Docs: 17.0 Remove support for single database connection See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7570 Merged-by:
Fiona Neill <fneill@gitlab.com> Approved-by:
Fiona Neill <fneill@gitlab.com> Co-authored-by:
Manoj M J <mmj@gitlab.com>
-
Manoj M J authored
-
- Apr 27, 2024
-
-
Robert Marshall authored
Pin parser dependency in chef-bin See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7572 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Ryan Egesdahl <deriamis@gmail.com>
-
Ryan Egesdahl authored
Installing chef-bin via `gem install` makes all of its dependencies floating, including the `parser` gem. Because the `parser` gem is *also* used by other Ruby modules, the floating dependencies can cause failures, such as a recent problem that caused `gitlab-ctl` to fail because `inspec-core` depends on `parser` as well. This is a temporary fix to correct the floating dependency on `parser` until a more permanent fix is in place.
-
- Apr 26, 2024
-
-
Robert Marshall authored
Fix reconfigure failure if Redis node has Rails Sentinel config See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7567 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Apr 25, 2024
-
-
Stan Hu authored
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7500 introduced a regression when a node with a managed Redis node has Sentinels configured in `gitlab_rails` section. Previously the `redis['default_host']` would only be set if `gitlab_rails['redis_sentinels']` were empty. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8465#note_1879691545 Changelog: fixed
-
- Apr 24, 2024
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-