- Dec 05, 2023
-
-
Marcel Amirault authored
-
- Dec 04, 2023
-
-
Balasankar 'Balu' C authored
Remove milestone requirement from security MR template See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7273 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Mayra Cabrera <mcabrera@gitlab.com>
-
- Nov 29, 2023
-
-
Mayra Cabrera authored
Related to https://gitlab.com/gitlab-org/release-tools/-/merge_requests/2805/
-
- Dec 04, 2023
-
-
Balasankar 'Balu' C authored
Support external consul binary Closes #8332 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7278 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Hossein Pursultani <hpursultani@gitlab.com>
-
Clemens Beck authored
Allow users to bring their own consul, that is not bundled by Omnibus. The binary path can be configured by setting consul['binary_path'] = '/custom/consul'. To customize the consul configuration use the known consul flags. Consul Admin Documentation: https://docs.gitlab.com/ee/administration/consul.html Changelog: added
-
Balasankar 'Balu' C authored
Remove bundler for deps yml Closes #8335 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7280 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
The bundler pattern had an escaping issue causing an error in deps pipelines: ``` panic: Pattern not found in file ``` Even with the proper escaped pattern, the bundler replace did not work as expected (it used the rubygems version instead). Remove bundler to unblock master/deps io pipelines. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8335
-
- Dec 01, 2023
-
-
Amy Qualls authored
New Admin Area location See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7279 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/433313
-
Robert Marshall authored
Use Ruby 3.1.4 for building packages Closes #8263 and #8293 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7263 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Start using the builder images with Ruby 3.1.4 - Update license overrides for consul libraries due to version change in license finder Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8293 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8263 Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Revert "Merge branch '8285-support-external-consul' into 'master'" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7277 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
This reverts merge request !7256
-
Balasankar 'Balu' C authored
Update exiftool/exiftool from 12.69 to 12.70 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7258 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Hossein Pursultani <hpursultani@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
Robert Marshall authored
Update Mattermost to 9.2.3 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7274 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Mario Vitale <mvitale1989@hotmail.com>
-
mvitale1989 authored
- Update from Mattermost version 9.2.2 to 9.2.3 Changelog: changed
-
Robert Marshall authored
Control runner tags for package promotion via env vars See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7260 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
Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8122 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Nov 30, 2023
-
-
Robert Marshall authored
Split Deploy related information to own class See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7238 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>
-
- Oct 25, 2023
-
-
Balasankar 'Balu' C authored
Move the following methods: * `Build::Info.deploy_env_key` => `Build::Info::Deploy.environment_key` * `Build::Info.deploy_env` => `Build::Info::Deploy.environment` Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8063 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Nov 30, 2023
-
-
Robert Marshall authored
Do not scan entire /var/opt/gitlab for stale pids Closes #8323 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7264 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:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Fixes slow Docker startups because the entire content of /var/opt/gitlab (including the 'gitlab-rails' directory) is scanned for pid files. Fixed by limiting the find maximum depth to 2. Changelog: fixed Closes: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8323 Relates: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6926
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
Mayra Cabrera authored
Update bundler from 2.4.13 to 2.4.22 See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/401 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
GitLab Bot <gitlab-bot@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Antonis Stamatiou <antonis.stamatiou@mattermost.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Nov 29, 2023
-
-
GitLab Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
- Nov 28, 2023
-
-
GitLab Release Tools Bot authored
Mattermost Security Update See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/397 Merged-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> Approved-by:
Kevin Morrison <kmorrison@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Ryan Egesdahl <deriamis@gmail.com>
-
Ryan Egesdahl authored
Merge branch 'security-8304-mattermost-updates' into 'master' See merge request gitlab-org/security/omnibus-gitlab!397 Changelog: security
-
GitLab Release Tools Bot authored
Update PostgreSQL 13 and 14 See merge request https://gitlab.com/gitlab-org/security/omnibus-gitlab/-/merge_requests/387 Merged-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com> Approved-by:
Costel Maxim <cmaxim@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Merge branch 'security-postgres-14-9-and-13-12' into 'master' See merge request gitlab-org/security/omnibus-gitlab!387 Changelog: security
-
- Nov 30, 2023
-
-
Balasankar 'Balu' C authored
Support external consul binary Closes #8285 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7256 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Hossein Pursultani <hpursultani@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Hossein Pursultani <hpursultani@gitlab.com>
-
Clemens Beck authored
Allow users to bring their own consul, that is not bundled by Omnibus. The binary path can be configured by setting consul['binary_path'] = '/custom/consul'. To customize the consul configuration use the known consul flags. Consul Admin Documentation: https://docs.gitlab.com/ee/administration/consul.html Changelog: added
-