- 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 07, 2025
-
-
Prabakaran Murugesan authored
- Exposes 'pg_sequences' in the gitlab-exporter metrics MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8213 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8890 Changelog: added
-
- 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 25, 2025
-
-
Clemens Beck authored
* Fresh installs now default to PostrgreSQL 16. * The default can be overridden by setting `postgresql['version']=14`. * Existing installations do not upgrade automatically. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8829 Changelog: changed
-
- Jan 23, 2025
-
-
Clemens Beck authored
Add SLES 15.2 and remove already unsupported OSes from the deprecation list. Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8888
-
- Feb 13, 2025
-
-
Robert Marshall authored
Allow configuring a sec database See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7727 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Lucas Charles <me@lucascharles.me> Co-authored-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com>
-
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
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jan 10, 2025
-
-
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
-
-
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
-
Balasankar 'Balu' C authored
gitaly: Deprecate git_data_dirs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7962 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> 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
-
- Dec 30, 2024
-
-
Ian Baum authored
Disallow login for gitlab-registry account See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8036 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Jon Doveston <jdoveston@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Reviewed-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
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 21, 2024
-
-
Wade Jenkins authored
-
- Dec 18, 2024
-
-
Balasankar 'Balu' C authored
Make geo_metrics_update_worker interval configurable in gitlab.rb See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8066 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Scott Murray <smurray@gitlab.com>
-
Scott Murray authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/499952 Changelog: added
-
Balasankar 'Balu' C authored
Disallow login for mattermost account See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/8034 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Nov 15, 2024
-
-
Andrew Patterson authored
Change login shell for mattermost 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
-
-
Lin Jen-Shin authored
Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Dec 12, 2024
-
-
Andrew Patterson authored
Change login shell for consul account to nologin to stop CIS from triggering rule 6.2.8 "Ensure users' home directories permissions are 750 or more restrictive". Changelog: changed
-
- 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>
-
- Oct 18, 2024
-
-
Clemens Beck authored
Deprecations for 17.9: * openSUSE Leap 15.5: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8778 Deprecations for 17.8: * Oracle Linux 7: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8746 * PiOS Buster: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8734 * Scientific Linux: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8745 * CentOS 7: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8714
-
- 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 22, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Changelog: added Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Oct 09, 2024
-
-
Dominic Couture authored
Co-authored-by:
Dustin Collins <714871-dustinmm80@users.noreply.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
-
- Oct 09, 2024
-
-
Clemens Beck authored
Add support upgrades from the bundled PostgreSQL 14 to PostgreSQL 16 on single node instances. Upgrades must be triggered explicitly, auto upgrades are not enabled. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8337 Changelog: changed
-
- Sep 20, 2024
-
-
Robert Marshall authored
Support PAT configuration for gitlab-shell See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7887 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
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
-