Skip to content

Commit

Permalink
chore(main): [bot] release t8s-cluster:4.0.1 (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
teutonet-bot and github-actions[bot] authored Nov 17, 2023
1 parent 23f6e70 commit f195a84
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions charts/t8s-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.1](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-4.0.0...t8s-cluster-v4.0.1) (2023-11-17)


### Bug Fixes

* **t8s-cluster/management-cluster:** adjust containerd config to work with cgroupv2 ([#636](https://github.com/teutonet/teutonet-helm-charts/issues/636)) ([23f6e70](https://github.com/teutonet/teutonet-helm-charts/commit/23f6e70573de46c6c9e4f7162a7778482819069c))


### Miscellaneous Chores

* **t8s-cluster/dependencies:** update helm release common to v2.13.3 ([#616](https://github.com/teutonet/teutonet-helm-charts/issues/616)) ([f13471a](https://github.com/teutonet/teutonet-helm-charts/commit/f13471a619d5613863f7a4283a3d57d93a6512da))

## [4.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-3.4.0...t8s-cluster-v4.0.0) (2023-10-23)


Expand Down
8 changes: 4 additions & 4 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: 4.0.0
version: 4.0.1
icon: https://teuto.net/favicon.ico
maintainers:
- name: cwrau
Expand All @@ -27,11 +27,11 @@ annotations:
- 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.3@sha256:e5ca22526e01469f8d10c14e2339a82a13ad70d9a359b879024715540eef4ace
- image: quay.io/cilium/hubble-relay:v1.14.3@sha256:3f5c425faca4f8a38e29d4f86db2aadd8f33c9f05debd78a2bb2a24dd9e565d8
- image: quay.io/cilium/cilium:v1.14.4@sha256:4981767b787c69126e190e33aee93d5a076639083c21f0e7c29596a519c64a2e
- image: quay.io/cilium/hubble-relay:v1.14.4@sha256:ca81622fd9f04c1316bf4144bde5dbce613758810f6022f6c706b14c9c0815db
- 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: quay.io/cilium/operator-generic:v1.14.4@sha256:f0f05e4ba3bb1fe0e4b91144fa4fea637701aba02e6c00b23bd03b4a7e1dfd55
- 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
4 changes: 2 additions & 2 deletions 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: 4.0.0](https://img.shields.io/badge/Version-4.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

t8s-operator cluster with necessary addons

Expand All @@ -23,7 +23,7 @@ t8s-operator cluster with necessary addons

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | common | 2.11.0 |
| https://charts.bitnami.com/bitnami | common | 2.13.3 |

## Initial installation

Expand Down

0 comments on commit f195a84

Please sign in to comment.