FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -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
......
......@@ -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'
......
......@@ -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'
#
......
......@@ -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'
#
......