From b1dcc93f93ea41c5e29b20af96725269022a1766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 7 Jan 2025 18:29:08 +0100 Subject: [PATCH] Upgrade cluster_tools to v1.0.8 in shard.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It includes the fix stopping passing stdin to the container. Signed-off-by: Cédric Ollivier --- shard.lock | 8 ++++---- shard.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/shard.lock b/shard.lock index 497f9addf..396b3b15b 100644 --- a/shard.lock +++ b/shard.lock @@ -1,8 +1,8 @@ version: 2.0 shards: cluster_tools: - git: https://github.com/cnf-testsuite/cluster_tools.git - version: 1.0.7 + git: https://github.com/collivier/cluster_tools.git + version: 1.0.8 commander: git: https://github.com/mrrooijen/commander.git @@ -33,11 +33,11 @@ shards: version: 0.9.0+git.commit.f62bfcdfbe65ee31c46c3d9951cee08ac2e0bee0 k8s_kernel_introspection: - git: https://github.com/cnf-testsuite/k8s_kernel_introspection.git + git: https://github.com/collivier/k8s_kernel_introspection.git version: 1.0.3 k8s_netstat: - git: https://github.com/cnf-testsuite/k8s_netstat.git + git: https://github.com/collivier/k8s_netstat.git version: 1.0.1 kernel_introspection: diff --git a/shard.yml b/shard.yml index 47062e7b0..2189ab195 100644 --- a/shard.yml +++ b/shard.yml @@ -51,19 +51,19 @@ dependencies: github: cnf-testsuite/kubectl_client version: ~> 1.0.7 cluster_tools: - github: cnf-testsuite/cluster_tools - version: ~> 1.0.7 + github: collivier/cluster_tools + version: ~> 1.0.8 kernel_introspection: github: cnf-testsuite/kernel_introspection version: ~> 0.1.0 k8s_kernel_introspection: - github: cnf-testsuite/k8s_kernel_introspection + github: collivier/k8s_kernel_introspection version: ~> 1.0.3 helm: github: cnf-testsuite/helm version: ~> 1.0.1 k8s_netstat: - github: cnf-testsuite/k8s_netstat + github: collivier/k8s_netstat version: ~> 1.0.1 release_manager: github: cnf-testsuite/release_manager