From 076595128a01edf50291ce62ab3897792f00e1eb Mon Sep 17 00:00:00 2001 From: Natalie Somersall Date: Fri, 26 Jan 2024 09:33:58 -0700 Subject: [PATCH] Bump arc (#231) * bump arc release * also bump compose cuz why not? --- .github/workflows/manual-deploy.yml | 3 ++- .github/workflows/test-jammy-dind.yml | 2 +- .github/workflows/test-ubi8.yml | 2 +- .github/workflows/test-ubi9.yml | 2 +- images/ghes-demo.Dockerfile | 2 +- images/rootless-ubuntu-jammy.Dockerfile | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml index a6d6e55..60c6325 100644 --- a/.github/workflows/manual-deploy.yml +++ b/.github/workflows/manual-deploy.yml @@ -56,7 +56,8 @@ jobs: --set githubConfigSecret.github_app_installation_id="${{ vars.ARC_INSTALL_ID }}" \ --set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \ -f deployments/helm-${{ github.event.inputs.target_scale_set }}.yml \ - oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set + oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \ + --version 0.8.2 env: KUBECONFIG: /tmp/config diff --git a/.github/workflows/test-jammy-dind.yml b/.github/workflows/test-jammy-dind.yml index 0be91ac..fd53e74 100644 --- a/.github/workflows/test-jammy-dind.yml +++ b/.github/workflows/test-jammy-dind.yml @@ -75,7 +75,7 @@ jobs: --set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \ -f deployments/helm-jammy-dind-test.yml \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \ - --version 0.8.1 + --version 0.8.2 env: KUBECONFIG: /tmp/config diff --git a/.github/workflows/test-ubi8.yml b/.github/workflows/test-ubi8.yml index c1fc0c1..36dffd9 100644 --- a/.github/workflows/test-ubi8.yml +++ b/.github/workflows/test-ubi8.yml @@ -78,7 +78,7 @@ jobs: --set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \ -f deployments/helm-ubi8-test.yml \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \ - --version 0.8.1 + --version 0.8.2 env: KUBECONFIG: /tmp/config diff --git a/.github/workflows/test-ubi9.yml b/.github/workflows/test-ubi9.yml index 681b0f7..d827cb3 100644 --- a/.github/workflows/test-ubi9.yml +++ b/.github/workflows/test-ubi9.yml @@ -78,7 +78,7 @@ jobs: --set githubConfigSecret.github_app_private_key="${{ secrets.ARC_APP_PRIVATE_KEY }}" \ -f deployments/helm-ubi9-test.yml \ oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set \ - --version 0.8.1 + --version 0.8.2 env: KUBECONFIG: /tmp/config diff --git a/images/ghes-demo.Dockerfile b/images/ghes-demo.Dockerfile index 57172e9..a86105e 100644 --- a/images/ghes-demo.Dockerfile +++ b/images/ghes-demo.Dockerfile @@ -10,7 +10,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # Docker and Compose arguments ARG DOCKER_VERSION=24.0.7 -ARG COMPOSE_VERSION=v2.24.1 +ARG COMPOSE_VERSION=v2.24.2 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5 diff --git a/images/rootless-ubuntu-jammy.Dockerfile b/images/rootless-ubuntu-jammy.Dockerfile index 761a0ff..b9d33d4 100644 --- a/images/rootless-ubuntu-jammy.Dockerfile +++ b/images/rootless-ubuntu-jammy.Dockerfile @@ -7,7 +7,7 @@ ARG RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 # Docker and Compose arguments ARG DOCKER_VERSION=24.0.7 -ARG COMPOSE_VERSION=v2.24.1 +ARG COMPOSE_VERSION=v2.24.2 # Dumb-init version ARG DUMB_INIT_VERSION=1.2.5