- Feb 14, 2023
-
-
Anton Smith authored
-
- Feb 13, 2023
-
-
Achilleas Pipinellis authored
Add docs for troubleshooting connection problems due to two connections See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6663 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Omar Qunsul <oqunsul@gitlab.com> Reviewed-by:
Rutger Wessels <rwessels@gitlab.com> Co-authored-by:
Omar Qunsul <oqunsul@gitlab.com>
-
Omar Qunsul authored
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/387905 Changelog: other
-
- Feb 10, 2023
-
-
Robert Marshall authored
Move QA image release to a different stage Closes #7333 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6635 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
This is done temporarily to test releasing of QA images to Dockerhub in the GitLab rails pipelines. By moving it to a different stage, we prevent release-tools from automatically playing it, while retaining the ability to play it ourselves if the job in GitLab rails pipeline fails for some reason. Related MR in GitLab rails project - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/105177 Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7333 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Feb 09, 2023
-
-
Robert Marshall authored
Fix env variable parsing in Git software definition See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6683 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
John Skarbek <jskarbek@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- The git build config only selects ENV for specific build times and the method `start_with?` was invoked but without the trailing `?`. This adds the `?` so the entire check will work correctly. Related https://gitlab.com/gitlab-org/release/tasks/-/issues/5038 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
git: Make the Gitaly Git version override version-agnostic See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6661 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Patrick Steinhardt <psteinhardt@gitlab.com>
-
- Feb 03, 2023
-
-
Patrick Steinhardt authored
With 89950647c (Set GIT_REPO_URL, GIT_VERSION_2_37_1, GIT_VERSION_2_38, 2022-11-11), we have introduced the logic to allow overriding the bundled Git versions that Gitaly is using. Back then we had been hard coding the specific versions that could be overridden. But as these bundled Git versions are under the control of Gitaly and change over time those are bound to become out-of-date. In fact, they already are out-of-date as Gitaly only distributes the Git v2.38 release train. Furthermore, Gitaly will soon add a second release train with Git v2.39, which would require another new variable override. Refactor the logic to be version-neutral so that we just forward all environment variables that have the `GITALY_GIT_VERSION_` prefix to the build environment.
-
- Feb 08, 2023
-
-
Phillip Wells authored
Updating page to match the nav See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6671 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
- Feb 07, 2023
-
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/744
-
- Feb 08, 2023
-
-
Jon Glassman authored
Update deprecated cgroups conf See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6675 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Łukasz Korbasiewicz <lkorbasiewicz@gitlab.com>
-
Łukasz Korbasiewicz authored
-
- Feb 07, 2023
-
-
Robert Marshall authored
Update unixcharles/acme-client from 2.0.11 to 2.0.13 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6655 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Bump unixcharles/acme-client from version 2.0.11 to 2.0.13 Changelog: changed
-
Balasankar 'Balu' C authored
Add gitlab-sshd configuration support See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6446 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Gerard Hickey <ghickey@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Gerard Hickey <ghickey@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
This adds support for enabling gitlab-sshd on port 2222 by default. gitlab-sshd is currently intertwined with gitlab-shell: the gitlab-shell config file controls gitlab-sshd startup parameters, including the log file and host key settings. `/var/log/gitlab/gitlab-shell/gitlab-shell.log` actually contains most of the important messages. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5937 Changelog: added
-
Balasankar 'Balu' C authored
Bump Omnibus builder image to 4.5.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6665 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Feb 06, 2023
-
-
Stan Hu authored
Diff: https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/compare/4.3.1...4.5.0 Changelog: changed
-
Robert Marshall authored
Migrate gitlab-pages service to underscored form in Chef attributes See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6616 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Use `node['gitlab_pages']` to access settings instead of `node['gitlab-pages']` Changelog: deprecated Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Update gitlab-org/build/omnibus-mirror/redis_exporter from 1.44.0 to 1.46.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6483 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Bumps gitlab-org/build/omnibus-mirror/redis_exporter version from 1.44.0 to 1.45.0 Changelog: changed
-
Robert Marshall authored
Update Mattermost to 7.7.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6643 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Co-authored-by:
Antonis Stamatiou <stamatiou.antonis@gmail.com>
-
Antonis Stamatiou authored
- Updates the version of bundled Mattermost and its checksum. Changelog: changed
-
Achilleas Pipinellis authored
Suggest avoiding new settings in gitlab.yml See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6660 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Michael Kozono <mkozono@gitlab.com>
-
Michael Kozono authored
-
Balasankar 'Balu' C authored
Update gitlab-org/gitlab-exporter from 12.1.0 to 12.1.1 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6664 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
deps authored
Changelog: changed
-
Evan Read authored
Update sendinblue smtp example to use tls instead of starttls See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6659 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Moritz Stückler <moritz.stueckler@gmail.com>
-
Moritz Stückler authored
-
- Feb 02, 2023
-
-
Robert Marshall authored
Update gitlab-org/build/omnibus-mirror/alertmanager from 0.24.0 to 0.25.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6584 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Update gitlab-org/build/omnibus-mirror/alertmanager from version 0.24.0 to 0.25.0 Changelog: changed
-
Robert Marshall authored
Use cinc-shell binary to drop into Chef shell See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6645 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
- Updates developer documentation to reflect our change to `cinc` instead of `chef` when invoking `cinc-shell` Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Update gitlab-org/gitlab-exporter from 12.0.1 to 12.1.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6602 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Update gitlab-org/gitlab-exporter from version 12.0.1 to 12.1.0 Changelog: changed
-
Robert Marshall authored
Update gitlab-org/build/omnibus-mirror/logrotate from 3.20.1 to 3.21.0 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6613 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Bumps the version of gitlab-org/build/omnibus-mirror/logrotate from 3.20.1 to 3.21.0 Changelog: changed
-
Robert Marshall authored
Stop copying QA images to omnibus-gitlab registry Closes #7401 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6639 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>
-