Skip to content

Commit 8d1b24a

Browse files
chore(main): [bot] release t8s-cluster:8.0.0 (#917)
🤖 I have created a release *beep* *boop* --- ## [8.0.0](t8s-cluster-v7.0.1...t8s-cluster-v8.0.0) (2024-06-15) ### ⚠ BREAKING CHANGES * **t8s-cluster:** remove unused gopassName field ([#922](#922)) ### Bug Fixes * **t8s-cluster/management-cluster:** remove uninstall job this should still work and help with the resource orphanage (HelmCharts, ...) ([#929](#929)) ([afbe7f0](afbe7f0)) ### Miscellaneous Chores * **t8s-cluster/dependencies:** update helm release gpu-operator to v24 ([#920](#920)) ([70b8d59](70b8d59)) * **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag to v3.5.13 ([#892](#892)) ([5436cfa](5436cfa)) * **t8s-cluster/management-cluster:** update flux resources they are deprecated ([#930](#930)) ([29a7b8f](29a7b8f)) * **t8s-cluster:** remove unused gopassName field ([#922](#922)) ([1a222bf](1a222bf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 49390c8 commit 8d1b24a

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"charts/base-cluster":"6.2.0","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"7.0.1","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.1.0","charts/ckan":"1.1.2"}
1+
{"charts/base-cluster":"6.2.0","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"8.0.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.1.0","charts/ckan":"1.1.2"}

charts/t8s-cluster/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-v7.0.1...t8s-cluster-v8.0.0) (2024-06-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **t8s-cluster:** remove unused gopassName field ([#922](https://github.com/teutonet/teutonet-helm-charts/issues/922))
9+
10+
### Bug Fixes
11+
12+
* **t8s-cluster/management-cluster:** remove uninstall job this should still work and help with the resource orphanage (HelmCharts, ...) ([#929](https://github.com/teutonet/teutonet-helm-charts/issues/929)) ([afbe7f0](https://github.com/teutonet/teutonet-helm-charts/commit/afbe7f00d05bdd4a8f047612be41fa99f630ebd8))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* **t8s-cluster/dependencies:** update helm release gpu-operator to v24 ([#920](https://github.com/teutonet/teutonet-helm-charts/issues/920)) ([70b8d59](https://github.com/teutonet/teutonet-helm-charts/commit/70b8d59e4fa699827d4aded52e1c0af9cd873adc))
18+
* **t8s-cluster/dependencies:** update registry.k8s.io/etcd docker tag to v3.5.13 ([#892](https://github.com/teutonet/teutonet-helm-charts/issues/892)) ([5436cfa](https://github.com/teutonet/teutonet-helm-charts/commit/5436cfa3d7ca8f768699abb58d0d151f857545e4))
19+
* **t8s-cluster/management-cluster:** update flux resources they are deprecated ([#930](https://github.com/teutonet/teutonet-helm-charts/issues/930)) ([29a7b8f](https://github.com/teutonet/teutonet-helm-charts/commit/29a7b8fed1124c610d8864689787a16c04f9deea))
20+
* **t8s-cluster:** remove unused gopassName field ([#922](https://github.com/teutonet/teutonet-helm-charts/issues/922)) ([1a222bf](https://github.com/teutonet/teutonet-helm-charts/commit/1a222bf03b19e4f30bef344cc01ac8e95fd1ee2e))
21+
322
## [7.0.1](https://github.com/teutonet/teutonet-helm-charts/compare/t8s-cluster-v7.0.0...t8s-cluster-v7.0.1) (2024-04-29)
423

524

charts/t8s-cluster/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: t8s-cluster
33
type: application
4-
version: 7.0.1
4+
version: 8.0.0
55
icon: https://teuto.net/favicon.ico
66
maintainers:
77
- name: cwrau

charts/t8s-cluster/README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[modeline]: # ( vim: set ft=markdown: )
22
# t8s-cluster
33

4-
![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
![Version: 8.0.0](https://img.shields.io/badge/Version-8.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
55

66
t8s-operator cluster with necessary addons
77

@@ -44,6 +44,10 @@ delete the cloud-config secret, as these will just be recreated during installat
4444

4545
Just skip version 6.x.x, as there was a mistake and it has been reverted.
4646

47+
### 7.x.x -> 8.x.x
48+
49+
Removed the unused `.metadata.gopassName` field.
50+
4751
# t8s cluster configuration
4852

4953
**Title:** t8s cluster configuration
@@ -134,7 +138,7 @@ Just skip version 6.x.x, as there was a mistake and it has been reverted.
134138
| -------------------------------------------------------------------------------- | ------- | ------ | ---------- | ---------- | ----------------- |
135139
| - [](#global_helmRepositories_additionalProperties_charts_additionalProperties ) | No | string | No | - | - |
136140

137-
##### <a name="global_helmRepositories_additionalProperties_charts_additionalProperties"></a>1.1.1.2.1. Property `t8s cluster configuration > global > helmRepositories > additionalProperties > charts > additionalProperties`
141+
###### <a name="global_helmRepositories_additionalProperties_charts_additionalProperties"></a>1.1.1.2.1. Property `t8s cluster configuration > global > helmRepositories > additionalProperties > charts > additionalProperties`
138142

139143
| | |
140144
| -------- | -------- |
@@ -311,7 +315,6 @@ bitnami/kubectl
311315
| - [friendlyName](#metadata_friendlyName ) | No | string | No | - | - |
312316
| - [supportProjectUrl](#metadata_supportProjectUrl ) | No | string | No | - | - |
313317
| - [configGroupUrl](#metadata_configGroupUrl ) | No | string | No | - | - |
314-
| - [gopassName](#metadata_gopassName ) | No | string | No | - | - |
315318
| - [remarks](#metadata_remarks ) | No | string | No | - | - |
316319

317320
### <a name="metadata_serviceLevelAgreement"></a>2.1. ![Required](https://img.shields.io/badge/Required-blue) Property `t8s cluster configuration > metadata > serviceLevelAgreement`
@@ -355,13 +358,7 @@ Must be one of:
355358
| -------- | -------- |
356359
| **Type** | `string` |
357360

358-
### <a name="metadata_gopassName"></a>2.7. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > metadata > gopassName`
359-
360-
| | |
361-
| -------- | -------- |
362-
| **Type** | `string` |
363-
364-
### <a name="metadata_remarks"></a>2.8. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > metadata > remarks`
361+
### <a name="metadata_remarks"></a>2.7. ![Optional](https://img.shields.io/badge/Optional-yellow) Property `t8s cluster configuration > metadata > remarks`
365362

366363
| | |
367364
| -------- | -------- |

0 commit comments

Comments
 (0)