- Jan 24, 2024
-
-
Marcel Amirault authored
Remove badges and add hyphens to history
-
- Jan 23, 2024
-
-
Robert Marshall authored
Support specifying config_command to Rails's Redis configurations See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7355 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Matthew Badeau <mbadeau@gitlab.com> Co-authored-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Adds the gitlab_rails['redis_extra_config_command'] option along with the same option for separated redis instances. Changelog: added Signed-off-by:
Balasankar 'Balu' C <balasankar@gitlab.com>
-
- Jan 22, 2024
-
-
Balasankar 'Balu' C authored
Added gitlab-exporter upgrade test plan See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7354 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> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Jan 16, 2024
-
-
Andrew Patterson authored
Added standard test plan to be used when bumping the gitlab-exporter version.
-
- Jan 22, 2024
-
-
Balasankar 'Balu' C authored
Update unixcharles/acme-client from 2.0.15 to 2.0.16 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7359 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
Ashraf Khamis authored
Added old sentry versions deprecation notice to doc See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7313 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Sacha Guyon <sguyon@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Sacha Guyon <sguyon@gitlab.com>
-
Sacha Guyon authored
-
Balasankar 'Balu' C authored
add/fix missing backtick See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7346 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Yannic Haupenthal <4059226-blafasel@users.noreply.gitlab.com>
-
- Jan 10, 2024
-
-
Yannic Haupenthal authored
-
- Jan 20, 2024
-
-
Balasankar 'Balu' C authored
Configure rails db_extra_config_command attribute See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7356 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
Andrew Patterson authored
Configure gitlab_rails['db_extra_config_command`] used to use script to retrieve rails database password. Changelog: added
-
- Jan 19, 2024
-
-
Balasankar 'Balu' C authored
Update rubygems/rubygems from 3.4.22 to 3.5.5 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7305 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
deps <bot@dependencies.io> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
dependencies.io Bot authored
Changelog: changed
-
- Jan 18, 2024
-
-
Andrew Patterson authored
Update redis/redis from 7.0.14 to 7.0.15 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7348 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>
-
- Jan 11, 2024
-
-
deps authored
Changelog: changed
-
- Jan 18, 2024
-
-
Balasankar 'Balu' C authored
Create symlinks in /etc/ssh pointing to /etc/gitlab for SSH private keys Closes #8326 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7302 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:
Erik Tews <erik@datenzone.de>
-
- Dec 15, 2023
-
-
Erik Tews authored
The current gitlab Docker image creates SSH host keys during build in /etc/ssh when installing openssh-server. These keys are not used. Instead, the SSH host keys for Gitlab are generated by the wrapper script and stored in /etc/gitlab. Previously, the wrapper script overwrote the unused SSH public host keys in /etc/ssh with symlinks pointing to the keys used in /etc/gitlab. The SSH private keys were left untouched. Thus, there were SSH private keys in /etc/ssh that were not used and the corresponding public keys in /etc/ssh were symlinks to /etc/gitlab and the private and public keys did not match. Since this is could be confusing for adminstrators, this commit alters the wrapper script so that the unused SSH private keys in /etc/ssh are replaced with symlinks to the private keys used in /etc/gitlab.
-
- Jan 18, 2024
-
-
Balasankar 'Balu' C authored
Update gitlab-org/gitlab-exporter from 14.1.0 to 14.2.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7357 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
Changelog: changed
-
- Jan 17, 2024
-
-
Jenny Kim authored
Revert "Merge branch 'chef-18-update' into 'master'" See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7360 Merged-by:
Jenny Kim <yjeankim@gitlab.com> Approved-by:
Jenny Kim <yjeankim@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Mayra Cabrera <mcabrera@gitlab.com>
-
Mayra Cabrera authored
This reverts merge request !6997
-
Robert Marshall authored
Update exiftool/exiftool from 12.71 to 12.73 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7321 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
dependencies.io Bot authored
- Updates exiftool/exiftool from 12.71 to 12.73 Changelog: changed
-
Robert Marshall authored
Use HTTPS instead of FTP for libffi source See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7351 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Jan 14, 2024
-
-
Stan Hu authored
This eliminates the need for the net-ftp gem and uses standard HTTPS. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8374
-
- Jan 17, 2024
-
-
Balasankar 'Balu' C authored
Fix permission issues within Registry data See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7283 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Manuel Grabowski <mgrabowski@gitlab.com>
-
Manuel Grabowski authored
-
Balasankar 'Balu' C authored
Tighten match when checking for updated pcre2 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7350 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Jan 11, 2024
-
-
Andrew Patterson authored
Tighten the match pattern for PCRE2 in deps.yml to not include RC tags.
-
- Jan 17, 2024
-
-
Balasankar 'Balu' C authored
Update Cinc/Ohai to 18.x series Closes #8294 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6997 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:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Add unf_ext gem because it is a direct dependency for Cinc versions greater than 18.0.169 - Updates Cinc gem from 17.10.95 to 18.3.0 - Updates Ohai gem from 17.9.0 to 18.1.3 - Updates software config for chef-bin, chef-gem, and ohai - Remove ohai gem version workaround Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8294 Changelog: changed Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Balasankar 'Balu' C authored
Add log to stdout option to gitlab-ctl registry import command See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7327 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
João Pereira <jpereira@gitlab.com>
-
- Jan 04, 2024
-
-
João Pereira authored
Changelog: added
-
- Jan 13, 2024
-
-
Balasankar 'Balu' C authored
Sync chef-gem and chef-bin Closes #8358 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7334 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@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 !7276
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-