Update dependency gitlab-ci-utils/gitlab-ci-templates to v15
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gitlab-ci-utils/gitlab-ci-templates | repository | major |
14.0.3 -> 15.0.0
|
Release Notes
gitlab-ci-utils/gitlab-ci-templates
v15.0.0
Changed
- BREAKING: Updated linting logic for web user interface files. (#214)
- Added
lint_nunjucks
job toWeb-UI-Tests-With-Lint
collection. - Updated
lint_html
job to run only if.html
,.handlebars
, or.hbs
files exist and run onschedule
pipelines. - Updated
lint_css
job to run only if*.css
,*.html
,*.handlebars
,*.hbs
, or*.njk
files exist and run onschedule
pipelines.
- Added
- BREAKING: Updated all templates to remove exceptions for
schedule
pipelines. The.all_except_schedule
template is still available. (#216) - BREAKING: Changed
docker
nomenclature to the more genericcontainer
equivalent for jobs and pipeline stages. Any remaining jobs withdocker
in the name specifically require Docker. (#218)- Update
docker
stage names tocontainer
(e.g.container-build
,container-test
). - Renamed
lint_docker
job tolint_container
, and renamed file to/jobs/Lint-Container.gitlab-ci.yml
.
- Update
- Added variable to
owasp_dependency_check
to allow additional CLI arguments to be specified. (#217) - Updated GitLab template overrides for changes in GitLab 15.8, including
adding Scala to
semgrep
analysis and removing legacy disables for tools now covered bysempgrep
. (#219)
Fixed
- Removed unnecessary
extends: .all_except_schedules
fromlint_nunjucks
job since it is being overrriden by jobrules
. (#215) - Updated
lint_md
job tomarkdownlint-cli@0.33.0
. - Updated
lint_lockfile
job tolockfile-lint@4.10.0
. - Updated
lint_yaml
job toyamllint==1.29.0
. - Updated
pagean
job topagean@8.0.2
. - Updated
unicode_bidi_test
job toanti-trojan-source@1.4.1
. - Updated
lint_nunjucks
job and.djlint
template todjlint@1.19.13
.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.