Skip to content

Commit

Permalink
chore(main): [bot] release t8s-cluster:3.4.0 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
teutonet-bot authored Oct 23, 2023
1 parent 1b5b572 commit 2a170cf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions charts/t8s-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.4.0](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-3.3.0...t8s-cluster-v3.4.0) (2023-10-23)


### Features

* **t8s-cluster/management-cluster:** up the event ttl ([#611](https://github.com/teutonet/teutonet-helm-charts/issues/611)) ([4f0ed61](https://github.com/teutonet/teutonet-helm-charts/commit/4f0ed619c60f4d1260316c48f6c8fbbbff8559de))


### Bug Fixes

* **t8s-cluster/workload-cluster:** also upgrade gpu-operator CRDs ([#619](https://github.com/teutonet/teutonet-helm-charts/issues/619)) ([1b5b572](https://github.com/teutonet/teutonet-helm-charts/commit/1b5b5724042815a10752329d2b51e0594736dcff))


### Miscellaneous Chores

* **t8s-cluster/dependencies:** update docker.io/bitnami/kubectl docker tag to v1.28.2 ([#614](https://github.com/teutonet/teutonet-helm-charts/issues/614)) ([c875537](https://github.com/teutonet/teutonet-helm-charts/commit/c8755376361b8a64d8ae5ca244eda64b8a5c6f4e))

## [3.3.0](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-3.2.0...t8s-cluster-v3.3.0) (2023-09-27)


Expand Down
14 changes: 7 additions & 7 deletions charts/t8s-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: t8s-cluster
type: application
version: 3.3.0
version: 3.4.0
icon: https://teuto.net/favicon.ico
maintainers:
- name: cwrau
Expand All @@ -20,18 +20,18 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
annotations:
artifacthub.io/images: |
- image: docker.io/bitnami/kubectl:1.27.6
- image: docker.io/bitnami/kubectl:1.28.2
- image: k8s.gcr.io/sig-storage/csi-attacher:v3.4.0
- image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
- image: k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0
- image: k8s.gcr.io/sig-storage/csi-resizer:v1.4.0
- image: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1
- image: k8s.gcr.io/sig-storage/livenessprobe:v2.6.0
- image: quay.io/cilium/cilium:v1.14.2@sha256:6263f3a3d5d63b267b538298dbeb5ae87da3efacf09a2c620446c873ba807d35
- image: quay.io/cilium/hubble-relay:v1.14.2@sha256:a89030b31f333e8fb1c10d2473250399a1a537c27d022cd8becc1a65d1bef1d6
- image: quay.io/cilium/hubble-ui-backend:v0.12.0@sha256:8a79a1aad4fc9c2aa2b3e4379af0af872a89fcec9d99e117188190671c66fc2e
- image: quay.io/cilium/hubble-ui:v0.12.0@sha256:1c876cfa1d5e35bc91e1025c9314f922041592a88b03313c22c1f97a5d2ba88f
- image: quay.io/cilium/operator-generic:v1.14.2@sha256:52f70250dea22e506959439a7c4ea31b10fe8375db62f5c27ab746e3a2af866d
- image: quay.io/cilium/cilium:v1.14.3@sha256:e5ca22526e01469f8d10c14e2339a82a13ad70d9a359b879024715540eef4ace
- image: quay.io/cilium/hubble-relay:v1.14.3@sha256:3f5c425faca4f8a38e29d4f86db2aadd8f33c9f05debd78a2bb2a24dd9e565d8
- image: quay.io/cilium/hubble-ui-backend:v0.12.1@sha256:1f86f3400827a0451e6332262467f894eeb7caf0eb8779bd951e2caa9d027cbe
- image: quay.io/cilium/hubble-ui:v0.12.1@sha256:9e5f81ee747866480ea1ac4630eb6975ff9227f9782b7c93919c081c33f38267
- image: quay.io/cilium/operator-generic:v1.14.3@sha256:c9613277b72103ed36e9c0d16b9a17cafd507461d59340e432e3e9c23468b5e2
- image: registry.k8s.io/etcd:3.5.9-0
- image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.25.6
- image: registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.25.6
2 changes: 1 addition & 1 deletion charts/t8s-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[modeline]: # ( vim: set ft=markdown: )
# t8s-cluster

![Version: 3.3.0](https://img.shields.io/badge/Version-3.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 3.4.0](https://img.shields.io/badge/Version-3.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

t8s-operator cluster with necessary addons

Expand Down

0 comments on commit 2a170cf

Please sign in to comment.