From b0717ab5e7072f08d286c5b8cbee354d84c81ccf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 07:03:38 +0000 Subject: [PATCH 1/4] Update dependency hashicorp/terraform to v1.4.4 (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raphael Strotz <17022099+Xzelsius@users.noreply.github.com> --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca09486..f7059ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # renovate: datasource=repology depName=debian_11/curl versioning=loose ENV CURL_VERSION=7.74.0-1.3+deb11u7 # renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?.*)$ -ENV TERRAFORM_VERSION=1.4.3 +ENV TERRAFORM_VERSION=1.4.4 # renovate: datasource=repology depName=debian_11/unzip versioning=loose ENV UNZIP_VERSION=6.0-26+deb11u1 diff --git a/README.md b/README.md index 1b29f70..24c445a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | Tag | Description | Base Image | Terraform | Size | |----------|---------------------------------------------------------------------------------|--------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------| | latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/latest?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | | 0.14.6 | [Terraform 0.14.6](https://github.com/hashicorp/terraform/releases/tag/v0.14.6) | azure-cli:2.19.1 | 0.14.6 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.14.6?style=flat-square) | | 0.15.0 | [Terraform 0.15.0](https://github.com/hashicorp/terraform/releases/tag/v0.15.0) | azure-cli:2.22.0 | 0.15.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.0?style=flat-square) | | 0.15.1 | [Terraform 0.15.1](https://github.com/hashicorp/terraform/releases/tag/v0.15.1) | azure-cli:2.22.1 | 0.15.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.1?style=flat-square) | From f8c55a2e35d05ca33e2318293232fb22c4f37363 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sat, 1 Apr 2023 07:13:26 +0000 Subject: [PATCH 2/4] Use shared Renovate configuration (#187) --- .github/renovate.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d91fec9..b67325a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,17 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - "helpers:pinGitHubActionDigests", - ":semanticCommitsDisabled" - ], - "labels": ["dependencies"], - "regexManagers": [ - { - "fileMatch": ["(^|/)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"], - "matchStrings": [ - "#\\srenovate:\\sdatasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.*?))?\\s(ENV|ARG) .*?_VERSION(\\s+|=)(?.*)\\s" - ] - } + "github>swissgrc/renovate-presets:docker" ] } From 9e521806c8c08410f32e3deab609f00d1a08ec4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 07:06:06 +0000 Subject: [PATCH 3/4] Update ghcr.io/swissgrc/azure-pipelines-azurecli Docker tag to v2.47.0 (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raphael Strotz --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7059ad..031084e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image containing dependencies used in builder and final image -FROM ghcr.io/swissgrc/azure-pipelines-azurecli:2.46.0 AS base +FROM ghcr.io/swissgrc/azure-pipelines-azurecli:2.47.0 AS base # Builder image diff --git a/README.md b/README.md index 24c445a..b26adf7 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | Tag | Description | Base Image | Terraform | Size | |----------|---------------------------------------------------------------------------------|--------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------| | latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/latest?style=flat-square) | -| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | +| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.47.0 | 1.4.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | | 0.14.6 | [Terraform 0.14.6](https://github.com/hashicorp/terraform/releases/tag/v0.14.6) | azure-cli:2.19.1 | 0.14.6 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.14.6?style=flat-square) | | 0.15.0 | [Terraform 0.15.0](https://github.com/hashicorp/terraform/releases/tag/v0.15.0) | azure-cli:2.22.0 | 0.15.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.0?style=flat-square) | | 0.15.1 | [Terraform 0.15.1](https://github.com/hashicorp/terraform/releases/tag/v0.15.1) | azure-cli:2.22.1 | 0.15.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.1?style=flat-square) | From f0c401a0578b1a95921a931369c78e4fd8ebe50e Mon Sep 17 00:00:00 2001 From: Raphael Strotz Date: Wed, 12 Apr 2023 09:13:49 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b26adf7..a0e9ca1 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | Tag | Description | Base Image | Terraform | Size | |----------|---------------------------------------------------------------------------------|--------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------| -| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/latest?style=flat-square) | +| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-azurecli:2.47.0 | 1.4.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/latest?style=flat-square) | | unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-azurecli:2.47.0 | 1.4.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/unstable?style=flat-square) | | 0.14.6 | [Terraform 0.14.6](https://github.com/hashicorp/terraform/releases/tag/v0.14.6) | azure-cli:2.19.1 | 0.14.6 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.14.6?style=flat-square) | | 0.15.0 | [Terraform 0.15.0](https://github.com/hashicorp/terraform/releases/tag/v0.15.0) | azure-cli:2.22.0 | 0.15.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/0.15.0?style=flat-square) | @@ -93,5 +93,6 @@ Note that two secret variables (`Azure.UserName` and `Azure.Password`) are passe | 1.4.1 | [Terraform 1.4.1](https://github.com/hashicorp/terraform/releases/tag/v1.4.1) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.1 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.4.1?style=flat-square) | | 1.4.2 | [Terraform 1.4.2](https://github.com/hashicorp/terraform/releases/tag/v1.4.2) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.2 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.4.2?style=flat-square) | | 1.4.3 | [Terraform 1.4.3](https://github.com/hashicorp/terraform/releases/tag/v1.4.3) | swissgrc/azure-pipelines-azurecli:2.46.0 | 1.4.3 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.4.3?style=flat-square) | +| 1.4.4 | [Terraform 1.4.4](https://github.com/hashicorp/terraform/releases/tag/v1.4.4) | swissgrc/azure-pipelines-azurecli:2.47.0 | 1.4.4 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-terraform/1.4.4?style=flat-square) | [Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases