From e88c7b8ab79cc710f3aead3f266c4d5a44fa455b Mon Sep 17 00:00:00 2001 From: fleet-bot Date: Wed, 11 Sep 2024 09:25:16 +0000 Subject: [PATCH] Updating to Fleet v0.9.9-rc.2 --- build.yaml | 2 +- pkg/buildconfig/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.yaml b/build.yaml index 574e44662a9..ee52644c362 100644 --- a/build.yaml +++ b/build.yaml @@ -1,4 +1,4 @@ webhookVersion: 103.0.9+up0.4.10 cspAdapterMinVersion: 103.0.1+up3.0.1 defaultShellVersion: rancher/shell:v0.1.26 -fleetVersion: 103.1.8+up0.9.9-rc.1 +fleetVersion: 103.1.8+up0.9.9-rc.2 diff --git a/pkg/buildconfig/constants.go b/pkg/buildconfig/constants.go index 804f0c9f0c3..4ec366fda97 100644 --- a/pkg/buildconfig/constants.go +++ b/pkg/buildconfig/constants.go @@ -5,6 +5,6 @@ package buildconfig const ( CspAdapterMinVersion = "103.0.1+up3.0.1" DefaultShellVersion = "rancher/shell:v0.1.26" - FleetVersion = "103.1.8+up0.9.9-rc.1" + FleetVersion = "103.1.8+up0.9.9-rc.2" WebhookVersion = "103.0.9+up0.4.10" )