- Jun 15, 2023
-
-
Nailia Iskhakova authored
Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
Robert Marshall authored
Allow building packages using Ruby 3.1 on demand See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6972 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/gitlab/-/issues/414658 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Bump libevent to 2.1.12 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6967 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
- Update libevent from 2.1.8 to 2.1.12 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7839 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
Add settings to control secret generation and persistence Closes #7700 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6902 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Adds option: package['generate_default_secrets'] = true - Adds option: package['generate_secrets_json_file'] = true - The options control whether or not secrets are generated and written to `JSON` by Omnibus during installation and reconfigure. - Feature is not yet intended for usage in a self-managed instance Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7700 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 14, 2023
-
-
Robert Marshall authored
Add support for Debian 12 in OhaiHelper See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6949 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7839 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Revert "Merge branch 'sh-upgrade-ruby-3.1' into 'master'" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6965 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
This reverts https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6855 Reverted because grpc v1.42.0 has an upstream bug that causes Ruby 3.1 not to compile for all platforms.
-
Balasankar 'Balu' C authored
Upgrade to Ruby 3.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6855 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 17, 2023
-
-
Stan Hu authored
This bumps `NEXT_RUBY_VERSION` to Ruby 3.1. Part of https://gitlab.com/groups/gitlab-org/-/epics/10034
-
- Jun 14, 2023
-
-
Balasankar 'Balu' C authored
Support password authentication for Redis Sentinel See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6921 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
This commit adds a separate password parameter for each Sentinel group and enables GitLab Rails, Workhorse, and `gitlab-kas` to use a password specified in `requirepass` in the Sentinel configuration: ```ruby gitlab_rails['redis_sentinels_password'] gitlab_rails['redis_cache_sentinels_password'] gitlab_rails['redis_queues_sentinels_password'] gitlab_rails['redis_shared_state_sentinels_password'] gitlab_rails['redis_trace_chunks_sentinels_password'] gitlab_rails['redis_actioncable_sentinels_password'] gitlab_rails['redis_rate_limiting_sentinels_password'] gitlab_rails['redis_sessions_sentinels_password'] gitlab_rails['redis_cluster_rate_limiting_sentinels_password'] gitlab_rails['redis_repository_cache_sentinels_password'] ``` We could avoid these extra configuration parameters by having the admin specify a `password` parameter for each host/port combination in `redis_sentinels`, `redis_cache_sentinels`, etc. However, this would add much duplication in the configuration and different passwords aren't actually supported by Redis Sentinel. gitlab-kas also expects a single Sentinel password stored in the `sentinel_password_file` configuration parameter. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/235938 Changelog: added
-
Balasankar 'Balu' C authored
Add missing comma in gitlab.rb.template in Gitaly logging settings See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6962 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Chris Day <cday@gitlab.com>
-
Chris Day authored
-
- Jun 13, 2023
-
-
Achilleas Pipinellis authored
Documentation: Resolve "Documentation error in gitlab.rb.template" Closes #7843 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6961 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Jason Young <jyoung@gitlab.com>
-
- Jun 12, 2023
-
-
Jason Young authored
Changelog: changed
-
- Jun 13, 2023
-
-
Balasankar 'Balu' C authored
Merge branch '7308-changing-geo_postgresql-dir-requires-change-in-geo_secondary-db_host' into 'master' Set geo_secondary['db_host'] to geo_postgresql['dir'] for unix sockets Closes #7308 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6505 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Jason Young <jyoung@gitlab.com> Co-authored-by:
Jason Young <jyoung@gitlab.com> Co-authored-by:
Priyan Sureshbabu <psureshbabu@gitlab.com>
-
Priyan Sureshbabu authored
Changelog: changed
-
- Jun 12, 2023
-
-
Robert Marshall authored
Update libjpeg-turbo/libjpeg-turbo from 2.1.2 to 2.1.5.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6937 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
DJ Mountney authored
- Updates libjpeg-turbo/libjpeg-turbo from 2.1.2 to 2.1.5.1 Changelog: changed
-
Robert Marshall authored
Move most of the latest tag detection logic to Ruby Closes #7761 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6917 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 24, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 12, 2023
-
-
Balasankar 'Balu' C authored
Update tomlib to v0.6.0 to correctly escape special characters Closes #7780 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6931 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Co-authored-by:
dustinmm80 <dcollins@gitlab.com>
-
Dustin Collins authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update GitLab Cookbook documentation to mention Resources See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6952 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
Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
Robert Marshall authored
Add rails settings for JH See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6920 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Kevin Morrison <kmorrison@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
vincent_stchu <wbshu@jihulab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
vincent stchu authored
Allows JH to set custom rails settings in gitlab.yml
-
- Jun 09, 2023
-
-
Robert Marshall authored
Remove code to correct omniauth-jwt permissions Closes #7819 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6911 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
This gem was removed from the bundle about 5 years ago via https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/18580 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 08, 2023
-
-
Robert Marshall authored
Bump Cache key suffix to differentiate cache after 16.0 release See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6959 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Update gitlab-org/container-registry from v3.72.0-gitlab to v3.76.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6919 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Add support for enabling requirepass in Sentinel configuration See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6923 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-