diff --git a/CHANGELOG.md b/CHANGELOG.md index 887483b4f25b6cccb455579e8c10debd16fbd0ad..31a40cc235c4f90210ca97b2d96323711fc47b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.0.1] - 2024-10-30 + +### Fixed + +- Correction to the documented ci template path '/auto-devops/auto-devops.gitlab-ci.yml'. ## [6.0.0] - 2024-10-30 diff --git a/auto-devops/artifact-registry.yml b/auto-devops/artifact-registry.yml index c7a8bb4e1d7fec6a1fbc0d6ece69b2c7684bc58b..80e7863b84003cd32a84bdf8a19bf40bd2f251b4 100644 --- a/auto-devops/artifact-registry.yml +++ b/auto-devops/artifact-registry.yml @@ -5,8 +5,9 @@ # This template is intended to be "include"-d in addition to the standard Auto-DevOps template, for example: # # include: -# - project: uis/devops/continuous-delivery/ci-templates -# file: /auto-devops.gitlab-ci.yml +# - project: 'uis/devops/continuous-delivery/ci-templates' +# file: '/auto-devops/auto-devops.gitlab-ci.yml' +# ref: v6.0.1 # # - project: 'uis/devops/continuous-delivery/ci-templates' # file: '/auto-devops/artifact-registry.yml' diff --git a/auto-devops/extra-tags.yml b/auto-devops/extra-tags.yml index dc278fd98d68fde96b0cac4e2ded8df6994e403f..39ae79917772a047b1ce49249720e3e86a5dc1cf 100644 --- a/auto-devops/extra-tags.yml +++ b/auto-devops/extra-tags.yml @@ -6,8 +6,9 @@ # template first and *then* pull in this set of overrides. # # include: -# - project: uis/devops/continuous-delivery/ci-templates -# file: /auto-devops.gitlab-ci.yml +# - project: 'uis/devops/continuous-delivery/ci-templates' +# file: '/auto-devops/auto-devops.gitlab-ci.yml' +# ref: v6.0.1 # - project: 'uis/devops/continuous-delivery/ci-templates' # file: '/auto-devops/extra-tags.yml' # diff --git a/auto-devops/tox-tests.yml b/auto-devops/tox-tests.yml index 88e5e47fcdf4934e38b3a0409898085410e0b31d..83d772933ddf4ad35f799280b0b4b01a4637fc7c 100644 --- a/auto-devops/tox-tests.yml +++ b/auto-devops/tox-tests.yml @@ -6,8 +6,9 @@ # template first and *then* pull in this set of overrides. # # include: -# - project: uis/devops/continuous-delivery/ci-templates -# file: /auto-devops.gitlab-ci.yml +# - project: 'uis/devops/continuous-delivery/ci-templates' +# file: '/auto-devops/auto-devops.gitlab-ci.yml' +# ref: v6.0.1 # - project: 'uis/devops/continuous-delivery/ci-templates' # file: '/auto-devops/tox-tests.yml' #