Skip to content

Commit 8c917fd

Browse files
Update Helm release shoot-flux to v0.13.0 (#1862)
Co-authored-by: 23t-machine-user <[email protected]>
1 parent a45b806 commit 8c917fd

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

configuration/configuration/templates/extensions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ stringData:
231231
{{- end }}
232232

233233
shoot-flux:
234-
version: 0.12.0
234+
version: 0.13.0
235235
values:
236236
imagePullPolicy:
237237
image:

docs/release-notes/next.md

+12
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,15 @@ hide_table_of_contents: true
167167
- `[USER]` Fix initial scheduling of `Shoot` with `NamespacedCloudProfile` reference. by @LucaBernstein [#11076]
168168

169169
</details>
170+
171+
<details>
172+
<summary><b>Update shoot-flux to <code>0.13.0</code></b></summary>
173+
174+
## What's Changed
175+
* 🤖 Update module github.com/onsi/gomega to v1.36.1 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/125
176+
* Bump gardener to `v1.107` by @Duciwuci in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/127
177+
178+
179+
**Full Changelog**: https://github.com/stackitcloud/gardener-extension-shoot-flux/compare/v0.12.0...v0.13.0
180+
181+
</details>

helmcharts/shoot-flux/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dependencies:
55
repository: ""
66
description: A helmchart for shoot-flux
77
name: shoot-flux
8-
version: 0.12.0
8+
version: 0.13.0

helmcharts/shoot-flux/RELEASE.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
## What's Changed
2-
* Do nothing when cluster is hibernated by @maboehm in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/122
3-
* 🤖 Update module github.com/onsi/ginkgo/v2 to v2.22.0 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/120
4-
* 🤖 Update module github.com/onsi/gomega to v1.36.0 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/121
5-
* 🤖 Update k8s.io/utils digest to 6fe5fd8 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/111
6-
* 🤖 Update dependency go to v1.23.3 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/118
7-
* 🤖 Update module golang.org/x/tools to v0.27.0 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/116
8-
* 🤖 Update fluxcd (minor) by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/107
2+
* 🤖 Update module github.com/onsi/gomega to v1.36.1 by @renovate in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/125
3+
* Bump gardener to `v1.107` by @Duciwuci in https://github.com/stackitcloud/gardener-extension-shoot-flux/pull/127
94

105

11-
**Full Changelog**: https://github.com/stackitcloud/gardener-extension-shoot-flux/compare/v0.11.0...v0.12.0
6+
**Full Changelog**: https://github.com/stackitcloud/gardener-extension-shoot-flux/compare/v0.12.0...v0.13.0
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
description: Helmchart for controllerregistration of shoot-flux
33
name: controller
4-
version: 0.12.0
4+
version: 0.13.0

0 commit comments

Comments
 (0)