chore(deps): update dependency uis/devops/continuous-delivery/ci-templates to v5 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
uis/devops/continuous-delivery/ci-templates | repository | major |
v3.8.2 -> v5.2.1
|
Release Notes
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v5.2.1
v5.2.0
v5.1.0
v5.0.0
v4.6.0
v4.5.1
v4.5.0
v4.4.0
v4.3.1
v4.3.0
v4.2.0
Changed
- Remove
allow_failure: true
fromcommitlint
andcommitlint-hotfix
jobs. This behaviour is no longer desirable as we've built our wholerelease-it
process around theconventionalcommits
specification. It's now more beneficial for these jobs to fail by default.
v4.1.0
Added
- A generic
get-gcp-secrets
fragment to retrieve one or more Google Secret Manager secrets in a CI job.
v4.0.0
Changed
-
BREAKING CHANGE: removed legacy
/auto-devops/terraform-deployment.yml
and/auto-devops/terraform-lint.yml
templates as these should not be being used any more. -
Refactored
/auto-devops/terraform-pipeline.yml
template so that the hidden "template" jobs are now in their own/terraform-pipeline-base.yml
template file. This allows more flexibility for some projects which do not/cannot follow the standard three-environment deployment defined in the/auto-devops/terraform-pipeline.yml
template. -
Refactored the Terraform testing/linting jobs into their own
/terraform-lint.yml
template. This is useful for projects which are not being deployed via CI/CD but which we do want to test in a pipeline.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.