- Jun 13, 2024
-
-
Achilleas Pipinellis authored
Improve external database setup directions See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7715 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Ben Bodenmiller <bbodenmiller@gmail.com>
-
Ben Bodenmiller authored
-
Robert Marshall authored
Update builder image revision to 5.15.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7714 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Ryan Egesdahl <deriamis@gmail.com>
-
Ryan Egesdahl authored
Updates the builder image version to one that has Ubuntu 24.04 build containers available. Related https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8509
-
Robert Marshall authored
Fix nil error when access_control disabled & namespace_in_path enabled See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7617 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
Naman Jagdish Gala authored
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/462344 Changelog: fixed
-
Robert Marshall authored
Ensure Omnibus GitLab gems are recompiled for older platforms See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7670 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jun 05, 2024
-
-
Stan Hu authored
This fixes a number of issues (https://my.diffend.io/gems/ffi/1.16.3/1.17.0), and will validate that this gem avoids precompiled gems on systems with older glibc versions.
-
Stan Hu authored
The ffi gem just released a precompiled gem for `aarch64-linux-musl`, which is built with Ubuntu 20.04 with glibc 2.27. As a result, older systems, such as Amazon Linux 2, need to enable `force_ruby_platform true` to ensure any native gems continue to work. This will be needed if the `ffi` gem is updated to 1.17.0. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8570
-
- Jun 13, 2024
-
-
Robert Marshall authored
Update gitlab-org/gitlab-exporter from 14.5.0 to 15.0.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7651 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Updates gitlab-org/gitlab-exporter from version 14.5.0 to version 15.0.0 Changelog: changed
-
- Jun 12, 2024
-
-
Robert Marshall authored
Fix Go platform detection on Raspberry Pi for Prometheus See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7708 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Ryan Egesdahl <deriamis@gmail.com>
-
Ryan Egesdahl authored
GO 1.22.4 reports the Raspberry Pi armv6 platform with a trailing ",hardfloat", which causes a download failure when building Prometheus. We can just strip that out so the right file is downloaded during the build.
-
GitLab Release Tools Bot authored
-
GitLab Bot authored
-
GitLab Bot authored
-
- Jun 11, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- Jun 12, 2024
-
-
Achilleas Pipinellis authored
Add note about high CPU load See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7690 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Elif Munn <emunn@gitlab.com>
-
Elif Munn authored
-
- Jun 11, 2024
-
-
Robert Marshall authored
Add support for Redis extra config command to ActionCable See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7672 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Allows the ActionCable configuration to receive its redis configuration from an external command. Changelog: added Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Fix stable version tag identification for 16.1.x releases See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7692 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
In https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7681 we found that the `upgrade-minor` QA job was attempting to upgrade from 16.10 to 16.11 for a merge request targeting `16-1-stable`. This occurred because the version matching check only found a stable branch that started with `16.1`, so `16.11.3` was a valid match. Fix this by tightening the match to include a period, so that `16.1.` will match `16.1.7`. Changelog: fixed
-
Balasankar 'Balu' C authored
Disable version file generation for merge requests targeting stable branches See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7689 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jun 10, 2024
-
-
Stan Hu authored
Merge requests targeting stable branches should use the VERSION files in the Omnibus repo because the `gitlab-qa-ee` and other images with the SHA value may no longer exist due to container registry cleanup policies. Relates to a discussion in https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7679.
-
Evan Read authored
Added a troubleshooting doc related to redis error See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7673 Merged-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Vidhya Hariharan <7292346-vidhya.h@users.noreply.gitlab.com>
-
Vidhya Hariharan authored
-
- Jun 08, 2024
-
-
Achilleas Pipinellis authored
Clarification on the use of OpenSSL utility See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7661 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Mario Mora <mmora@gitlab.com>
-
Mario Mora authored
-
- Jun 07, 2024
-
-
Balasankar 'Balu' C authored
Check links in more files See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7683 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
- Jun 06, 2024
-
-
Evan Read authored
-
- Jun 07, 2024
-
-
Balasankar 'Balu' C authored
Add client_cert, client_key, client_ca_certs in gitlab.rb for Pages See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7583 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Ryan Egesdahl <regesdahl@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
Naman Jagdish Gala authored
Related: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/548+ Changelog: added
-
- Jun 05, 2024
-
-
Robert Marshall authored
Update Mattermost to 9.8.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7622 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Akis Maziotis <akis.maziotis@mattermost.com>
-
Akis Maziotis authored
- Updates Mattermost from 9.7.2 to 9.8.0 Changelog: other
-
Robert Marshall authored
Bump prometheus version to 2.52.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7624 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Dmitry Makovey <dmakovey@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Updates gitlab-org/build/omnibus-mirror/prometheus from 2.51.2 to 2.52.1 Changelog: changed
-
- Jun 04, 2024
-
-
Robert Marshall authored
Bump rubygems to 3.5.11 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7650 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-