- Mar 21, 2023
-
-
Byron Boots authored
-
Balasankar 'Balu' C authored
Trigger qa tests as native child pipeline Closes gitlab-org/quality/quality-engineering/team-tasks#1471 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6464 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:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
Andrejs Cunskis authored
-
Balasankar 'Balu' C authored
Update gitlab-mail_room to v0.0.23 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6758 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Mar 16, 2023
-
-
Stan Hu authored
This only has minor fixes but allows for the v2 of oauth2 gem and gets rid of an unnecessary io-wait gem dependency, which will need to be updated for Ruby 3.1+. The io-wait version was pinned due to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6471, which has now been resolved upstream (https://github.com/ruby/io-wait/commit/1060f9348c60a62e4a5e00e718a605cef00f7bbd). Diff: https://my.diffend.io/gems/gitlab-mail_room/0.0.20/0.0.23 Changelog: changed
-
- Mar 21, 2023
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Adds presigned URL output for GCS sync See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6689 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
John Jarvis <jarv@gitlab.com>
-
John Jarvis authored
-
- Mar 20, 2023
-
-
DJ Mountney authored
Create GitLab release entry as part of package release See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6667 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Feb 07, 2023
-
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 18, 2023
-
-
Robert Marshall authored
Fix SSH host key generation on CentOS 7 Closes #7671 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6756 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
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
-
DJ Mountney authored
Add stable branch template See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6762 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
Mayra Cabrera <mcabrera@gitlab.com>
-
- Mar 17, 2023
-
-
Mayra Cabrera authored
Add a merge request template to be used when backporting bug fixes into Omnibus stable branches. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2886 and to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2890
-
Robert Marshall authored
Turn on the pg upgrade recommendation notice See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6611 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
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
-
-
Robert Marshall authored
Bump Container Registry to v3.69.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6759 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Hayley Swimelar <hswimelar@gitlab.com>
-
Hayley Swimelar authored
Related https://gitlab.com/gitlab-org/container-registry/-/issues/947 Changelog: changed
-
Robert Marshall authored
Move remote-syslog settings to underscored form See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6740 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
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-exporter settings to underscored form See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6738 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Co-authored-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 suggested-reviewers settings to underscored form See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6739 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
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>
-
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 16, 2023
-
-
DJ Mountney authored
Bump Ruby version to 3.0.5 Closes #6287 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6736 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Add prometheus to dependency automation See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6737 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
- Mar 11, 2023
-
-
DJ Mountney authored
-
- Mar 15, 2023
-
-
Jon Glassman authored
Use Ruby 3.2.1-based docs Docker images See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6750 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
Also refresh Markdownlint and Vale rules from GitLab project.
-
Balasankar 'Balu' C authored
Make geo-logcursor group configurable See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6728 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:
Mike Kozono <mkozono@gitlab.com>
-
- Mar 07, 2023
-
-
Mike Kozono authored
Changelog: added EE: true
-
- 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
-