From 7156b87cf1c8414322994bc22a4de87a06286c5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 14:02:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20fluxcd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/shoot.yaml | 2 +- go.mod | 8 ++++---- pkg/apis/flux/v1alpha1/defaults.go | 2 +- pkg/apis/flux/v1alpha1/types.go | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/shoot.yaml b/example/shoot.yaml index 252bf2e9..45ae52e0 100644 --- a/example/shoot.yaml +++ b/example/shoot.yaml @@ -14,7 +14,7 @@ spec: kind: FluxConfig flux: # renovate:flux-version - version: v2.3.0 + version: v2.4.0 registry: ghcr.io/fluxcd namespace: flux-system source: diff --git a/go.mod b/go.mod index 9c070216..1fd7769f 100644 --- a/go.mod +++ b/go.mod @@ -13,10 +13,10 @@ replace ( require ( github.com/ahmetb/gen-crd-api-reference-docs v0.3.0 - github.com/fluxcd/flux2/v2 v2.3.0 - github.com/fluxcd/kustomize-controller/api v1.3.0 - github.com/fluxcd/pkg/apis/meta v1.5.0 - github.com/fluxcd/source-controller/api v1.3.0 + github.com/fluxcd/flux2/v2 v2.4.0 + github.com/fluxcd/kustomize-controller/api v1.4.0 + github.com/fluxcd/pkg/apis/meta v1.6.1 + github.com/fluxcd/source-controller/api v1.4.1 github.com/gardener/gardener v1.101.3 github.com/go-logr/logr v1.4.2 github.com/ironcore-dev/vgopath v0.1.6 diff --git a/pkg/apis/flux/v1alpha1/defaults.go b/pkg/apis/flux/v1alpha1/defaults.go index cf4b2bc3..be9ad404 100644 --- a/pkg/apis/flux/v1alpha1/defaults.go +++ b/pkg/apis/flux/v1alpha1/defaults.go @@ -17,7 +17,7 @@ const ( // defaultFluxVersion is maintained by renovate via a customManager. Don't // change this without also updating the renovate config. - defaultFluxVersion = "v2.3.0" + defaultFluxVersion = "v2.4.0" ) func addDefaultingFuncs(scheme *runtime.Scheme) error { diff --git a/pkg/apis/flux/v1alpha1/types.go b/pkg/apis/flux/v1alpha1/types.go index 1de568cc..72345f51 100644 --- a/pkg/apis/flux/v1alpha1/types.go +++ b/pkg/apis/flux/v1alpha1/types.go @@ -47,7 +47,7 @@ type FluxInstallation struct { // renovate updates the doc string. See renovate config for more details // Version specifies the Flux version that should be installed. - // Defaults to "v2.3.0". + // Defaults to "v2.4.0". // +optional Version *string `json:"version,omitempty"` // Registry specifies the container registry where the Flux controller images are pulled from.