Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(t8s-cluster/dependencies): update registry.k8s.io/etcd docker tag to v3.5.16 #1211

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Update Change
registry.k8s.io/etcd patch 3.5.15-0 -> 3.5.16-0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) October 30, 2024 10:04
@renovate renovate bot force-pushed the renovate/t8s-cluster-registry.k8s.io-etcd-3.5.x branch from 9a575f4 to 2a789ac Compare October 30, 2024 10:18
@teutonet-bot
Copy link
Contributor

teutonet-bot commented Oct 30, 2024

🤖 I have diffed this beep boop

"/$namespace/$kind/$name.yaml" for normal resources
"/$namespace/HelmRelease/$name/$namespace/$kind/$name.yaml" for HelmReleases <- this is recursive
'null' means it's either cluster-scoped or it's in the default namespace for the HelmRelease

charts/t8s-cluster/ci/artifacthub-values.yaml

charts/t8s-cluster/ci/cidrs-values.yaml

charts/t8s-cluster/ci/injectedCertificateAuthorities-values.yaml

charts/t8s-cluster/ci/hcp-values.yaml

charts/t8s-cluster/ci/securityGroups-values.yaml

charts/t8s-cluster/ci/calico-values.yaml

charts/t8s-cluster/ci/bastion-values.yaml

charts/t8s-cluster/values.yaml

charts/t8s-cluster/ci/gpu-flavor-values.yaml

@renovate renovate bot force-pushed the renovate/t8s-cluster-registry.k8s.io-etcd-3.5.x branch 2 times, most recently from 67c84d2 to d4c308d Compare October 30, 2024 11:54
@renovate renovate bot force-pushed the renovate/t8s-cluster-registry.k8s.io-etcd-3.5.x branch from d4c308d to e6365ec Compare October 30, 2024 11:55
@renovate renovate bot merged commit 969e291 into main Oct 30, 2024
16 checks passed
@renovate renovate bot deleted the renovate/t8s-cluster-registry.k8s.io-etcd-3.5.x branch October 30, 2024 11:58
teutonet-bot added a commit that referenced this pull request Nov 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[9.0.0](t8s-cluster-v8.3.2...t8s-cluster-v9.0.0)
(2024-11-18)


### ⚠ BREAKING CHANGES

* **t8s-cluster/management-cluster:** update CAPIO and migrate config
([#1197](#1197))

### Features

* **t8s-cluster/cilium:** enable egressGateway
([#1223](#1223))
([76fb7b0](76fb7b0))


### Bug Fixes

* **base-cluster:** add missing ciliumNetworkPolicy for
cinder-csi-plugin otherwise it can't talk to the openstack api 🤣
([#1114](#1114))
([f33e5ad](f33e5ad))
* **t8s-cluster/workload-cluster:** this field is _actually_ used 🙄
([#1174](#1174))
([16a5b12](16a5b12))
* **t8s-cluster:** create separate etcd defrag jobs per cluster
([#1201](#1201))
([948868e](948868e))
* **t8s-cluster:** only `toYaml` if field exists
([#1227](#1227))
([a98420d](a98420d))
* **t8s-cluster:** remove unnecessary require for
openstackImageNamePrefix
([#1229](#1229))
([b9b2154](b9b2154))
* **t8s-cluster:** up etcd-defrag timeout
([#1178](#1178))
([292b156](292b156))


### Miscellaneous Chores

* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.29.8
([#1137](#1137))
([b343ce2](b343ce2))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.31.0
([#908](#908))
([fa57c6e](fa57c6e))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.31.2
([#1192](#1192))
([5edddd7](5edddd7))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl:1.29.6
docker digest to 6f94559
([#1028](#1028))
([88ea367](88ea367))
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag
to v3.5.15
([#1078](#1078))
([bc79a2a](bc79a2a))
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag
to v3.5.16
([#1211](#1211))
([969e291](969e291))
* **t8s-cluster/management-cluster:** update CAPIO and migrate config
([#1197](#1197))
([ff9248b](ff9248b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
SyeKlu pushed a commit to SyeKlu/teutonet-helm-charts that referenced this pull request Nov 21, 2024
🤖 I have created a release *beep* *boop*
---


##
[9.0.0](teutonet/teutonet-helm-charts@t8s-cluster-v8.3.2...t8s-cluster-v9.0.0)
(2024-11-18)


### ⚠ BREAKING CHANGES

* **t8s-cluster/management-cluster:** update CAPIO and migrate config
([teutonet#1197](teutonet#1197))

### Features

* **t8s-cluster/cilium:** enable egressGateway
([teutonet#1223](teutonet#1223))
([76fb7b0](teutonet@76fb7b0))


### Bug Fixes

* **base-cluster:** add missing ciliumNetworkPolicy for
cinder-csi-plugin otherwise it can't talk to the openstack api 🤣
([teutonet#1114](teutonet#1114))
([f33e5ad](teutonet@f33e5ad))
* **t8s-cluster/workload-cluster:** this field is _actually_ used 🙄
([teutonet#1174](teutonet#1174))
([16a5b12](teutonet@16a5b12))
* **t8s-cluster:** create separate etcd defrag jobs per cluster
([teutonet#1201](teutonet#1201))
([948868e](teutonet@948868e))
* **t8s-cluster:** only `toYaml` if field exists
([teutonet#1227](teutonet#1227))
([a98420d](teutonet@a98420d))
* **t8s-cluster:** remove unnecessary require for
openstackImageNamePrefix
([teutonet#1229](teutonet#1229))
([b9b2154](teutonet@b9b2154))
* **t8s-cluster:** up etcd-defrag timeout
([teutonet#1178](teutonet#1178))
([292b156](teutonet@292b156))


### Miscellaneous Chores

* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.29.8
([teutonet#1137](teutonet#1137))
([b343ce2](teutonet@b343ce2))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.31.0
([teutonet#908](teutonet#908))
([fa57c6e](teutonet@fa57c6e))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.31.2
([teutonet#1192](teutonet#1192))
([5edddd7](teutonet@5edddd7))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl:1.29.6
docker digest to 6f94559
([teutonet#1028](teutonet#1028))
([88ea367](teutonet@88ea367))
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag
to v3.5.15
([teutonet#1078](teutonet#1078))
([bc79a2a](teutonet@bc79a2a))
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag
to v3.5.16
([teutonet#1211](teutonet#1211))
([969e291](teutonet@969e291))
* **t8s-cluster/management-cluster:** update CAPIO and migrate config
([teutonet#1197](teutonet#1197))
([ff9248b](teutonet@ff9248b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants