- Jul 10, 2024
-
-
Naman Jagdish Gala authored
- Migrates domain redirect and resolution logic for Pages into the Pages binary from the nginx configuration file template. Related: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8581+ Changelog: added
-
- Jun 24, 2024
-
-
Balasankar 'Balu' C authored
Update gitlab-org/build/omnibus-mirror/redis_exporter from 1.59.0 to 1.61.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7658 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Changelog: changed
-
Balasankar 'Balu' C authored
Update curl/curl from curl-8_6_0 to curl-8_8_0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7542 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Ghost User authored
Changelog: changed
-
Balasankar 'Balu' C authored
Clarify Gitaly duplicate storage error See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7665 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Will Chandler <wchandler@gitlab.com>
-
- Jun 04, 2024
-
-
Will Chandler authored
57396c7ab (Prevent Gitaly storages from using the same path, 2024-05-09) added a check to validate that only one storage is associated with a given filesystem path. We have received a customer report[0] that the error message used is confusing. Update the message to make it clear what the problem is. [0] https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8565
-
- Jun 24, 2024
-
-
Balasankar 'Balu' C authored
Clarification on permissions for key See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7669 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Mario Mora <mmora@gitlab.com>
-
Mario Mora authored
-
Balasankar 'Balu' C authored
Disable request buffering for new SSH endpoints See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7713 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
- Jun 12, 2024
-
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/466160 **Problem** While testing the new implementation of SSH endpoints for git related actions. I noticed a problem reproducible in my local environment. The request from GitLab-Shell to Workhorse was hanging. After in investigation I discovered the root cause of this problem. In our NGINX configuration we use request buffering. After adding the new endpoint to the list of exceptions, then problem was resolved. **Solution** Add new endpoints to the list of exceptions for nginx configuration. Changelog: changed
-
- Jun 24, 2024
-
-
Balasankar 'Balu' C authored
Merge branch '8548-unified-backups-allow-restoring-from-a-backup-with-gitlab-backup-cli-2' into 'master' Unified Backups: Add gitlab-backup user Closes #8548 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7664 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Ian Baum <ibaum@gitlab.com>
-
Ian Baum authored
* Creates the gitlab-backup user and groups if they dont' exist * Adds the user to other groups * For use by gitlab-backup-cli for read/write permission to data for backups and restores Changelog: added
-
Balasankar 'Balu' C authored
Force ffi gem to use Ruby platform gem See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7730 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 20, 2024
-
-
Stan Hu authored
ffi v1.17.0 started shipping precompiled native gems for x86 and aarch64 Linux. However, these precompiled gems don't include the Omnibus library path (`/opt/gitlab/embedded/lib`) as part of the default `LD_LIBRARY_PATH`, so libraries such as `libarchive` can't be loaded from Omnibus. Bundler allows us to ignore the precompiled gems by using `force_ruby_platform` in the `Gemfile`, so use this feature to effectively restore the behavior in previous ffi gem versions. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8590 Changelog: fixed
-
Andrew Patterson authored
Add script to update libxml2 checksum See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7663 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Reviewed-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Add a bash script to fetch and replace the libxml2 checksum. The script can be used as an post upgrade task by renovate to apply the new checksum as part of the dependency update. https://docs.renovatebot.com/configuration-options/#postupgradetasks Relates https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8553
-
- Jun 19, 2024
-
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Add public_key_algorithms option for gitlab-sshd Closes #8482 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7660 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Roger Meier <r.meier@siemens.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Roger Meier <r.meier@siemens.com>
-
Roger Meier authored
This MR adds the option to explicitly set the public key algorithms as introduced via https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/986 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8482 Changelog: added
-
Balasankar 'Balu' C authored
Use the danger-review component See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7719 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Rémy Coutable <remy@rymai.me> Co-authored-by:
Rémy Coutable <remy@rymai.me>
-
- Jun 13, 2024
-
-
Rémy Coutable authored
-
- Jun 18, 2024
-
-
Robert Marshall authored
Update exiftool/exiftool from 12.85 to 12.87 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7686 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>
-
- Update exiftool/exiftool from 12.85 to 12.87 Changelog: changed
-
Robert Marshall authored
Add callout for GITLAB_ROOT_EMAIL environment variable See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7666 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Andrew Evans <aevans@gitlab.com> Co-authored-by:
agius <andrew@atevans.com>
-
Andrew Evans authored
Admins can override the initial, randomly-generated email[1] address for the `root` account by specifying an environment variable. This adds a note in the installation docs calling this out. Unlike the `GITLAB_ROOT_PASSWORD` env var, this cannot be set via `gitlab.rb` or the associated env var. 1: https://gitlab.com/gitlab-org/gitlab/-/blob/317eabeb62ad734beea628931588e867efa5dc1a/db/fixtures/production/003_admin.rb#L2
-
Balasankar 'Balu' C authored
Add Redis password to Making the bundled Redis reachable via TCP example See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7720 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Ben Bodenmiller <bbodenmiller@gmail.com>
-
- Jun 13, 2024
-
-
Ben Bodenmiller authored
-
- Jun 18, 2024
-
-
Robert Marshall authored
Update container registry to v4.5.0-gitlab See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7647 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Co-authored-by:
Hayley Swimelar <hswimelar@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Dependency Bot authored
- Updates container registry to v4.5.0-gitlab Changelog: changed
-
- Jun 17, 2024
-
-
Evan Read authored
Fix severity label URL See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7725 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
João Alexandre Cunha <j.a.cunha@gmail.com>
-
João Alexandre Cunha authored
The documentation moved to another place
-
Andrew Patterson authored
Update PCRE2Project/pcre2 from pcre2-10.43 to pcre2-10.44 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7687 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Jun 10, 2024
-
-
deps authored
Changelog: changed
-
- Jun 17, 2024
-
-
Robert Marshall authored
Patch inspec gem to work with future parser gems See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7612 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- May 16, 2024
-
-
Stan Hu authored
Due to https://github.com/inspec/inspec/issues/7029, omnibus-gitlab will not work if parser 3.3.1.0 and up are installed. Patch the gem with https://github.com/inspec/inspec/pull/7030 until an update is available. This will avoid failures if parser 3.3.1.0 is installed and prevent incidents such as https://gitlab.com/gitlab-com/gl-infra/production/-/issues/17954. Changelog: fixed
-
- Jun 17, 2024
-
-
Diana Logan authored
Fix metadata in docs See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7718 Merged-by:
Diana Logan <dlogan@gitlab.com> Approved-by:
Diana Logan <dlogan@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Kati Paizee <kpaizee@gitlab.com>
-
Kati Paizee authored
- /doc/settings/image_scaling.md - /doc/settings/memory_constrained_envs.md
-
- Jun 13, 2024
-
-
Robert Marshall authored
Set BUILDER_IMAGE_REVISION to 5.16.0 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8562 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7707 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:
Ryan Egesdahl <deriamis@gmail.com>
-
Ryan Egesdahl authored
Omnibus Gitlab Builder image version 5.16.0 will upgrade package builds to use Go 1.22.4 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8562
-