From adc1a7856c90d0d07b1276046545159a83a560ea Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Tue, 4 Nov 2025 11:30:56 -0500 Subject: [PATCH] update actions versions in workflows --- .github/workflows/container-test.yml | 2 +- .github/workflows/docker-publish.yml | 8 ++++---- README.md | 22 +++++++++++----------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/container-test.yml b/.github/workflows/container-test.yml index 132edcd..f29fb77 100644 --- a/.github/workflows/container-test.yml +++ b/.github/workflows/container-test.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: Download AMD64 image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: image-amd64-${{ github.run_id }} path: /tmp diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f8be2e5..a59f9d5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -49,7 +49,7 @@ jobs: buildah push "${CONTAINER}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${CONTAINER}-${TARGETARCH}" - name: Upload image artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: image-${{ matrix.targetarch }}-${{ github.run_id }} path: /tmp/image-${{ matrix.targetarch }}.tar @@ -84,13 +84,13 @@ jobs: persist-credentials: false - name: Download AMD64 image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: image-amd64-${{ github.run_id }} path: /tmp - name: Download ARM64 image - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: image-arm64-${{ github.run_id }} path: /tmp @@ -123,7 +123,7 @@ jobs: echo "digest=$DIGEST" >> "$GITHUB_OUTPUT" - name: Install cosign - uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 + uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 with: cosign-release: "v2.2.4" diff --git a/README.md b/README.md index c0ea38e..91a0cb2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Validated Patterns Utility Container -![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) +![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) [![Quay Repository](https://img.shields.io/badge/Quay.io-utility--container-blue?logo=quay)](https://quay.io/repository/validatedpatterns/utility-container) [![CI Pipeline](https://github.com/validatedpatterns/utility-container/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/validatedpatterns/utility-container/actions/workflows/docker-publish.yml) @@ -18,30 +18,30 @@ This container provides a pre-configured environment with all the necessary tool | :---------------------------------: | :--------: | :------------: | | ansible | pip | 2.16.14 | | ansible.posix | collection | 2.1.0 | -| ansible-runner | pip | 2.4.1 | +| ansible-runner | pip | 2.4.2 | | ansible.utils | collection | 6.0.0 | | argocd | binary | v2.9.7+fbb6b20 | -| awscli | pip | 1.42.28 | +| awscli | pip | 1.42.65 | | awx.awx | collection | 24.6.1 | | awxkit | pip | 24.6.1 | -| azure-cli | pip | 2.77.0 | -| boto3 | pip | 1.40.28 | -| botocore | pip | 1.40.28 | -| community.general | collection | 11.3.0 | +| azure-cli | pip | 2.79.0 | +| boto3 | pip | 1.40.65 | +| botocore | pip | 1.40.65 | +| community.general | collection | 12.0.0 | | community.okd | collection | 5.0.0 | | gcloud | pip | 0.18.3 | -| gh | package | 2.79.0 | +| gh | package | 2.82.1 | | git-core | package | 2.47.3 | | gzip | package | 1.12 | | hcp | binary | 4.17.0 | | helm | binary | v3.13.3 | | infra.ah_configuration | collection | 2.1.0 | -| infra.controller_configuration | collection | 3.1.3 | +| infra.controller_configuration | collection | 3.2.0 | | infra.eda_configuration | collection | 1.1.0 | | jmespath | pip | 1.0.1 | | jq | package | 1.6 | -| kubernetes.core | collection | 6.1.0 | -| kubernetes | pip | 33.1.0 | +| kubernetes.core | collection | 6.2.0 | +| kubernetes | pip | 34.1.0 | | kustomize | binary | v5.0.1 | | make | package | 4.3 | | openshift | binary | 4.14.20 |