From e71c64683b0106935b1b71ff3d72cf4b2a6e6195 Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Wed, 11 Jan 2023 14:29:32 +0100 Subject: [PATCH] Update runner version to 2.300.2 (#2141) * Update runner version to 2.300.2 * Bump up runner and container hooks versions * Bump up runner version * Bump up runner and container hooks versions * Update actions-runner-dind-rootless.ubuntu-22.04.dockerfile * Update actions-runner-dind.ubuntu-20.04.dockerfile * Update actions-runner-dind.ubuntu-22.04.dockerfile * Update actions-runner.ubuntu-20.04.dockerfile * Update actions-runner.ubuntu-22.04.dockerfile * Bump up runner versions * Bump up container hooks versions --- .github/workflows/runners.yaml | 4 ++-- Makefile | 2 +- runner/Makefile | 4 ++-- runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile | 4 ++-- runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile | 4 ++-- runner/actions-runner-dind.ubuntu-20.04.dockerfile | 4 ++-- runner/actions-runner-dind.ubuntu-22.04.dockerfile | 4 ++-- runner/actions-runner.ubuntu-20.04.dockerfile | 4 ++-- runner/actions-runner.ubuntu-22.04.dockerfile | 4 ++-- test/e2e/e2e_test.go | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/runners.yaml b/.github/workflows/runners.yaml index 4780953c..3cb57a2b 100644 --- a/.github/workflows/runners.yaml +++ b/.github/workflows/runners.yaml @@ -31,9 +31,9 @@ env: PUSH_TO_REGISTRIES: true TARGET_ORG: actions-runner-controller TARGET_WORKFLOW: release-runners.yaml - RUNNER_VERSION: 2.299.1 + RUNNER_VERSION: 2.300.2 DOCKER_VERSION: 20.10.21 - RUNNER_CONTAINER_HOOKS_VERSION: 0.1.3 + RUNNER_CONTAINER_HOOKS_VERSION: 0.2.0 jobs: build-runners: diff --git a/Makefile b/Makefile index db064b7a..4c4389f4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ else endif DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1) VERSION ?= dev -RUNNER_VERSION ?= 2.299.1 +RUNNER_VERSION ?= 2.300.2 TARGETPLATFORM ?= $(shell arch) RUNNER_NAME ?= ${DOCKER_USER}/actions-runner RUNNER_TAG ?= ${VERSION} diff --git a/runner/Makefile b/runner/Makefile index 3dffc9a0..baafc49d 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -6,8 +6,8 @@ DIND_ROOTLESS_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind-rootless OS_IMAGE ?= ubuntu-22.04 TARGETPLATFORM ?= $(shell arch) -RUNNER_VERSION ?= 2.299.1 -RUNNER_CONTAINER_HOOKS_VERSION ?= 0.1.3 +RUNNER_VERSION ?= 2.300.2 +RUNNER_CONTAINER_HOOKS_VERSION ?= 0.2.0 DOCKER_VERSION ?= 20.10.21 # default list of platforms for which multiarch image is built diff --git a/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile b/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile index 437f6b50..faddc4ed 100644 --- a/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile +++ b/runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.299.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2 +ARG RUNNER_VERSION=2.300.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 # Docker and Docker Compose arguments ENV CHANNEL=stable ARG DOCKER_COMPOSE_VERSION=v2.6.0 diff --git a/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile b/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile index de63d3cc..72ca96ba 100644 --- a/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile +++ b/runner/actions-runner-dind-rootless.ubuntu-22.04.dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:22.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.299.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.3 +ARG RUNNER_VERSION=2.300.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 # Docker and Docker Compose arguments ENV CHANNEL=stable ARG DOCKER_COMPOSE_VERSION=v2.12.2 diff --git a/runner/actions-runner-dind.ubuntu-20.04.dockerfile b/runner/actions-runner-dind.ubuntu-20.04.dockerfile index 8e57d97b..6aab2d60 100644 --- a/runner/actions-runner-dind.ubuntu-20.04.dockerfile +++ b/runner/actions-runner-dind.ubuntu-20.04.dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.299.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2 +ARG RUNNER_VERSION=2.300.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 # Docker and Docker Compose arguments ARG CHANNEL=stable ARG DOCKER_VERSION=20.10.18 diff --git a/runner/actions-runner-dind.ubuntu-22.04.dockerfile b/runner/actions-runner-dind.ubuntu-22.04.dockerfile index 39bd2422..2170d10a 100644 --- a/runner/actions-runner-dind.ubuntu-22.04.dockerfile +++ b/runner/actions-runner-dind.ubuntu-22.04.dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:22.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.299.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.3 +ARG RUNNER_VERSION=2.300.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 # Docker and Docker Compose arguments ARG CHANNEL=stable ARG DOCKER_VERSION=20.10.21 diff --git a/runner/actions-runner.ubuntu-20.04.dockerfile b/runner/actions-runner.ubuntu-20.04.dockerfile index ab45c29a..94ceb531 100644 --- a/runner/actions-runner.ubuntu-20.04.dockerfile +++ b/runner/actions-runner.ubuntu-20.04.dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:20.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.299.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.2 +ARG RUNNER_VERSION=2.300.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 # Docker and Docker Compose arguments ARG CHANNEL=stable ARG DOCKER_VERSION=20.10.18 diff --git a/runner/actions-runner.ubuntu-22.04.dockerfile b/runner/actions-runner.ubuntu-22.04.dockerfile index b9fc36af..3b998b76 100644 --- a/runner/actions-runner.ubuntu-22.04.dockerfile +++ b/runner/actions-runner.ubuntu-22.04.dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:22.04 ARG TARGETPLATFORM -ARG RUNNER_VERSION=2.299.1 -ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.3 +ARG RUNNER_VERSION=2.300.2 +ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0 # Docker and Docker Compose arguments ARG CHANNEL=stable ARG DOCKER_VERSION=20.10.21 diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index d21f3614..a5ba4a75 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -41,7 +41,7 @@ var ( testResultCMNamePrefix = "test-result-" - RunnerVersion = "2.299.1" + RunnerVersion = "2.300.2" ) // If you're willing to run this test via VS Code "run test" or "debug test",