From 0f3da372a45af1aaa8533007a17c3d036bc30695 Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Mon, 13 Oct 2025 17:20:07 +0100 Subject: [PATCH] Bump plugin-integration-testing plugin to v1.0.3 v1.0.3 ensures that any remote execution configuration in the host environment is not inherited by the environment in which the e2e test runs. --- plugins/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/BUILD b/plugins/BUILD index f3b1a69..12b691f 100644 --- a/plugins/BUILD +++ b/plugins/BUILD @@ -1,5 +1,5 @@ plugin_repo( name = "e2e", plugin = "plugin-integration-testing", - revision="v1.0.2" + revision = "v1.0.3", )