- Jan 30, 2024
-
-
Ben Bodenmiller authored
-
- Jan 29, 2024
-
-
Balasankar 'Balu' C authored
Add Debian 12 Raspberry Pi package build jobs Closes #8398 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7383 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
- Adds package jobs for building Debian 12 for Raspberry Pi - Add package check for Debian 12 on Raspberry Pi Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8398 Changelog: added Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jan 26, 2024
-
-
Amy Qualls authored
Replace old handbook URLs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7330 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Achilleas Pipinellis <axil@gitlab.com>
-
Achilleas Pipinellis authored
-
Balasankar 'Balu' C authored
Add support for using HTTP TLS client cert See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7349 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
Some customers need to configure mutual TLS authentication for Webhooks. This commit adds support for an instance-wide client certificate via two settings added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140263: ```ruby gitlab_rails['http_client']['tls_client_cert_file'] = '/path/to/cert.pem' gitlab_rails['http_client']['tls_client_cert_password'] = 'somepassword' ``` Relates to: * https://gitlab.com/gitlab-org/gitlab/-/issues/27450 * https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8356 Changelog: added
-
Balasankar 'Balu' C authored
Registry: add database primary configuration See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7262 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Suleimi Ahmed <sahmed@gitlab.com>
-
- Nov 20, 2023
-
-
Suleimi Ahmed authored
-
- Jan 26, 2024
-
-
Balasankar 'Balu' C authored
Stop using s3 for packaging signing key Closes #8393 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7382 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:
Robert Marshall <rmarshall@gitlab.com>
-
- Jan 25, 2024
-
-
Robert Marshall authored
- Stop pulling the package signing key from s3. This removes the final dependency requirement for awscli in the container build images. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8393 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8398 Related https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/issues/78 Related https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/issues/77 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jan 26, 2024
-
-
Robert Marshall authored
Update Cinc/Ohai to 18.x series (try 2) Closes #8294 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7381 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jan 25, 2024
-
-
Stan Hu authored
1. In Chef 18.x, https://github.com/chef/chef/pull/11659 modified the Chef user provider to require the `ruby-shadow` gem anytime the NGINX user exists. This was introduced in order to update `/etc/shadow` with an expiration date, if present. 2. Previously it was not required because we don't set a password for the user: https://github.com/chef/chef/blob/v17.10.15/lib/chef/provider/user.rb#L69 3. The Chef Omnibus package ships with `ruby-shadow`, as it is listed in the `Gemfile`: https://github.com/chef/chef/blob/3c35bd0e1d17a5bfd779fab3cc7860ea1923dec6/Gemfile#L43 4. This gem isn't listed in the `.gemspec`, so Ruby doesn't include it as an explicit requirement. However, Omnibus GitLab now needs this. Relates to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17417
-
- Jan 05, 2024
-
-
Robert Marshall authored
- Add unf_ext gem because it is a direct dependency for Cinc versions greater than 18.0.169 - Updates Cinc gem from 17.10.95 to 18.3.0 - Updates Ohai gem from 17.9.0 to 18.1.3 - Updates software config for chef-bin, chef-gem, and ohai - Remove ohai gem version workaround Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8294 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- Jan 26, 2024
-
-
Balasankar 'Balu' C authored
Tag docker images from staging builds with CI_COMMIT_REF_SLUG also See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7380 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
Nailia Iskhakova authored
-
- Jan 25, 2024
-
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
- Jan 24, 2024
-
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jan 23, 2024
-
-
GitLab Release Tools Bot authored
Update libxml2 from 2.10.4 to 2.12.3 See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/402 Merged-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> Approved-by:
Costel Maxim <cmaxim@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Merge branch 'security-update-libxml2-master' into 'master' See merge request gitlab-org/security/omnibus-gitlab!402 Changelog: security
-
- Jan 25, 2024
-
-
Balasankar 'Balu' C authored
Add cron job to process catalog resource sync events See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7365 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Co-authored-by:
lma-git <lma@gitlab.com>
-
Leaminn Ma authored
Changelog: added
-
Andrew Patterson authored
Update gitlab-org/build/omnibus-mirror/prometheus from 2.48.1 to 2.49.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7358 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Jon Doveston <jdoveston@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
- Jan 24, 2024
-
-
Amy Qualls authored
Update version notes to new style - Omnibus See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7372 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
Marcel Amirault authored
Remove badges and add hyphens to history
-
- Jan 23, 2024
-
-
Robert Marshall authored
Support specifying config_command to Rails's Redis configurations See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7355 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Matthew Badeau <mbadeau@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Adds the gitlab_rails['redis_extra_config_command'] option along with the same option for separated redis instances. Changelog: added Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jan 22, 2024
-
-
Balasankar 'Balu' C authored
Added gitlab-exporter upgrade test plan See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7354 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Jan 16, 2024
-
-
Andrew Patterson authored
Added standard test plan to be used when bumping the gitlab-exporter version.
-
- Jan 22, 2024
-
-
Balasankar 'Balu' C authored
Update unixcharles/acme-client from 2.0.15 to 2.0.16 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7359 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
Ashraf Khamis authored
Added old sentry versions deprecation notice to doc See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7313 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Sacha Guyon <sguyon@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Sacha Guyon <sguyon@gitlab.com>
-
Sacha Guyon authored
-