diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 01f6bacbc..b2f69f400 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{"charts/base-cluster":"5.0.1","charts/teuto-portal-k8s-worker":"1.0.2","charts/t8s-cluster":"5.0.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0"} +{"charts/base-cluster":"5.0.1","charts/teuto-portal-k8s-worker":"1.0.2","charts/t8s-cluster":"6.0.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0"} diff --git a/charts/t8s-cluster/CHANGELOG.md b/charts/t8s-cluster/CHANGELOG.md index 932be84a2..4447feb07 100644 --- a/charts/t8s-cluster/CHANGELOG.md +++ b/charts/t8s-cluster/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [6.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-v5.0.0...t8s-cluster-v6.0.0) (2024-02-29) + + +### ⚠ BREAKING CHANGES + +* **t8s-cluster/management-cluster:** add environment parameter ([#806](https://github.com/teutonet/teutonet-helm-charts/issues/806)) + +### Features + +* **t8s-cluster/management-cluster:** add environment parameter ([#806](https://github.com/teutonet/teutonet-helm-charts/issues/806)) ([e452f9e](https://github.com/teutonet/teutonet-helm-charts/commit/e452f9ed4317a17418689312fcab8b27e75931a1)) +* **t8s-cluster/management-cluster:** automatically roll cluster if certs are going to expire ([#722](https://github.com/teutonet/teutonet-helm-charts/issues/722)) ([6fd3ab1](https://github.com/teutonet/teutonet-helm-charts/commit/6fd3ab163a00bf0c53ac94cc18bfad41f12ed1a3)) +* **t8s-cluster:** update all HRs and enable driftDetection ([#774](https://github.com/teutonet/teutonet-helm-charts/issues/774)) ([139d6df](https://github.com/teutonet/teutonet-helm-charts/commit/139d6df254d547817bfa71aa681df24a79cc4612)) + + +### Miscellaneous Chores + +* **t8s-cluster/dependencies:** update helm release common to v2.16.1 ([#783](https://github.com/teutonet/teutonet-helm-charts/issues/783)) ([fb06ada](https://github.com/teutonet/teutonet-helm-charts/commit/fb06adade8d153c1fdb5998176dc7a57e33f7375)) + ## [5.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-4.1.0...t8s-cluster-v5.0.0) (2024-02-20) diff --git a/charts/t8s-cluster/Chart.yaml b/charts/t8s-cluster/Chart.yaml index 62f315e1f..ecef49faf 100644 --- a/charts/t8s-cluster/Chart.yaml +++ b/charts/t8s-cluster/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: t8s-cluster type: application -version: 5.0.0 +version: 6.0.0 icon: https://teuto.net/favicon.ico maintainers: - name: cwrau diff --git a/charts/t8s-cluster/README.md b/charts/t8s-cluster/README.md index b91b1e428..4a564a5d0 100644 --- a/charts/t8s-cluster/README.md +++ b/charts/t8s-cluster/README.md @@ -1,7 +1,7 @@ [modeline]: # ( vim: set ft=markdown: ) # t8s-cluster -![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) t8s-operator cluster with necessary addons @@ -23,7 +23,7 @@ t8s-operator cluster with necessary addons | Repository | Name | Version | |------------|------|---------| -| https://charts.bitnami.com/bitnami | common | 2.14.1 | +| https://charts.bitnami.com/bitnami | common | 2.16.1 | ## Initial installation @@ -309,6 +309,7 @@ bitnami/kubectl | - [configGroupUrl](#metadata_configGroupUrl ) | No | string | No | - | - | | - [gopassName](#metadata_gopassName ) | No | string | No | - | - | | - [remarks](#metadata_remarks ) | No | string | No | - | - | +| - [environment](#metadata_environment ) | No | string | No | - | - | ### 2.1. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > metadata > serviceLevelAgreement` @@ -363,6 +364,12 @@ Must be one of: | -------- | -------- | | **Type** | `string` | +### 2.9. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > metadata > environment` + +| | | +| -------- | -------- | +| **Type** | `string` | + ## 3. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > controlPlane` | | |