chore(deps): update all non-major dependencies - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| python | final | minor |
3.9-alpine -> 3.13-alpine
|
| uis/devops/continuous-delivery/ci-templates | repository | minor |
v2.4.0 -> v2.7.0
|
Release Notes
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v2.7.0
Added
- terraform-module: Extend the GitLab Terraform Module to ensure the tag being used to version the module exists in the CHANGELOG.
v2.6.2
Fixed
- pre-commit.yml: relax
pre-commitjob rules to enable users to decide when to include the job viaworkflowrules instead.
v2.6.1
Fixed
- artifact-registry: fix issue with
$DOCKER_CERT_PATHcontaining the$DOCKER_TLS_CERTDIRvariable. We've seen multiple issues with this variable expanding as an empty value. Instead, we're simply hard coding it instead which appears to have resolved the issue.
v2.6.0
Added
- terraform-pipeline: Allow the tfsec job to exclude specific checks. This is useful to exclude a default list of checks that we don't follow in the boilerplate.
Fixed
- artifact-registry: Allow manual push to registry for non-default branches. This is useful for testing container images from feature branches. However, to avoid littering the artifact registry with endless feature branch containers, it is configured as a manual job.
- terraform-pipeline: Allow the development apply job to fail. This is currently the only way to allow the whole pipeline to show as succeeded if the (optional) development apply job has not been triggered. Otherwise, the pipeline shows as blocked, which is confusing. See the following issue for context https://gitlab.com/gitlab-org/gitlab/-/issues/249524.
v2.5.0
Added
- terraform-pipeline: Add
resource_groupto Terraform jobs to avoid concurrent pipelines for each environment.
Fixed
- terraform-pipeline: Add docker-in-docker service now that the GKE runner does not mount
docker.sockfrom the host (see https://gitlab.developers.cam.ac.uk/uis/devops/devhub/gitlab-runner-infrastructure/-/merge_requests/14).
v2.4.4
Fixed
- artifact-registry: Add docker-in-docker service now that the GKE runner does not mount the
docker.sockfrom the host (see https://gitlab.developers.cam.ac.uk/uis/devops/devhub/gitlab-runner-infrastructure/-/merge_requests/14).
v2.4.3
v2.4.2
Fixed
-
artifact-registry.yml: includelatesttag for development environments.
v2.4.1
Fixed
-
artifact-registry.yml: removeneeds: buildto force the job to wait for tests to complete successfully.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot