- 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
-
- Sep 19, 2024
-
-
Balasankar 'Balu' C authored
Remove 'ci_jwt_signing_key' secret migrated to ApplicationSetting See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7930 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:
Rémy Coutable <remy@rymai.me>
-
- Sep 11, 2024
-
-
Rémy Coutable authored
Changelog: removed Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Sep 18, 2024
-
-
Balasankar 'Balu' C authored
- Process roles that require GitLab Rails first. - Do not automatically run GitLab Rails for all roles at installation or reconfigure. - Ensure Patroni and Postgres roles can still perform the required database creation tasks. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8692 Changelog: changed Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Garrod Alwood authored
Changelog: changed
-
- Sep 17, 2024
-
-
Wade Jenkins authored
Clarifies the verbiage sent to a user when Omnibus GitLab tries to discern the role a node plays within the deployed Patroni cluster. Changelog: other
-
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 10, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
- Sep 06, 2024
-
-
Ben Bodenmiller authored
-
- 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 26, 2024
-
-
Clemens Beck authored
The postgres_exporter['per_table_stats'] was deprecated in 16.4 and removed in 17.1. With an upgrade stop at 17.3, the deprecation message can now be can be removed. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8170
-
- Aug 23, 2024
-
-
Balasankar 'Balu' C authored
- Adds CentOS 7 deprecation warning. Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Aug 21, 2024
-
-
Ian Baum authored
PostgreSQL: Configure log_connections and log_disconnections See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7834 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Reviewed-by:
Ian Baum <ibaum@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Yu Shao Pang (SQPC) <yushao.pang@squarepoint-capital.com>
-
Yu Shao Pang (SQPC) authored
Changelog: added
-
- Aug 18, 2024
-
-
Stan Hu authored
Previously the Docker container set the PostgreSQL shared buffers to a minimum of 1 MB to avoid using the default of 25% of the node's memory. While that meager value worked previously, this value is not only overly conservative but it is now insufficient for background migrations that have a large number of partitioned tables. From https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8682#note_2058612975 we see that the 2 years of `audit_events` needs about 20 MB just to query the table metadata. The 1 MB value failed with `no unpinned buffers available` because PostgreSQL needs more shared buffers for query planning. Raise the default to 256 MB to provide enough headroom for future tables and to ensure PostgreSQL effectively caches data. Update the documentation in the template accordingly. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8682 Changelog: fixed
-
- Aug 19, 2024
-
-
Andrew Patterson authored
Debian 10 (Buster) has gone EOL, so add it to the deprecated OS list. Changelog: deprecated
-
- Aug 14, 2024
-
-
Ash McKenzie authored
Changelog: deprecated
-
- Aug 13, 2024
-
-
Balasankar 'Balu' C authored
Remove deprecation message for sidekiq queue_selector and negate Closes #8495 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7825 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Lucas Li <lli@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Gregorius Marco <gmarco@gitlab.com>
-
- Aug 01, 2024
-
-
Gregorius Marco authored
-
Gregorius Marco authored
Resolves https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8491
-
- Aug 09, 2024
-
-
Andrew Patterson authored
Fixes some links and minor spelling errors. Removes the broken High Availability link in the Prometheus section as there is no currently supported Prometheus configuration for HA out of the box with Omnibus GitLab. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8589
-
- 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 15, 2024
-
-
Ian Baum authored
Add cronjob to sync finished pipelines to ClickHouse See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7783 Merged-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Reviewed-by:
Ian Baum <ibaum@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
- 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
-
-
Vasilii Iakliushin authored
Follow-up for https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7713
-
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>
-