- Apr 29, 2024
-
-
Clemens Beck authored
Before upgrading to GitLab/Omnibus 17.0, one must upgrade to the GitLab/Omnibus 16.11. Upgrade path documentation: https://docs.gitlab.com/ee/update/#upgrade-paths Relates https://gitlab.com/gitlab-org/gitlab/-/issues/440234 Changelog: changed
-
- Apr 24, 2024
-
-
Achilleas Pipinellis authored
Hyphenate PEM encoded See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7553 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Brad Sevy <bsevy@gitlab.com>
-
- Apr 18, 2024
-
-
Brad Sevy authored
-
- Apr 24, 2024
-
-
Balasankar 'Balu' C authored
Remove reliable from test runs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7562 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Vishal Patel <vpatel@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Sofia Vistas <svistas@gitlab.com>
-
Sofia Vistas authored
-
Balasankar 'Balu' C authored
Remove queue_selector and negate options from Sidekiq See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7540 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:
Gregorius Marco <gmarco@gitlab.com>
-
Gregorius Marco authored
https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/2220 Changelog: removed
-
- Apr 23, 2024
-
-
Marcin Sedlak-Jakubowski authored
Removing references of old versions of distribution:deply | omnibus docs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7557 Merged-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Asmaa Hassan <ahassanahmed@gitlab.com>
-
Asmaa Hassan authored
-
Ian Baum authored
Update default pages auth-redirect-uri when namespace-in-path is enabled See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7548 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Vladimir Shushlin <vshushlin@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
- Apr 16, 2024
-
-
ngala authored
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/452459+ Changelog: fixed
-
- Apr 22, 2024
-
-
Andrew Patterson authored
Update Mattermost to 9.7.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7551 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Akis Maziotis <akis.maziotis@mattermost.com>
-
- Apr 17, 2024
-
-
Akis Maziotis authored
Changelog: other
-
- Apr 20, 2024
-
-
Balasankar 'Balu' C authored
Fix missing arguments when PostgreSQL upgrade times out See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7558 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
This is a small regression from https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7247. When the PostgreSQL upgrade times out, previously the script would error out with `wrong number of arguments (given 0, expected 1) (ArgumentError)`. Changelog: fixed
-
- Apr 19, 2024
-
-
Robert Marshall authored
Fix RAT_FIPS_PACKAGE_URL not having fips suffix in path Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8490 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7552 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 18, 2024
-
-
Balasankar 'Balu' C authored
While generating package information, specify fips argument for FIPS package URLs. Also ensure the correct package folder is used in those URLs. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 19, 2024
-
-
Balasankar 'Balu' C authored
Package related information can have different values for FIPS packages and regular packages. For builds, USE_SYSTEM_SSL variable controls if the FIPS specific information should be used. However, while generating facts, we need to specifically retreive FIPS specific information too, in addition to regular one. So, accept fips as an argument to the relevant methods that can be specified while generating facts. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Robert Marshall authored
Add foundation to build multiarch images Closes #8469 and #8470 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7492 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Mar 20, 2024
-
-
Balasankar 'Balu' C authored
Modify the Dockerfile and library code around Docker image builds to support building multiarch images. The Dockerfile will download the package for the correct architecture based on TARGETARCH variable. Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8470 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Move away from docker-api gem which does not have support for `docker buildx`. Add a wrapper to execute `docker buildx` commands in the shell and use that for Docker operations. Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8469 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Apr 18, 2024
-
-
Jason Plum authored
Fix for missing branch_build_package_download_url See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7554 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
Andrew Patterson authored
Use Build::Info::CI::package_download_url instead of the no longer present Build::Info::CI::branch_build_package_download_url
-
- Apr 17, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- Apr 15, 2024
-
-
Robert Marshall authored
Support custom auth_redirect_uri when namespace_in_path is enabled See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7516 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
Naman Jagdish Gala authored
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/452459 Changelog: fixed
-
Andrew Patterson authored
Avoid "undefined local" error in pg-upgrade.rb#analyze_cluster See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7532 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Katrin Leinweber (GTLB) <kleinweber@gitlab.com>
-
- Apr 11, 2024
-
-
Katrin Leinweber (GTLB) authored
Changelog: fixed
-
- Apr 15, 2024
-
-
Robert Marshall authored
Enable KAS in FIPS mode Closes gitlab-org/build/CNG#1948 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7528 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Vishal Patel <vpatel@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Taka Nishida <tnishida@gitlab.com>
-
Taka Nishida authored
- Removes code that blocked KAS service when GitLab is deployed in FIPS mode Related https://gitlab.com/gitlab-org/gitlab/-/issues/375327 Changelog: changed
-
Andrew Patterson authored
Add link to how to test KAS with TLS See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7530 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
João Alexandre Cunha <j.a.cunha@gmail.com>
-
- Apr 10, 2024
-
-
João Alexandre Cunha authored
-
- Apr 15, 2024
-
-
Balasankar 'Balu' C authored
Update gitlab-org/container-registry from v3.90.0-gitlab to v3.92.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7508 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>
-
dependencies.io Bot authored
Changelog: changed
-
Balasankar 'Balu' C authored
Accept multiple bind addresses in Redis config See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7500 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Apr 01, 2024
-
-
Stan Hu authored
As specified in https://redis.io/docs/management/config-file/, Redis can bind to multiple addresses with a space-separated field. Previously attempting to do this without setting `gitlab_rails['redis_host']` would fail because a URI could not be built with a space in the hostname. This commit now splits the string with the space and picks the first address as the default Redis host. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8465 Changelog: added
-
- Apr 13, 2024
-
-
Robert Marshall authored
Revert "Update curl/curl from curl-8_6_0 to curl-8_7_1" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7539 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Ryan Egesdahl <deriamis@gmail.com>
-
Ryan Egesdahl authored
This reverts commit 7c0841da37c4bea2bb855464333fc453438f1c76.
-
- Apr 12, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-