- 02 Feb, 2023 17 commits
-
-
Robert Marshall authored
Update gitlab-org/build/omnibus-mirror/alertmanager from 0.24.0 to 0.25.0 See merge request !6584 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- 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 !6645 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- 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 !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>
-
- 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 !6613 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- 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 !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>
-
Closes #7401 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
fix pipeline error on branch and tag of jh See merge request !6657 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Nikhil George <ngeorge@gitlab.com> Co-authored-by:
holly.yang <369935461@qq.com>
-
-
Balasankar 'Balu' C authored
Update gitlab-org/container-registry to v3.66.0-gitlab See merge request !6651 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Jaime Martinez <jmartinez@gitlab.com>
-
Changelog: changed
-
Balasankar 'Balu' C authored
Add redis_yml_override setting See merge request !6609 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:
Jacob Vosmaer <jacob@gitlab.com>
-
Balasankar 'Balu' C authored
Revert "Merge branch 'smh-generic-praefect-templating' into 'master'" See merge request !6654 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Hossein Pursultani <hpursultani@gitlab.com>
-
Hossein Pursultani authored
This reverts merge request !6373
-
- 01 Feb, 2023 10 commits
-
-
Robert Marshall authored
Update https://git.code.sf.net/p/libpng/code from 1.6.38 to 1.6.39 See merge request !6571 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Bump version of https://git.code.sf.net/p/libpng/code from 1.6.38 to 1.6.39 Changelog: changed
-
Robert Marshall authored
Update libtiff to 4.5.0 See merge request !6579 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Bump the version of libtiff from 4.4.0 to 4.5.0 Changelog: changed
-
Robert Marshall authored
Correct example for KAS K8S proxy URL See merge request !6648 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Christian <258793-zeeZ@users.noreply.gitlab.com>
-
Updates gitlab.rb template with the correct value for KAS K8 proxy configuration. Changelog: other
-
Robert Marshall authored
Match Praefect's configuration format in Omnibus See merge request !6373 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
James Fargher <proglottis@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by:
Sami Hiltunen <shiltunen@gitlab.com>
-
The configuration formats between Praefect and Omnibus deviate from each other. This has a few problems: 1. The configuration keys differ in Omnibus from what Praefect uses. This makes things confusing as the keys for the same options are different in different contexts. 2. This forces us to duplicate the configuration in Omnibus' template to map the different keys. This creates menial work and requires us to touch Omnibus everytime new configuration keys are added. This commit solves the problem by matching the configuration format of Praefect in Omnibus completely with Praefect's own format. This is done by introducing the submap Gitlab['praefect']['configuration'] which gets directly serialized as TOML. As existing installations still depend on the old keys, compatbility code is added to transfer the configuration to their new locations. We should later deprecate the old keys and ask users to move the configuration to its new location. Additionally, the unneeded default values are removed. This ensures the default values are not duplicated and can be controlled for both source and Omnibus installations by just updating Praefect's source. As tomlrb does not support encoding TOML, dependency to tomlib was added to do so. Tests had a slight change as the old template was outputting empty config sections which are not needed. The new code outputs no unnecessary empty sections. Changelog: changed
-
Achilleas Pipinellis authored
Change walkthrough video link to skip past recording preamble See merge request !6652 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Mike Lockhart <mlockhart@gitlab.com>
-
-
- 31 Jan, 2023 4 commits
-
-
GitLab Release Tools Bot authored
-
🤖 GitLab Bot 🤖 authored
-
Balasankar 'Balu' C authored
Use new Ruby 3.0.5-based Docker images See merge request !6650 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
-
- 30 Jan, 2023 5 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Robert Marshall authored
Use templatesymlink :delete to cleanup redis config See merge request !6594 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Sylvester Chin <schin@gitlab.com>
-
Jacob Vosmaer authored
Add redis_yml_override which renders a new gitlab-rails config file: config/redis.yml. This file acts as an override for all other resque.yml style files. By default it is empty. The intended use is to allow the administrator to inject arbitrary values into redis.yml. This will make it easier to define and maintain complex Redis configuration on GitLab.com. Also see gitlab-com/gl-infra/scalability#2063. Companion Helm MR: gitlab-org/charts/gitlab!2907. Changelog: added
-
- 27 Jan, 2023 2 commits
-
-
Balasankar 'Balu' C authored
Add pages bucket option to config template See merge request !6638 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:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Co-authored-by:
Alejandro Guerrero <argdealba@gitlab.com>
-
-
- 26 Jan, 2023 2 commits
-
-
Robert Marshall authored
Use shellwords to escape special characters Closes #7198 See merge request !6572 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
dustinmm80 <dcollins@gitlab.com>
-
For fields that are to be passed via the shell, use the ruby core library functionality in shellwords to escape the string to prevent errors and promote safe handling. Closes #7198 Changelog: changed
-