- May 05, 2023
-
-
Robert Marshall authored
gitaly: Remove gitaly-ruby See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6826 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Toon Claes <toon@gitlab.com>
-
Toon Claes authored
Gitaly removed the gitaly-ruby configuration because it's no longer using Ruby. So we can remove code that composes this configuration. Issue: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7711 Changelog: deprecated
-
- Apr 29, 2023
-
-
Stan Hu authored
Puma v6.0 dropped `nakayoshi_fork` in https://github.com/puma/puma/issues/2925 since "it has very minimal gain and can trigger nasty bugs in c-extensions due to usage of GC.compact." If the call to `nakayoshi_fork` is made with Puma 6, the Web server will crash and fail to start up. To avoid this, conditionally enable it only if Puma v5 is loaded. Related merge requests: * https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119137 * https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1382 Changelog: fixed
-
- May 04, 2023
-
-
Balasankar 'Balu' C authored
Move gitaly/praefect removal back to 16.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6852 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Steve Azzopardi <sazzopardi@gitlab.com>
-
- Apr 28, 2023
-
-
Steve Azzopardi authored
What --- Move the gitaly and praefect config removals to 16.0 Why --- In https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6841 we moved them temporary to 16.1 becuase of https://gitlab.com/gitlab-com/gl-infra/production/-/issues/9091. It's now resvoled so we can roll it back to the original state. Reference: https://gitlab.com/gitlab-com/gl-infra/production/-/issues/9091 Signed-off-by:
Steve Azzopardi <sazzopardi@gitlab.com>
-
- May 04, 2023
-
-
Jason Young authored
Changelog: added Signed-off-by:
Jason Young <jyoung@gitlab.com>
-
- Apr 20, 2023
-
-
Clemens Beck authored
Upgrades to a new major (16.0) require the latest minor version of the preceding major version (15.11) to be installed. See https://docs.gitlab.com/ee/update/#upgrading-to-a-new-major-version for more information. Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7745 Changelog: changed
-
- Apr 28, 2023
-
-
Robert Marshall authored
Move gitlab-rails settings to underscored form See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6755 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@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 underscored key names in all rails key configuration invocations. Removes un-used rails_app variable abstraction. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 26, 2023
-
-
Dylan Griffith authored
This is going to be used as part of https://gitlab.com/gitlab-org/gitlab/-/issues/404396 . We need a database specifically for storing embeddings for AI related features. It will be configured similarly to the `ci` database. The equivalent CNG change can be found at https://gitlab.com/gitlab-org/charts/gitlab/-/merge_requests/3107 . Related https://gitlab.com/gitlab-org/gitlab/-/issues/404396 Changelog: added
-
- Apr 24, 2023
-
-
Ahmad Tolba authored
-
- Apr 21, 2023
-
-
Clemens Beck authored
Remove the option gitlab-rails['default_can_create_group'] which was deprecated in 15.5. Deprecation MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6316 Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7217 Changelog: removed
-
- Apr 18, 2023
-
-
Balasankar 'Balu' C authored
So that non-actionable deprecation notice about gitaly['storage'] is not shown to users. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7743 Changelog: fixed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
David Fernandez authored
When using a consolidated configuration in object storage and the google provider, we will set up workhorse so that its native google cloud storage client gets set up too. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7324 Changelog: changed
-
- Apr 14, 2023
-
-
Balasankar 'Balu' C authored
Migrate node settings from hyphenated form to underscore form for all geo-postgresql service related keys. Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 07, 2023
-
-
Clemens Beck authored
Enables automatic upgrades from PostgreSQL 12 to PostgreSQL 13 for single node installations. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7392 Changelog: added
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
One of the conversions was lost in the resolution of merge-conflict. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Use node['gitlab']['geo_secondary'] to access Chef attributes corresponding to Geo secondaries Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Apr 06, 2023
-
-
Timo Furrer authored
Add configuration key to set `gitlab.external_url` in KAS in support of cross origin resource sharing (CORS) requests. Changelog: changed
-
- Apr 03, 2023
-
-
Clemens Beck authored
The consul cleanup mistakenly removed service configurations. It is only meant to cleanup excess watcher configs and scripts. Relates: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6747 Relates: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7293 Fixes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7717
-
Jason Young authored
Replaces logrotate_helper Changelog: changed Signed-off-by:
Jason Young <jyoung@gitlab.com>
-
- Mar 21, 2023
-
-
Clemens Beck authored
The suggested reviewers feature/recipe depends on rails being enabled. The recipe is now only ran when rails is enabled. Fixes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7479 Changelog: fixed
-
- Mar 28, 2023
-
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Expose flags to configure timeout for Runit sv commands Closes #4498 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6603 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
If configured, the call to `sv` during a configuration change will reflect the configured timeout. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4498 Changelog: added Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 26, 2023
-
-
Mickaël Bourgier authored
-
- Mar 28, 2023
-
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7455 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 27, 2023
-
-
Balasankar 'Balu' C authored
Add configurable startup delay to Redis See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6717 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Matt Smiley <msmiley@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Jacob Vosmaer <jacob@gitlab.com>
-
Jacob Vosmaer authored
Changelog: added
-
- Mar 22, 2023
-
-
Clemens Beck authored
After disabling/renaming/removing a consul service its watcher and configuration files were not cleaned up. An example of this problem arises during upgrades of Patroni clusters. Changelog: fixed
-
- Mar 18, 2023
-
-
Stan Hu authored
The version of ssh-keygen shipped with CentOS 7 does not support the ability to save SSH host keys to an alternate path using the `-f` option with the `-A` option. Keys will always save to `/etc/ssh`. To fix this, manually call ssh-keygen for each key that we want to generate. On FIPS systems, it's not guaranteed that ed25519 or other keys can be generated, so we skip over any failures in `ssh-keygen` and only check at the end to see if any keys were successfully generated. Note that the host key generation is only performed if no host keys were detected in the directory in the first place. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7671 Changelog: fixed
-
- Mar 17, 2023
-
-
DJ Mountney authored
Our expressed intent is to remove PG 12 in GitLab 16.0, so we need to start recommending upgrades. We will turn on auto-upgrades for single node installs in the release before 16.0. Changelog: changed
-
Balasankar 'Balu' C authored
Added duo auth config to gitlab.rb See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6752 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Vladimir Shushlin <vshushlin@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
smriti <sgarg@gitlab.com>
-
- Mar 15, 2023
-
-
smriti authored
Duo Auth support as OTP provider is added. This change will help the omnibus build to add configurations Changelog: added MR: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6752
-
- Mar 17, 2023
-
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6873 Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Move gitlab-shell settings to underscored form See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6741 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>
-