- Mar 17, 2025
-
-
Chloe Fons authored
This is when pausing/resuming postgresql replication. This ensures that the PITR file exists and raises a proper error if not, as well as reverting any pause/resume done. Changelog: fixed MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8203 EE: true
-
- Mar 01, 2025
-
-
Stan Hu authored
While investigating https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/issues/1804, I noticed that the rule for matching API URLs did not match relative URLs properly. Changelog: fixed
-
- Mar 13, 2025
-
-
Omar Qunsul authored
- Allows a user to configure Omnibus GitLab installations with a Cell ID and topology. Related https://gitlab.com/gitlab-org/gitlab/-/issues/487059 Changelog: other
-
- Mar 11, 2025
-
-
Ian Anderson authored
Update letsencrypt enable recipe to include the external_url hostname in the list of alt_names by default to comply with RFC 9525. Changelog: fixed
-
- Mar 06, 2025
-
-
James Liu authored
Changelog: fixed
-
- Mar 05, 2025
-
-
João Pereira authored
Allows the container registry metadata database to be updated without a restart of the registry service. Related https://gitlab.com/gitlab-org/container-registry/-/issues/1516 Changelog: changed
-
- Feb 13, 2025
-
-
Gregory Havenga authored
- Adds the security database as an allowable decomposed database target. Changelog: added
-
- Feb 11, 2025
-
-
João Alexandre Cunha authored
There was some intermittent failure observance due to transaction lock in SELinux. Problems were fixed after a second manual retry of gitlab-ctl reconfigure. This addes automatic retry mechanism Issue: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8898 Changelog: fixed
-
- Jan 30, 2025
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Changelog: changed
-
- Jan 22, 2025
-
-
Clemens Beck authored
Support SLES 15.6 (SP 6) by uploading the OpenSUSE Leap 15.6 package to the SLES repository. Both OSes are binary compatible as announced in https://www.suse.com/c/introducing-suse-linux-enterprise-15-sp3/. Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8814 Changelog: added
-
- Jan 13, 2025
-
-
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
-
- Jan 09, 2025
-
-
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
-
- Dec 31, 2024
-
-
John Skarbek authored
This reverts merge request !7962
-
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
-
- Dec 30, 2024
-
-
Andrew Patterson authored
Change login shell for gitlab-registry account to nologin to stop CIS from triggering rule 6.2.8 "Ensure users' home directories permissions are 750 or more restrictive".
-
- Dec 18, 2024
-
-
Scott Murray authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/499952 Changelog: added
-
- Dec 12, 2024
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Dec 04, 2024
-
-
Timo Furrer authored
This change set generates and configures a new secret for KAS. It's used to sign and verify the WebSocket Token secret. Refs: - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/641 - https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/issues/644 - https://gitlab.com/gitlab-org/charts/gitlab/-/issues/5720 Changelog: added
-
- Dec 03, 2024
-
-
Ian Baum authored
* Restoring a database via pg_dump could leave the owner set incorrectly, preventing pgbouncer from being able to authenticate users Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8819 Changelog: fixed
-
- Nov 08, 2024
-
-
Rémy Coutable authored
Changelog: added Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 05, 2024
-
-
Stan Hu authored
Suppose you have this config: ``` gitlab_rails['redis_sentinels'] = [ {"host"=>"gitlabtest-cluster-redis-01", "port"=>26379}, {"host"=>"gitlabtest-cluster-redis-02", "port"=>26379}, {"host"=>"gitlabtest-cluster-redis-03", "port"=>26379} ] gitlab_rails['redis_sentinels_password'] = "some password" redis['enable'] = false redis['master_name'] = "gitlab-redis" redis['master_password'] = "some password" ``` Previously ActionCable Redis settings would only look for `gitlab_rails['redis_actioncable_sentinels_password']` and did not fall back to `gitlab_rails['redis_sentinels_password']`. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8728 Changelog: fixed
-
- Oct 29, 2024
-
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Oct 22, 2024
-
-
Balasankar 'Balu' C authored
Changelog: added Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 24, 2024
-
-
James Liu authored
A new cgroups configuration parameter called `max_cgroups_per_repo` was introduced with https://gitlab.com/gitlab-org/gitaly/-/issues/5689. This parameter allows independent Git processes targeting a single repository to be distributed across multiple repository cgroups. This enables stricter limits to be defined for repository cgroups while still allowing for bursty workloads comprising of independent Git operations against a single repo. Document this parameter in the Omnibus configuration. Changelog: added
-
- Sep 20, 2024
-
-
Vasilii Iakliushin authored
New configuration options were added to gitlab-shell: https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1141. Adds an option to configure them in Omnibus. Related https://gitlab.com/gitlab-org/gitlab/-/issues/460290 Changelog: added
-
- Sep 11, 2024
-
-
Rémy Coutable authored
Changelog: removed Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 18, 2024
-
-
Garrod Alwood authored
Changelog: changed
-
- Sep 17, 2024
-
-
Balasankar 'Balu' C authored
Rather than re-use the attribute from GitLab Shell, Gitaly stores the token it uses to authenticate with GitLab under a unique attribute. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8688 Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Sep 04, 2024
-
-
Clemens Beck authored
Fresh installs can opt-in by setting `postgresql['version']=16` in their GitLab settings. Changelog: added Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8405
-
Ben Bodenmiller authored
Changelog: changed
-
- Aug 21, 2024
-
-
Yu Shao Pang (SQPC) authored
Changelog: added
-
- Aug 14, 2024
-
-
John Skarbek authored
-
- Aug 06, 2024
-
-
Naman Jagdish Gala authored
- Allow administrators to set a list of CIDR addresses that can bypass the rate limit. Related: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8649 Changelog: added
-
- Jul 11, 2024
-
-
Pedro Pombeiro authored
-
- Jul 15, 2024
-
-
Clemens Beck authored
Remove the Grafana deprecation message which was accidentally re-added in https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7550. Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8601 Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8200
-
- Jul 12, 2024
-
-
Robert Marshall authored
Add support for configuring Redis client timeouts See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7749 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jun 30, 2024
-
-
Stan Hu authored
For some installations, the default 1-second Redis connect timeout may not be sufficient. Just as PostgreSQL has the ability to configure the connection timeout, add the same for Redis. Include read and write timeout options for completness. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/466271 Changelog: added
-
- Apr 15, 2024
-
-
Balasankar 'Balu' C authored
All the usecases of old RedisHelper has been migrated to NewRedisHelper. Drop the old RedisHelper and rename NewRedisHelper to replace it. Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jul 12, 2024
-
-
Ash McKenzie authored
Adds configuration support for Pure-SSH LFS protocol via the `gitlab_shell['lfs_pure_ssh_protocol']` option. Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/773 Changelog: added
-
- Jul 10, 2024
-
-
Stan Hu authored
()<>* should be added to the list of characters that need to be percent encoded in a userinfo password field. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8602
-