- Sep 07, 2023
-
-
JiHu Release Tools Bot authored
auto-deploy version skip
-
JH_CNG_SYNC_TOKEN authored
-
Robert Marshall authored
Make cosign verification work in all scenarios Closes https://gitlab.com/gitlab-org/build/CNG/-/issues/631 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1519 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
- Ensure all branch names, even those with slashes, are able to correctly sign images - Ensure verification works even when an image does not need to be rebuilt - Trigger signing only after an image is pushed to a registry Closes https://gitlab.com/gitlab-org/build/CNG/-/issues/631 Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Wenbin Shu authored
-
- Sep 06, 2023
-
-
Hayley Swimelar authored
Bump Container Registry to v3.82.2-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1528 Merged-by:
Hayley Swimelar <hswimelar@gitlab.com> Approved-by:
Hayley Swimelar <hswimelar@gitlab.com>
-
Hayley Swimelar authored
-
- Sep 05, 2023
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update gitlab-logger to v2.5.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1522 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Jason Plum authored
Use `make` to build and install gitlab-logger See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1513 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Stan Hu authored
This version updates some Go dependencies and introduces support for the `GITLAB_LOGGER_COMPLETE_LINES` environment variable to ensure gitlab-logger emits complete lines. As explained in https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/16954#note_1539778899: We use Ruby's `Logger`, which calls `LogDevice#write`. While it uses `synchronize do` to ensure that multiple threads won't interfere with each other when writing log messages, this synchronization is focused on ensuring that multiple threads don't write to the log file simultaneously. Each call to `@dev.write(message)` will write the message to the log file, but that doesn't ensure that the entire message is written atomically in a single file I/O operation. Each log message is written as a separate line, and while Ruby's I/O operations are typically atomic at the system level, there is no guarantee that we won't see partial lines when tailing the output.
-
Hayley Swimelar authored
Bump container registry to v3.82.1 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1521 Merged-by:
Hayley Swimelar <hswimelar@gitlab.com> Approved-by:
Hayley Swimelar <hswimelar@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Co-authored-by:
João Pereira <jpereira@gitlab.com>
-
João Pereira authored
-
JH_CNG_SYNC_TOKEN authored
-
Jaime Martinez authored
Bump Container Registry to v3.82.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1514 Merged-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
Hayley Swimelar <hswimelar@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Co-authored-by:
Hayley Swimelar <hswimelar@gitlab.com>
-
- Sep 04, 2023
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Codeowners: use override syntax See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1516 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Hayley Swimelar <hswimelar@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
Hayley Swimelar authored
-
Balasankar 'Balu' C authored
Update Node.js to 18.17.1 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1410 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Vitaly Slobodin <vslobodin@gitlab.com>
-
- Sep 03, 2023
-
-
Wenbin Shu authored
Use devops mirrored distribution_ci_tools image See merge request gitlab-cn/build/cng-images!88
-
Wenbin Shu authored
-
- Sep 01, 2023
-
-
Vitaly Slobodin authored
-
Hayley Swimelar authored
-
Stan Hu authored
This is needed in preparation of refactoring of gitlab-logger (https://gitlab.com/gitlab-org/cloud-native/gitlab-logger/-/merge_requests/19) and simplifies the build steps.
-
JH_CNG_SYNC_TOKEN authored
-
- Aug 31, 2023
-
-
Stan Hu authored
Update gitlab-logger to v2.4.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1512 Merged-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Jason Plum <jplum@gitlab.com>
-
JH_CNG_SYNC_TOKEN authored
-
Stan Hu authored
This fixes a race condition: https://gitlab.com/gitlab-org/cloud-native/gitlab-logger/-/issues/13
-
Jason Plum authored
Update Go FIPS version to 1.20.7 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1510 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
JH_CNG_SYNC_TOKEN authored
-
- Aug 30, 2023
-
-
Jason Plum authored
Ensure default Gitaly custom hooks directory exists See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1507 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update gitlab-org/container-registry from v3.80.0-gitlab to v3.81.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1504 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Hayley Swimelar <hswimelar@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Co-authored-by:
João Pereira <jpereira@gitlab.com>
-
João Pereira authored
-
Stan Hu authored
This a follow-up to https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1467 since Go FIPS v1.20.7 was released today.
-
Jason Plum authored
Fix the codeowner references from variables.yaml to variables.yml See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1509 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Mitchell Nielsen <mnielsen@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
DJ Mountney <dj@gitlab.com>
-
DJ Mountney authored
-
Clemens Beck authored
Changelog: fixed
-
JH_CNG_SYNC_TOKEN authored
-
- Aug 29, 2023
-
-
DJ Mountney authored
Add container registry dependency maintainers Closes gitlab-org/distribution/team-tasks#1351 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1502 Merged-by:
DJ Mountney <dj@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Approved-by:
DJ Mountney <dj@gitlab.com> Co-authored-by:
Jaime Martinez <jmartinez@gitlab.com>
-