Skip to content

Commit 8c6092b

Browse files
🤖 Update module github.com/fluxcd/flux2/v2 to v2.7.1
1 parent 4d029cb commit 8c6092b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

example/shoot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
kind: FluxConfig
1515
flux:
1616
# renovate:flux-version
17-
version: v2.7.0
17+
version: v2.7.1
1818
registry: ghcr.io/fluxcd
1919
namespace: flux-system
2020
source:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
7-
github.com/fluxcd/flux2/v2 v2.7.0
7+
github.com/fluxcd/flux2/v2 v2.7.1
88
github.com/fluxcd/kustomize-controller/api v1.7.0
99
github.com/fluxcd/pkg/apis/meta v1.21.0
1010
github.com/fluxcd/source-controller/api v1.7.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
150150
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
151151
github.com/fluent/fluent-operator/v3 v3.3.0 h1:zBtt8IOVSyTiywnmom3V2byqIi2ZXMCCKBUx/4bnFBk=
152152
github.com/fluent/fluent-operator/v3 v3.3.0/go.mod h1:x54zzJ60QYJ6jnN7n9/Mseyaz9oWjSO99hbhVXJaar0=
153-
github.com/fluxcd/flux2/v2 v2.7.0 h1:EW2pNcZUBAN5MCRly5p4agQeGrZXvHTlE5cNAEta4Dk=
154-
github.com/fluxcd/flux2/v2 v2.7.0/go.mod h1:bXfXo6uwzDtrQTKWBPb360nLLyhw27MW/v1xgNGlkG0=
153+
github.com/fluxcd/flux2/v2 v2.7.1 h1:tDZMgVZNFIpoB227ZRQyLoV8004Y2lFUNDRekZiJKl0=
154+
github.com/fluxcd/flux2/v2 v2.7.1/go.mod h1:Ktwt0iPvx2VDOgzRbhJ1mDmoCSL6Q4kLsLfYLIbmZW0=
155155
github.com/fluxcd/kustomize-controller/api v1.7.0 h1:5AO+pNY24qdJxxmtKNauplalII2HwED936pOMIDqNOA=
156156
github.com/fluxcd/kustomize-controller/api v1.7.0/go.mod h1:VuW1e7ILa6QVUnZ0Cxg+9Ghf12LvXu336vE2rAlHg4Y=
157157
github.com/fluxcd/pkg/apis/acl v0.9.0 h1:wBpgsKT+jcyZEcM//OmZr9RiF8klL3ebrDp2u2ThsnA=

pkg/apis/flux/v1alpha1/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const (
1717

1818
// defaultFluxVersion is maintained by renovate via a customManager. Don't
1919
// change this without also updating the renovate config.
20-
defaultFluxVersion = "v2.7.0"
20+
defaultFluxVersion = "v2.7.1"
2121
)
2222

2323
func addDefaultingFuncs(scheme *runtime.Scheme) error {

pkg/apis/flux/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type FluxInstallation struct {
4747
// renovate updates the doc string. See renovate config for more details
4848

4949
// Version specifies the Flux version that should be installed.
50-
// Defaults to "v2.7.0".
50+
// Defaults to "v2.7.1".
5151
// +optional
5252
Version *string `json:"version,omitempty"`
5353
// Registry specifies the container registry where the Flux controller images are pulled from.

0 commit comments

Comments
 (0)