FAQ | This is a LIVE service | Changelog

Skip to content
Commits on Source (2)
......@@ -5,6 +5,14 @@ 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).
## [3.1.1] - 2023-10-19
### Changed
- The license scanning job was deprecated in GitLab 15.9 and removed in GitLab
16.3. Update the common pipeline to disable the job added by AutoDevOps to
remove deprecation warnings in pipelines.
## [3.1.0] - 2023-10-16
### Added
......
......@@ -33,3 +33,6 @@ variables:
#
# See: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml#L86
AUTO_DEVOPS_EXPLICITLY_ENABLED: "1"
# The License-Scanning.latest.gitlab-ci.yml job is added to the pipeline by AutoDevOps but was deprecated in GitLab
# 15.9 and removed in GitLab 16.3. Explicitly disable it here to avoid the deprecation warning.
LICENSE_MANAGEMENT_DISABLED: "1"