From 3f1d16152b31ba7c67bd229cf3a9c6a8dc8e67a8 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Tue, 2 Jan 2024 17:50:14 +0100 Subject: [PATCH] set up release for version 1.29 --- vendir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendir.yml b/vendir.yml index 5f6878c2..ac95e1a4 100644 --- a/vendir.yml +++ b/vendir.yml @@ -12,7 +12,7 @@ directories: - path: kubernetes/kubectl githubRelease: slug: kubernetes/kubernetes - tag: v1.29 + tag: v1.29.0 disableAutoChecksumValidation: true http: # The url parameter of http can interpolate the tag of the GitHub release using the {tag} token. @@ -22,7 +22,7 @@ directories: - path: k3s-io/k3s githubRelease: slug: k3s-io/k3s - tag: v1.29 + tag: v1.29.0 disableAutoChecksumValidation: true assetNames: # only download specific assets (optional; v0.12.0+). We use assetNames inside githubRelease instead of # includePaths at path level. Using includePaths downloads all assets and filter after.