- Jul 20, 2024
-
-
Georges Racinet authored
Something must remove it early in the build, as it is also created before calling `build:project`. Of course the problem depends on the ordering of steps. Putting the `mkdir` in all these configurations is heavy handed and can lead to more conflicts, but the cost of random failures is just too high.
-
Georges Racinet authored
This looks to be the same as in 2e2c1b604bcd, and it caused the upstream merge to be stalled a long time before we could take a look: https://foss.heptapod.net/heptapod/omnibus-heptapod/-/jobs/2453377
-
- May 20, 2024
-
-
Andrew Patterson authored
Merge branch 'security_mattermost_update_2024-04' into 'master' See merge request gitlab-org/security/omnibus-gitlab!425 Changelog: security
-
- May 15, 2024
-
-
Clemens Beck authored
Changelog: changed
-
Robert Marshall authored
Update gitlab-org/gitlab-exporter from 14.4.0 to 14.5.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7581 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Robert Marshall authored
Update rubygems/rubygems from 3.5.9 to 3.5.10 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7582 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- May 10, 2024
-
-
Stan Hu authored
Previously users would see this warning at the end of a reconfigure: ``` WARN: This release of Cinc Client became end of life (EOL) on May 1st 2024 ``` This warning started to show up on a May 1, 2024, but the admin has no control over what version of Cinc is used. Disable this warning since it doesn't provide any useful information. Changelog: changed
-
- May 15, 2024
-
-
- Updates gitlab-org/gitlab-exporter from 14.4.0 to 14.5.0 Changelog: changed
-
- Updates rubygems/rubygems from 3.5.9 to 3.5.10 Changelog: changed
-
- May 14, 2024
-
-
Georges Racinet authored
-
- May 09, 2024
-
-
Stan Hu authored
This fixes a number of CVEs a bugs: * https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-1-5-released/ * https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/ This drops the `fix-ruby-xfree-for-libxml2` patch for Ruby 3.1.5 since the change has been merged upstream. This will also enable us to update to Puma 6.4.2 since https://bugs.ruby-lang.org/issues/19837 has been resolved in Ruby 3.1.5. Changelog: changed
-
- May 07, 2024
-
-
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 02, 2024
-
-
deps authored
Changelog: changed
-
- May 06, 2024
-
-
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
-
- Apr 25, 2024
-
-
deps authored
Changelog: changed
-
- May 02, 2024
-
-
Ghost User authored
Changelog: changed
-
- May 01, 2024
-
-
Ghost User authored
Changelog: changed
-
- Apr 30, 2024
-
-
dependencies.io Bot authored
- Updates rubygems/rubygems from 3.5.7 to 3.5.9 Changelog: changed
-
- Apr 25, 2024
-
-
deps authored
Changelog: changed
-
- Apr 27, 2024
-
-
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 17, 2024
-
-
Akis Maziotis authored
Changelog: other
-
- Apr 18, 2024
-
-
Georges Racinet authored
In `files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb`, upstream moved the Gitaly storage directoriess setup over to `files/gitlab-cookbooks/gitaly/recipes/git_data_dirs.rb`. As a result, the local variable we are looping over to add RHGitaly configuration does not exist anymore. We could have moved this to the same location, but it feels weird enough that we prefered to just redefine the `repositories_storage` variable. What we really need to do should become clearer when we reach the point where RHGitaly can be standalone. Until then, this is good enough. Part of #1493
-
- Apr 15, 2024
-
-
dependencies.io Bot authored
Changelog: changed
-
- Apr 13, 2024
-
-
Ryan Egesdahl authored
This reverts commit 7c0841da37c4bea2bb855464333fc453438f1c76.
-
- Apr 12, 2024
-
-
dependencies.io Bot authored
- Updates gitlab-org/gitlab-exporter from 14.3.0 to 14.4.0 Changelog: changed
-
Stan Hu authored
ydiff 1.3.0 was released on April 2, 2024 (https://pypi.org/project/ydiff/#history), and the patroni install quietly updated to ydiff 1.3.0 from 1.2.0. https://github.com/zalando/patroni/blob/v3.0.1/requirements.txt#L15 allows any version of ydiff above 1.2.0, but as described in https://github.com/zalando/patroni/blob/634b44ee0586f063033074806a42b534a354cbff/docs/releases.rst#L16 ydiff 1.3 requires the cdiff module. To fix this problem, pin the version of ydiff to 1.2.0 until we can upgrade patroni. Changelog: fixed
-
dependencies.io Bot authored
Changelog: changed
-
dependencies.io Bot authored
Changelog: changed
-
mvitale1989 authored
Changelog: changed
-
- Apr 11, 2024
-
-
dependencies.io Bot authored
- Updates rubygems/rubygems from 3.5.6 to 3.5.7 Changelog: changed
-
- Mar 28, 2024
-
-
deps authored
Changelog: changed
-
- Mar 26, 2024
-
-
Stan Hu authored
The command-line argument should be `--with-openssl`, not `--with-opensssl`. The typo was most likely ignored and did not seem to affect the build. Changelog: changed
-
- Apr 08, 2024
-
-
dependencies.io Bot authored
- Updates exiftool/exiftool from 12.80 to 12.82 Changelog: changed
-
- Apr 04, 2024
-
-
Balasankar 'Balu' C authored
The `gitlab-backup-cli` wrapper should not cause a cache bust. This adds a dummy version to prevent it. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8476 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 03, 2024
-
-
Peter Lu authored
-
Javiera Tapia authored
- Adds wrapper around `gitlab-backup-cli` command - Adds recipe and template for `gitlab-backup-cli` yaml configuration Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8273 Changelog: added
-
- Mar 27, 2024
-
-
dependencies.io Bot authored
Changelog: changed
-
- Mar 25, 2024
-
-
Robert Marshall authored
Merge branch 'security-8454-feb-2024-postgresql-updates-master' into 'master' See merge request gitlab-org/security/omnibus-gitlab!421 Changelog: security
-
- Mar 21, 2024
-
-
deps authored
Changelog: changed
-
- Mar 18, 2024
-
-
deps authored
Changelog: changed
-