- Jan 09, 2023
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Jan 06, 2023
-
-
Mayra Cabrera authored
Update python to 3.8.16 See merge request gitlab-org/security/charts/components/images!23
-
Andrew Patterson authored
-
- Dec 21, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Dec 05, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Nov 30, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
Ruby to 2.7.6 See merge request gitlab-org/security/charts/components/images!21
-
Robert Marshall authored
-
- Nov 21, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Nov 17, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Nov 16, 2022
-
-
Balasankar 'Balu' C authored
Python: fix debian cleanup scripting See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1203 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Gerard Hickey <ghickey@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
-
Robert Marshall authored
Add Puma on_worker_shutdown hook See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1195 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Matthias Kaeppler <mkaeppler@gitlab.com>
-
Matthias Käppler authored
This supports the changes in gitlab!103372 Nothing is using this yet so this is just plumbing.
-
Robert Marshall authored
GitLab Logger to 2.1.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1204 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
See - https://gitlab.com/gitlab-org/charts/components/gitlab-logger!10 - https://gitlab.com/gitlab-org/charts/components/gitlab-logger/-/tags/v2.1.0 Changelog: changed
-
Robert Marshall authored
gitlab-base: UBI: add CIS SCAP remediations See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1194 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
Adds information for the builder to find things See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1143 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
skarbek <jskarbek@gitlab.com> Co-authored-by:
Dmytro Makovey <dmakovey@gitlab.com>
-
John Skarbek authored
-
- Nov 15, 2022
-
-
Jason Plum authored
kubectl: update to 1.24.7 (go1.18.7) See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1186 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Mitchell Nielsen <mnielsen@gitlab.com>
-
Mitchell Nielsen authored
-
Balasankar 'Balu' C authored
CI: deps.io labels update 20221114 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1202 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
-
- Nov 14, 2022
-
-
Jason Plum authored
Update mikefarah/yq from 4.29.2 to 4.30.2 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1197 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Jason Plum authored
Update gitlab-org/container-registry from v3.60.2-gitlab to v3.61.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1201 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
deps authored
-
deps authored
-
- Nov 11, 2022
-
-
Robert Marshall authored
kas container image tweaks See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1115 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Mikhail Mazurskiy <mmazurskiy@gitlab.com>
-
Mikhail Mazurskiy authored
- Update version of distroless base for kas - Use micro version of UBI 8 for kas base image 30MB -> 10 MB base image
-
Robert Marshall authored
Ensures all CI jobs have consistent push_tags pattern See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1179 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
This change has two intentions 1. Make it easier to document how components are tagged 2. Future proof tagging when `gitlab-org/gitlab` changes it's default branch name from `master` to something else while CNG remains on `master`. Right now, in `master` branch pipelines of CNG, these components gets tagged with `master` not from the `$CI_COMMIT_REF_SLUG` like every other component , but because of coincidence that their versions are also set as `"master"` in `ci_files/variables.yml`. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Robert Marshall authored
Update build documentation See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1136 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
skarbek <jskarbek@gitlab.com>
-
John Skarbek authored
- Modifies flow chart colors for better accessibility - Adds newer service containers such as KAS - Documents stages and intermediate images - Identifies final images Closes https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2596 Closes https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2362
-