- Mar 09, 2025
-
-
Georges Racinet authored
Formal merge (empty diff) for clarity
-
- Mar 01, 2025
-
-
Georges Racinet authored
-
- Feb 28, 2025
-
-
Georges Racinet authored
-
- Jan 28, 2025
-
-
Georges Racinet authored
Matches `gitlab-ci-config/variables.yml`
-
Georges Racinet authored
-
Georges Racinet authored
-
Georges Racinet authored
Should have been done before 17.7.0rc1
-
Georges Racinet authored
-
- Jan 27, 2025
-
-
Georges Racinet authored
The last tricky bit is that despite the `s3//`, addresses in `s3cmd` are not URLs. In particular the `+` should not be escaped, so we have to de-escape it. Later on, we will fashion the `RELEASE` file to contain directly the appropriate information. Closes #52
-
- Jan 26, 2025
-
-
Georges Racinet authored
-
Georges Racinet authored
-
- Jan 23, 2025
-
-
Georges Racinet authored
Empty diff, yet will bring some clarity in the graph.
-
- Jan 21, 2025
-
-
Georges Racinet authored
-
Georges Racinet authored
In c9cf2aad950f, upstream reverted the change on `git_data_dirs`, to reintroduce it a few MRs later (with correction). Instead of fixing the conflicts twice, we just merge the final version, and there is no conflict.
-
- Jan 19, 2025
-
-
Georges Racinet authored
Upstream finally removed the `path` key of Gitaly servers configuration in `gitlab.yml`, see https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7962 This gave a conflict in `spec/chef/cookbooks/gitlab/recipes/gitlab-rails/gitlab_yml/repositories_storages_spec.rb` with the obvious need to adapt our configuration generation. In heptapod#1368, we prepared for this by introducing the `hg_path` key, associated with the same value. There are chances that Heptapod can survive the final removal of `path` on the Rails side, the alternative being to implement the last missing HGitaly mutation (repository files). About the tests with several storages, it is worth noticing that configurations with several HGitaly backends will be rejected anyway, and nobody ever contacted us with a setup not using a single storage at the default path, so this part is not so critical… yet! The listening addresses for HGitaly and RHGitaly seem not to be setable in `git_data_dirs` anymore. Chances that it would break some user setup are pretty thin, given that non-default addresses already had to be set in the `hgitaly` and `rhgitaly` configurations.
-
- Jan 14, 2025
-
-
Balasankar 'Balu' C authored
Drop CentOS 7 changes for Ruby building See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8114 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8097 dropped support for CentOS 7, but https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8087 was merged right after that. Drop the CentOS 7 conditional to fix things.
-
Balasankar 'Balu' C authored
Force older x86 platforms to recompile native gems See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8087 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:
Stan Hu <stanhu@gmail.com>
-
- Dec 29, 2024
-
-
Stan Hu authored
As described in https://github.com/rake-compiler/rake-compiler-dock/issues/122, x86 precompiled native gems for a long time have used an image based on CentOS 7, which uses glibc 2.17. With https://github.com/rake-compiler/rake-compiler-dock/pull/126, the image has been updated to Ubuntu 20.04, which uses glibc 2.29. In `OhaiHelper#ruby_native_gems_unsupported?`, we previously forced a number of older `aarch64` platforms to recompile the native gems because `aarch64` has used Ubuntu 20.04 and hence glibc 2.29 for a while. With gems that use rake-compiler-dock v1.6.0 or higher (e.g. nokogiri, prometheus-client-mmap, etc.), glibc 2.29 is now required even for x86. In prepration for these gem updates, ensure that all native Ruby gems are recompiled to avoid quiet failures. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8865 Changelog: fixed
-
- Jan 13, 2025
-
-
Robert Marshall authored
Update dependency libpng to v1.6.45 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8103 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Dependency Bot authored
- Updates dependency libpng to v1.6.45 Changelog: changed
-
Jason Plum authored
Bump docker-distribution-pruner to v0.3.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8111 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jan 10, 2025
-
-
Stan Hu authored
This version upgrade: * Requires Go 1.22 and higher * Bumps an outdated golang.org/x/net version This project is defunct, but some scanners will might find that CVEs from the old dependency. Changelog: changed
-
- Jan 13, 2025
-
-
Andrew Patterson authored
Drop RaspberryPi OS Buster builds Closes #8821 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8105 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Lucas Li <lli@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
- Jan 09, 2025
-
-
Clemens Beck authored
RaspberryPi OS Buster builds were announced to be removed in 17.8. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8821 Changelog: removed
-
- Jan 13, 2025
-
-
Andrew Patterson authored
CI: Stop building RHEL 7 packages Closes #8714 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8097 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Stop building CentOS 7 packages, which were also uploaded to Oracle Linux and Scientific Linux repositories. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8714 Changelog: removed
-
Achilleas Pipinellis authored
Add period See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8099 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Brad Sevy <bsevy@gitlab.com>
-
- Jan 07, 2025
-
-
Brad Sevy authored
-
- Jan 13, 2025
-
-
Achilleas Pipinellis authored
Fix tab output in OpenSSL 3 checker script See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8104 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Ville Skyttä <ville.skytta@iki.fi>
-
- Jan 09, 2025
-
-
Ville Skyttä authored
-
- Jan 10, 2025
-
-
Balasankar 'Balu' C authored
Mark SMTP settings as sensitive See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8090 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> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
This avoids leaking SMTP credentials during `gitlab-ctl reconfigure`. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8867 Changelog: fixed
-
- Jan 09, 2025
-
-
Balasankar 'Balu' C authored
gitaly: Deprecate `git_data_dirs` - v2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8091 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:
James Liu <jliu@gitlab.com> Reviewed-by:
Emily Chui <echui@gitlab.com> Co-authored-by:
James Liu <jliu@gitlab.com>
-
James Liu authored
For single node instances, recommend `gitaly['configuration']['storage']` setting. For instances where Gitaly is external, recommend `gitlab_rails['repositories_storages']` for the Rails node. Changelog: deprecated
-
- Jan 08, 2025
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Georges Racinet authored
Formal merge for clarity and to respect procedure.
-