Skip to content

Commit

Permalink
chore(main): [bot] release t8s-cluster:9.0.0 (#1091)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
teutonet-bot authored Nov 20, 2024
1 parent f2688de commit 51f0f2d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"charts/base-cluster":"7.0.0","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"8.3.2","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.1.8"}
{"charts/base-cluster":"7.0.0","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"9.0.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.1.8"}
32 changes: 32 additions & 0 deletions charts/t8s-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [9.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/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](https://github.com/teutonet/teutonet-helm-charts/issues/1197))

### Features

* **t8s-cluster/cilium:** enable egressGateway ([#1223](https://github.com/teutonet/teutonet-helm-charts/issues/1223)) ([76fb7b0](https://github.com/teutonet/teutonet-helm-charts/commit/76fb7b045cf83866895d3a89319a796d9c8b8c48))


### Bug Fixes

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


### Miscellaneous Chores

* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker tag to v1.29.8 ([#1137](https://github.com/teutonet/teutonet-helm-charts/issues/1137)) ([b343ce2](https://github.com/teutonet/teutonet-helm-charts/commit/b343ce2e97aafc98d280c0fda857db9b008342e8))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker tag to v1.31.0 ([#908](https://github.com/teutonet/teutonet-helm-charts/issues/908)) ([fa57c6e](https://github.com/teutonet/teutonet-helm-charts/commit/fa57c6e77e0054103cf12bbefd1818f1d45acae5))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker tag to v1.31.2 ([#1192](https://github.com/teutonet/teutonet-helm-charts/issues/1192)) ([5edddd7](https://github.com/teutonet/teutonet-helm-charts/commit/5edddd7614e9558d13ae56358efd8dcf23807d61))
* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl:1.29.6 docker digest to 6f94559 ([#1028](https://github.com/teutonet/teutonet-helm-charts/issues/1028)) ([88ea367](https://github.com/teutonet/teutonet-helm-charts/commit/88ea3678b2c6d3e0cec9b6a46a53c4dbee15691a))
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag to v3.5.15 ([#1078](https://github.com/teutonet/teutonet-helm-charts/issues/1078)) ([bc79a2a](https://github.com/teutonet/teutonet-helm-charts/commit/bc79a2a6c14dfc5c42d43cfefd69c14c4bcf356f))
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag to v3.5.16 ([#1211](https://github.com/teutonet/teutonet-helm-charts/issues/1211)) ([969e291](https://github.com/teutonet/teutonet-helm-charts/commit/969e2919d99ee7075df7c0a3a49f12df6d330de5))
* **t8s-cluster/management-cluster:** update CAPIO and migrate config ([#1197](https://github.com/teutonet/teutonet-helm-charts/issues/1197)) ([ff9248b](https://github.com/teutonet/teutonet-helm-charts/commit/ff9248b7b27aa9e03d8a491a6cf0d2ef122418cd))

## [8.3.2](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-v8.3.1...t8s-cluster-v8.3.2) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion charts/t8s-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sources:
- https://github.com/teutonet/teutonet-helm-charts/tree/t8s-cluster-v8.3.2/charts/t8s-cluster
- https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/t8s-cluster
type: application
version: 8.3.2
version: 9.0.0
annotations:
artifacthub.io/images: |
- image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 # default/HelmRelease/t8s-cluster-csi/kube-system/Deployment/openstack-cinder-csi-controllerplugin.yaml
Expand Down

0 comments on commit 51f0f2d

Please sign in to comment.