- Oct 20, 2022
-
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
- Oct 19, 2022
-
-
Balasankar 'Balu' C authored
Update redis/redis-rb from 4.8.0 to 5.0.5 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1126 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
-
- Oct 18, 2022
-
-
Robert Marshall authored
CI: UBI: cleanup artifacts after completion of tarball See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1166 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
Add `list_artifacts` function, and add to before and after script of UBI's `.build-job-base`. This is to help in debugging `413 payload too large` messages from UBI pipelines. Cleanup the `artifacts/ubi/*.tar.gz` at the completion of `copy_assets` function. Ideally, this prevents "ever growing" pile of assets being output / uploaded to the artifacts coordinator. Related to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3837 Seen in https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1166
-
- Oct 14, 2022
-
-
Jason Plum authored
CI: add certification job for cfssl-self-sign See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1161 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Mitchell Nielsen <mnielsen@gitlab.com>
-
Mitchell Nielsen authored
-
Jason Plum authored
Update s3tools/s3cmd from 2.2.0 to 2.3.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1153 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.57.0-gitlab to v3.58.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1165 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
deps authored
-
- Oct 12, 2022
-
-
Jason Plum authored
Build kas via a make target for FIPS compliance See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1151 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Mikhail Mazurskiy <mmazurskiy@gitlab.com>
-
Robert Marshall authored
Update mikefarah/yq from 4.27.5 to 4.28.1 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1154 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
[┐∵]┘GitLab Dependency Bot authored
- Bump yq version from 4.27.5 to 4.28.1 - Add detection for changes in ci_files/variables.yml
-
Robert Marshall authored
gitlab-pages: override version using GITLAB_PAGES_VERSION See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1147 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Alessio Caiazza <376774-nolith@users.noreply.gitlab.com>
-
Alessio Caiazza authored
gitlab-pages makefile tries to get the current version using git. However in CNG we get sources as tarballs and git is not available. With this commit, we make sure we override the version with the content of GITLAB_PAGES_VERSION.
-
- Oct 10, 2022
-
-
Balasankar 'Balu' C authored
Miscellaneous cleanup in UBI CI, gitlab-go UBI Dockerfile See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1152 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:
Mikhail Mazurskiy <mmazurskiy@gitlab.com>
-
Mikhail Mazurskiy authored
-
- Oct 06, 2022
-
-
deps authored
-
Mikhail Mazurskiy authored
-
Robert Marshall authored
CI: Ensure file permissions are respected See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1146 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Mitchell Nielsen <mnielsen@gitlab.com>
-
- Oct 05, 2022
-
-
Jason Plum authored
Betters the style of the Dockerfile See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1150 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
skarbek <jskarbek@gitlab.com>
-
John Skarbek authored
-
Mitchell Nielsen authored
Ensures that file permissions are not modified by the GitLab Runner's umask setting. This was causing file permissions to change unexpectedly, including some configuration files being COPY-ed in with 0666 instead of 0644 as specified with the `install` commands. Related to: - https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1736 - https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3797 Feature flag is documented here: https://docs.gitlab.com/runner/configuration/feature-flags.html#available-feature-flags: >>> If enabled will remove the usage of umask 0000 call for jobs executed with docker executor. Instead Runner will try to discover the UID and GID of the user configured for the image used by the build container and will change the ownership of the working directory and files by running the chmod command in the predefined container (after updating sources, restoring cache and downloading artifacts). POSIX utility id must be installed and operational in the build image for this feature flag. Runner will execute id with options -u and -g to retrieve the UID and GID. >>> Changelog: fixed
-
Balasankar 'Balu' C authored
Go: bump golang-fips to 1.17.13 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1142 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:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
-
Balasankar 'Balu' C authored
Gitaly: add config.toml back, as mock template See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1149 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:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
-
- Oct 03, 2022
-
-
Balasankar 'Balu' C authored
Gitaly: remove config.toml, unneeded, problematic. See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1145 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:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
-
- Sep 27, 2022
-
-
Jason Plum authored
Update container-registry Dockerfile consistency See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1139 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Young <jyoung@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
-
Balasankar 'Balu' C authored
Build KAS from SHA See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1104 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
skarbek <jskarbek@gitlab.com> Co-authored-by:
Alessio Caiazza <acaiazza@gitlab.com>
-
Alessio Caiazza authored
Changelog: added
-
Balasankar 'Balu' C authored
Add azcopy to toolbox image See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1135 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Gerard Hickey <ghickey@gitlab.com>
-
Gerard Hickey authored
Changelog: added
-
- Sep 22, 2022
-
-
Balasankar 'Balu' C authored
Add KAS, Pages, and Geo-LogCursor to certification list Closes gitlab-org/charts/gitlab#3337 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1090 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:
Mitchell Nielsen <mnielsen@gitlab.com> Co-authored-by:
Robert Marshall <rmarshall@gitlab.com>
-
Mitchell Nielsen authored
-