- Mar 15, 2023
-
-
Balasankar 'Balu' C authored
Add cpu_quota_us Gitaly config See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6730 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Will Chandler <wchandler@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Will Chandler <wchandler@gitlab.com> Co-authored-by:
Steve Azzopardi <sazzopardi@gitlab.com>
-
- Mar 08, 2023
-
-
Steve Azzopardi authored
What --- - Validate that the new `cpu_quota_us` introduced in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5422 works - Add `cpu_quota_us` in `gitlab.rb.template` Why --- To validate that the new configuration works as expected. Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/17332 Changelog: added Signed-off-by:
Steve Azzopardi <sazzopardi@gitlab.com>
-
- Mar 15, 2023
-
-
Robert Marshall authored
Disable zstd decompression support with libmagic See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6749 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Mar 14, 2023
-
-
Stan Hu authored
ruby-magic updated to libmagic v5.44, which added support for zstd decompression support. Unlike most of our other builders, it appears that Amazon Linux needs `libzstd` to support `dnf`. With ruby-magic v0.6.0 in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/114641, we can use the `--with-magic-flags` to disable this functionality outright since this system dependency may not be safe to use. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7672 Changelog: changed
-
- Mar 15, 2023
-
-
Robert Marshall authored
Deprecate legacy Gitaly configuration options See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6670 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Sami Hiltunen <shiltunen@gitlab.com>
-
Sami Hiltunen authored
Gitaly's configuration in Omnibus has been updated to structurally match Gitaly's own configuration. The new configuration keys go under the `gitaly['configuration']` key. This commit deprecates the old keys that were replaced by the new configuration. Changelog: deprecated
-
- Mar 14, 2023
-
-
Robert Marshall authored
Force C99 on CentOS 7 and SLES when building gitlab-rails See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6748 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Use C99 when compiling rubymagic on CentOS 7 and SLES. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 13, 2023
-
-
Achilleas Pipinellis authored
Add more detail related to Geo primary role See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6735 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Michael Kozono <mkozono@gitlab.com> Reviewed-by:
Sampath Ranasinghe <sranasinghe@gitlab.com> Co-authored-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Sampath Ranasinghe <sranasinghe@gitlab.com>
-
Sampath Ranasinghe authored
-
Balasankar 'Balu' C authored
Allow configuring redis start_down and set_replicaof independently Closes #7381 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6646 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
dustinmm80 <dcollins@gitlab.com>
-
Dustin Collins authored
Changelog: changed
-
Balasankar 'Balu' C authored
Update docutils from 0.16 to 0.19 Closes #7418 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6649 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Brett Walker <bwalker@gitlab.com>
-
Brett Walker authored
Changelog: changed
-
Balasankar 'Balu' C authored
Expand allowed gitlab_kas['internal_api_listen_network'] See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6726 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:
Hordur Freyr Yngvason <hfyngvason@gitlab.com>
-
- Mar 07, 2023
-
-
Hordur Freyr Yngvason authored
In particular, we want to add support for unix sockets to simplify single-node configurations where there is a proxy. Changelog: changed
-
- Mar 13, 2023
-
-
Balasankar 'Balu' C authored
Use dedicated sub-domain for kas See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6593 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Reviewed-by:
Jason Young <jyoung@gitlab.com> Reviewed-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Co-authored-by:
Pam Artiaga <partiaga@gitlab.com> Co-authored-by:
Jason Young <jyoung@gitlab.com>
-
Pam Artiaga authored
Support the use of a dedicated sub-domain for the GitLab Agent Server (KAS) address by setting the kas url through the `gitlab_kas_external_url` configuration. Changelog: changed
-
- Mar 12, 2023
-
-
Evan Read authored
Add missing word See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6743 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
James Reed <jreed@gitlab.com>
-
James Reed authored
-
- Mar 10, 2023
-
-
Robert Marshall authored
Update openssl/openssl from 1s to 1t See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6677 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
Update openssl/openssl from version 1.1.11s to version 1.1.1t Changelog: changed
-
Robert Marshall authored
Update webdevops/go-crond from 22.9.1 to 23.2.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6715 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
Update webdevops/go-crond from version 22.9.1 to 23.2.0 Changelog: changed
-
Robert Marshall authored
Move pgbouncer-exporter settings to underscored form See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6682 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>
-
Balasankar 'Balu' C authored
Deprecates usage of node['monitoring']['pgbouncer-exporter'] in gitlab.rb Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Achilleas Pipinellis authored
Update docs metadata on Omnibus logs doc See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6727 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Kevin Chu <kchu@gitlab.com> Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-
Marcin Sedlak-Jakubowski authored
-
Robert Marshall authored
Update gitlab-org/container-registry from v3.66.0-gitlab to v3.68.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6695 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
Update gitlab-org/container-registry from v3.66.0-gitlab to v3.68.0-gitlab Changelog: changed
-
Robert Marshall authored
Update gitlab-org/build/omnibus-mirror/node_exporter from 1.4.0 to 1.5.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6547 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
Update gitlab-org/build/omnibus-mirror/node_exporter from version 1.4.0 to version 1.5.0 Changelog: changed
-
Robert Marshall authored
Update schubergphilis/chef-acme from 4.1.5 to 4.1.6 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6723 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
Update schubergphilis/chef-acme from version 4.1.5 to 4.1.6 Changelog: changed
-
Evan Read authored
Expand on custom public certificate trust usage See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6734 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
James Reed <jreed@gitlab.com>
-
James Reed authored
-
- Mar 09, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Marshall authored
Update Mattermost to 7.8.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6696 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Antonis Stamatiou <stamatiou.antonis@gmail.com>
-
Antonis Stamatiou authored
- Updates Mattermost from 7.7.1 to 7.8.1 Changelog: changed
-
Robert Marshall authored
Disable HEAD conversion for the api nginx location config See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6724 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
David Fernandez <dfernandez@gitlab.com>
-