Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency gardener/gardener-extension-shoot-dns-…
Browse files Browse the repository at this point in the history
…service to v1.26.0
  • Loading branch information
23t-renovate authored and 23t-machine-user committed Oct 21, 2022
1 parent c9ba7e8 commit 82783dd
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/extensions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: extensions
description: This helmchart bundles gardener extensions

# This is the chart version.
version: 1.0.116
version: 1.0.117
4 changes: 2 additions & 2 deletions charts/extensions/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| Extension | Version |
| ----------- | ----------- |
|runtime-gvisor|```v0.6.0```|
|external-dns-management|```v0.13.2 -> v0.13.3```|
|external-dns-management|```v0.13.3```|
|networking-calico|```v1.26.0```|
|networking-cilium|```v1.17.0```|
|os-gardenlinux|```v0.14.0```|
Expand All @@ -13,4 +13,4 @@
|provider-hcloud|```v0.6.0```|
|provider-openstack|```v1.29.0```|
|shoot-cert-service|```v1.25.0```|
|shoot-dns-service|```v1.25.0```|
|shoot-dns-service|```v1.25.0 -> v1.26.0```|
4 changes: 2 additions & 2 deletions charts/extensions/templates/shoot-dns-service.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/shoot-dns-service/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: Helmchart for controllerregistration of shoot-dns-service
name: shoot-dns-service
version: v1.25.0
version: v1.26.0
10 changes: 5 additions & 5 deletions charts/shoot-dns-service/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# [gardener-extension-shoot-dns-service]
## 🐛 Bug Fixes
* *[OPERATOR]* Fixed deployment of CRDs for dns-controller-manager if value `dnsControllerManager.createCRDs` is set to `true` ([gardener/gardener-extension-shoot-dns-service#159](https://github.com/gardener/gardener-extension-shoot-dns-service/pull/159), [@MartinWeindel](https://github.com/MartinWeindel))
## 🏃 Others
* *[OPERATOR]* Upgraded builder from golang version `1.18.5` -> `1.19.1` ([gardener/gardener-extension-shoot-dns-service#159](https://github.com/gardener/gardener-extension-shoot-dns-service/pull/159), [@MartinWeindel](https://github.com/MartinWeindel))
* *[OPERATOR]* `shoot-dns-server` Pod now runs with the appropriate priority set according to the following [document](https://github.com/gardener/gardener/blob/v1.57.1/docs/development/priority-classes.md). ([gardener/gardener-extension-shoot-dns-service#163](https://github.com/gardener/gardener-extension-shoot-dns-service/pull/163), [@ialidzhikov](https://github.com/ialidzhikov))
* *[OPERATOR]* Update builder image from `golang:1.19.1` to `golang:1.19.2` ([gardener/gardener-extension-shoot-dns-service#165](https://github.com/gardener/gardener-extension-shoot-dns-service/pull/165), [@MartinWeindel](https://github.com/MartinWeindel))
* *[OPERATOR]* Update dependency gardener/gardener `v1.52.2` to `v1.56.0` ([gardener/gardener-extension-shoot-dns-service#165](https://github.com/gardener/gardener-extension-shoot-dns-service/pull/165), [@MartinWeindel](https://github.com/MartinWeindel))
# [external-dns-management]
## 🏃 Others
* *[USER]* Tolerate apex label `@` for Azure DNS on domain name validation ([gardener/external-dns-management#277](https://github.com/gardener/external-dns-management/pull/277), [@MartinWeindel](https://github.com/MartinWeindel))
* *[OPERATOR]* Update builder image from golang `1.18.5` -> `1.19.1` ([gardener/external-dns-management#278](https://github.com/gardener/external-dns-management/pull/278), [@MartinWeindel](https://github.com/MartinWeindel))
* *[OPERATOR]* Updated controller-manager-library dependency including K8s dependencies `v1.24.1` to `v1.25.0`. ([gardener/external-dns-management#281](https://github.com/gardener/external-dns-management/pull/281), [@MartinWeindel](https://github.com/MartinWeindel))
* *[OPERATOR]* Ignore slave objects of non-responsible DNS classes. ([gardener/external-dns-management#279](https://github.com/gardener/external-dns-management/pull/279), [@MartinWeindel](https://github.com/MartinWeindel))

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hack/helmchart-import/helmchart-import-go/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
version: "v1.25.0"
- name: "shoot-dns-service"
repo: "gardener/gardener-extension-shoot-dns-service"
version: "v1.25.0"
version: "v1.26.0"
2 changes: 1 addition & 1 deletion hack/helmchart-import/import-gardener-extension-charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"package": "gardener/gardener-extension-shoot-dns-service",
"version": "v1.25.0",
"version": "v1.26.0",
"name": "shoot-dns-service",
},
]
Expand Down

0 comments on commit 82783dd

Please sign in to comment.