- Jun 02, 2022
-
-
Robert Marshall authored
Update Mattermost to 6.7.0 See merge request gitlab-org/omnibus-gitlab!6108
-
- May 17, 2022
-
-
Akis Maziotis authored
Changelog: other Signed-off-by:
Akis Maziotis <akis.maziotis@mattermost.com>
-
- Jun 02, 2022
-
-
Robert Marshall authored
Make 15.0 minimum required version to upgrade to 15.x See merge request gitlab-org/omnibus-gitlab!6126
-
Balasankar 'Balu' C authored
Prevents upgrade if the currently installed package is not at least 15.0.x. Changelog: changed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Amy Qualls authored
Fix typo See merge request gitlab-org/omnibus-gitlab!6130
-
- Jun 01, 2022
-
-
Khakhana Timachai authored
-
DJ Mountney authored
Skip auto-restart of PG during reconfigure as part of pg-upgrade Closes #6856 See merge request gitlab-org/omnibus-gitlab!6122
-
- May 27, 2022
-
-
Balasankar "Balu" C authored
In nodes where Geo PG runs along with regular PG, during the PG upgrade process of regular PG, a reconfigure is initiated. This reconfigure will update the `VERSION` file in Geo PG's directory also with the new verison information and trigger a restart of the Geo PG. However, because Geo PG's data is still of the old version but the binaries have already been updated to point to the new version, this restart will fail due to mismatch. Because PG upgrade anyways causes the DB to be stopped and started, we can safely skip the automatic restart as part of reconfigure and avoid this failure. Changelog: fixed Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Jun 01, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Add container registry version bump to deps See merge request gitlab-org/omnibus-gitlab!6121
-
Sofia Vistas authored
-
- May 31, 2022
-
-
Robert Marshall authored
Stable branch builds should use latest tag on branch Closes #6843 See merge request gitlab-org/omnibus-gitlab!6118
-
Balasankar 'Balu' C authored
Builds on the stable branch should compute the GitLab version using the latest tag associated with the branch. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6843 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Add a FIPS RAT trigger to pipeline See merge request gitlab-org/omnibus-gitlab!6120
-
Will Meek authored
-
DJ Mountney authored
Specify project path in license finder See merge request gitlab-org/omnibus-gitlab!6123
-
vincent stchu authored
-
- May 30, 2022
-
-
DJ Mountney authored
Differentiate architecture from OS in platform directory Closes #6858 See merge request gitlab-org/omnibus-gitlab!6124
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
DJ Mountney authored
Use different package name for FIPS builds Closes #6703 See merge request gitlab-org/omnibus-gitlab!6113
-
- May 19, 2022
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- May 30, 2022
-
-
Achilleas Pipinellis authored
Add Google SMTP relay to SMTP options See merge request gitlab-org/omnibus-gitlab!6087
-
pk212 authored
-
- May 27, 2022
-
-
Robert Marshall authored
Update grafana/grafana from 7.5.15 to 7.5.16 See merge request gitlab-org/omnibus-gitlab!6119
-
- May 23, 2022
-
-
deps authored
- Updates Grafana version to 7.5.16 and all related checksums Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- May 27, 2022
-
-
Robert Marshall authored
Add gitlab_rails['cdn_host'] setting Closes #6824 See merge request gitlab-org/omnibus-gitlab!6096
-
Jason Young authored
This adds a gitlab_rails['cdn_host'] setting in the gitlab.rb for setting a gitlab.cdn_host in the gitlab.yml configuration. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6824 Changelog: added
-
- May 25, 2022
-
-
DJ Mountney authored
Update chef-acme to 4.1.5 Closes #6611 See merge request gitlab-org/omnibus-gitlab!6095
-
Robert Marshall authored
- Updates chef-acme to 4.1.5 Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6405 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6611 Changelog: changed
-
Balasankar 'Balu' C authored
Show CI Secure Files as disabled in gitlab.rb.template See merge request gitlab-org/omnibus-gitlab!6074
-
- May 03, 2022
-
-
Ben Bodenmiller authored
-
- May 25, 2022
-
-
Balasankar 'Balu' C authored
gitaly: Remove configuration for Rugged's gitconfig search path See merge request gitlab-org/omnibus-gitlab!6105
-
- May 16, 2022
-
-
Patrick Steinhardt authored
Gitaly is still using Rugged in its Ruby sidecar to provide a very limited set of RPCs that have not yet been ported to Go. While Rugged in the past required the gitconfig file to function correctly, nowadays it only requires the `core.fsyncObjectFiles` config entry. This entry must be set to `true` or otherwise it is trivial to end up with repository corruption. This means that the gitconfig must be in a specific well-known state for Rugged to operate correctly. But currently there is still the option to set Rugged's gitconfig search path, which must in fact point to a path that contains a gitconfig with the mentioned config entry. This is quite fragile without any benefit for the administrator at all. To fix this, Gitaly has introduced a fallback mode via [1] that causes it to write a Rugged-specific gitconfig file in case the Rugged search path is not set up. This allows us to now phase out support for setting this configuration altogether: it's not required, may cause repository corruption if misconfigured, and ultimately only makes the architecture harder to reason about given that we currently share this gitconfig file between multiple components. Remove the ability to set Rugged's gitconfig search path without any replacement. [1]: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4560 Changelog: removed
-
- May 24, 2022
-
-
DJ Mountney authored
Disallow bundle to any changes to Gemfile.lock See merge request gitlab-org/omnibus-gitlab!6090
-
João Alexandre Cunha authored
It also explicitly installs the locked bundler version in our CIs. This will harden security when executing bundle install. Changelog: other
-
Balasankar 'Balu' C authored
Gitaly: update cgroups configuration See merge request gitlab-org/omnibus-gitlab!6076
-
John Cai authored
In 15.0, we are updating the way that cgroups are configured. https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4483 has the Gitaly changes. This commit modifies the way the gitaly config toml generates the cgroups config according to the new format. Changelog: deprecated
-