- Oct 14, 2022
-
-
JiHu Release Tools Bot authored
auto-deploy version skip
-
- Oct 13, 2022
-
-
JH_CNG_SYNC_TOKEN 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>
-
JH_CNG_SYNC_TOKEN authored
-
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
-
JH_CNG_SYNC_TOKEN authored
-
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
-
-
JH_CNG_SYNC_TOKEN authored
-
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
-
-
JH_CNG_SYNC_TOKEN 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>
-
JH_CNG_SYNC_TOKEN authored
-
- 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
-
JH_CNG_SYNC_TOKEN authored
-
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
-
-
JH_CNG_SYNC_TOKEN authored
-
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
-
-
JH_CNG_SYNC_TOKEN authored
-
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
-
JH_CNG_SYNC_TOKEN authored
-
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
-
-
JH_CNG_SYNC_TOKEN authored
-
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
-
JH_CNG_SYNC_TOKEN authored
-
- Sep 21, 2022
-
-
Robert Marshall authored
Add license file to KAS UBI image Closes gitlab-org/charts/gitlab#3694 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1137 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
John Skarbek <jskarbek@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
John Skarbek <jskarbek@gitlab.com> Co-authored-by:
Mitchell Nielsen <mnielsen@gitlab.com>
-