From fb11d3bfd05fc8893cf2f89614b75a74bf760a63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:49:10 +0100 Subject: [PATCH] Updates: container-hooks to v0.5.0 (#3099) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- runner/Makefile | 2 +- runner/VERSION | 2 +- test/e2e/e2e_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runner/Makefile b/runner/Makefile index a2291833..085d1b46 100644 --- a/runner/Makefile +++ b/runner/Makefile @@ -7,7 +7,7 @@ OS_IMAGE ?= ubuntu-22.04 TARGETPLATFORM ?= $(shell arch) RUNNER_VERSION ?= 2.311.0 -RUNNER_CONTAINER_HOOKS_VERSION ?= 0.4.0 +RUNNER_CONTAINER_HOOKS_VERSION ?= 0.5.0 DOCKER_VERSION ?= 20.10.23 # default list of platforms for which multiarch image is built diff --git a/runner/VERSION b/runner/VERSION index dd952486..4aaf58c8 100644 --- a/runner/VERSION +++ b/runner/VERSION @@ -1,2 +1,2 @@ RUNNER_VERSION=2.311.0 -RUNNER_CONTAINER_HOOKS_VERSION=0.4.0 \ No newline at end of file +RUNNER_CONTAINER_HOOKS_VERSION=0.5.0 \ No newline at end of file diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 2d301fd5..0b8f5d18 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -37,7 +37,7 @@ var ( testResultCMNamePrefix = "test-result-" RunnerVersion = "2.311.0" - RunnerContainerHooksVersion = "0.4.0" + RunnerContainerHooksVersion = "0.5.0" ) // If you're willing to run this test via VS Code "run test" or "debug test",