From c491b8c00696362316784e1a4a3dd3b6dbf508a9 Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Fri, 8 Dec 2023 00:52:32 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: Platform Engineering Bot --- .github/workflows/build-and-push-image.yml | 4 ++-- .github/workflows/make-check.yml | 2 +- oci/Containerfile | 10 +++++----- requirements.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index e8b0ed95..bc857a12 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -34,12 +34,12 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0 + uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image (post merge) - uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 + uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 with: context: . file: ./oci/Containerfile diff --git a/.github/workflows/make-check.yml b/.github/workflows/make-check.yml index 9a5bed16..02025116 100644 --- a/.github/workflows/make-check.yml +++ b/.github/workflows/make-check.yml @@ -20,7 +20,7 @@ jobs: - name: Check out repository code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ matrix.go }} - name: Run lint checks diff --git a/oci/Containerfile b/oci/Containerfile index 46187125..f0344ef8 100644 --- a/oci/Containerfile +++ b/oci/Containerfile @@ -1,11 +1,11 @@ -FROM registry.access.redhat.com/ubi9/go-toolset:1.19.13-4.1697647145@sha256:12d67bb6d991a18a91f3b8184ac4b711334f3c095e0e3cdcf7f9ed361ee2b710 as builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.20.10-2.1699551725@sha256:310fbbc9b2a6af87d730e244d5b20a1836df3ae295c290ffec2d4ef6a53a33f8 as builder USER root WORKDIR /workspace COPY . . # renovate: datasource=github-releases depName=pulumi/pulumi -ENV PULUMI_VERSION=v3.87.0 +ENV PULUMI_VERSION=v3.96.1 ENV PULUMI_URL https://github.com/pulumi/pulumi/releases/download/${PULUMI_VERSION}/pulumi-${PULUMI_VERSION}-linux-x64.tar.gz RUN make build \ @@ -28,16 +28,16 @@ USER root ARG PULUMI_COMMAND_VERSION=v0.9.2 # renovate: datasource=github-releases depName=pulumi/pulumi-tls -ARG PULUMI_TLS_VERSION=v4.11.0 +ARG PULUMI_TLS_VERSION=v5.0.0 # renovate: datasource=github-releases depName=pulumi/pulumi-random ARG PULUMI_RANDOM_VERSION=v4.14.0 # renovate: datasource=github-releases depName=pulumi/pulumi-aws -ARG PULUMI_AWS_VERSION=v6.4.0 +ARG PULUMI_AWS_VERSION=v6.13.1 # renovate: datasource=github-releases depName=pulumi/pulumi-azure-native -ARG PULUMI_AZURE_NATIVE_VERSION=v2.10.0 +ARG PULUMI_AZURE_NATIVE_VERSION=v2.21.1 RUN dnf install -y python3 python3-pip zstd qemu-img && \ pip install -r requirements.txt && \ diff --git a/requirements.txt b/requirements.txt index 6f8b5eda..be591bdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -awscli==1.29.73 +awscli==1.31.10