Skip to content

Commit

Permalink
chore(main): [bot] release base-cluster:5.0.0 (#721)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[5.0.0](base-cluster-4.12.0...base-cluster-v5.0.0)
(2024-02-10)


### ⚠ BREAKING CHANGES

* **base-cluster/backup:** only enable velero if a backupstoragelocation
is set
([#763](#763))

### Features

* **base-cluster/grafana:** add dashboards for namespace monitoring
([#712](#712))
([1651273](1651273))
* **base-cluster/limitrange-quotas:** add limitrange and resource quota
([#673](#673))
([f0ac4c2](f0ac4c2))


### Bug Fixes

* **base-cluster/backup:** only enable velero if a backupstoragelocation
is set
([#763](#763))
([4dfec43](4dfec43)),
closes
[#752](#752)
* **base-cluster/cert-manager:** set higher resource quota for cert-ma…
([#742](#742))
([53a51bb](53a51bb))


### Miscellaneous Chores

* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#720](#720))
([e77941e](e77941e))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#735](#735))
([45842f3](45842f3))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#738](#738))
([c83ff3e](c83ff3e))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#744](#744))
([b8d4d2f](b8d4d2f))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#746](#746))
([3da1a81](3da1a81))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#747](#747))
([72978e3](72978e3))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#748](#748))
([92b09a1](92b09a1))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#749](#749))
([b53bd86](b53bd86))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#750](#750))
([feb6630](feb6630))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#760](#760))
([4b0dac4](4b0dac4))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#761](#761))
([6515b38](6515b38))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#762](#762))
([dd58442](dd58442))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#765](#765))
([cf7f587](cf7f587))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#775](#775))
([5837439](5837439))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images
([#776](#776))
([5c04406](5c04406))
* **base-cluster/dependencies:** update docker.io/bitnami/kubectl docker
tag to v1.29.1
([#726](#726))
([11fa033](11fa033))
* **base-cluster/dependencies:** update helm release common to v2.14.1
([#692](#692))
([c570d70](c570d70))

---
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>
  • Loading branch information
teutonet-bot and github-actions[bot] authored Feb 12, 2024
1 parent 7b214dd commit d0bf855
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 131 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":"4.12.0","charts/teuto-portal-k8s-worker":"1.0.2","charts/t8s-cluster":"4.1.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0"}
{"charts/base-cluster":"5.0.0","charts/teuto-portal-k8s-worker":"1.0.2","charts/t8s-cluster":"4.1.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0"}
39 changes: 39 additions & 0 deletions charts/base-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## [5.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-4.12.0...base-cluster-v5.0.0) (2024-02-10)


### ⚠ BREAKING CHANGES

* **base-cluster/backup:** only enable velero if a backupstoragelocation is set ([#763](https://github.com/teutonet/teutonet-helm-charts/issues/763))

### Features

* **base-cluster/grafana:** add dashboards for namespace monitoring ([#712](https://github.com/teutonet/teutonet-helm-charts/issues/712)) ([1651273](https://github.com/teutonet/teutonet-helm-charts/commit/165127347418973f17f5fa8ce6215c38dd067de5))
* **base-cluster/limitrange-quotas:** add limitrange and resource quota ([#673](https://github.com/teutonet/teutonet-helm-charts/issues/673)) ([f0ac4c2](https://github.com/teutonet/teutonet-helm-charts/commit/f0ac4c2a0079f0cd7350bc613781a62222a2df1d))


### Bug Fixes

* **base-cluster/backup:** only enable velero if a backupstoragelocation is set ([#763](https://github.com/teutonet/teutonet-helm-charts/issues/763)) ([4dfec43](https://github.com/teutonet/teutonet-helm-charts/commit/4dfec438883114c3f97b177013a238df54e1a100)), closes [#752](https://github.com/teutonet/teutonet-helm-charts/issues/752)
* **base-cluster/cert-manager:** set higher resource quota for cert-ma… ([#742](https://github.com/teutonet/teutonet-helm-charts/issues/742)) ([53a51bb](https://github.com/teutonet/teutonet-helm-charts/commit/53a51bbee0e589e25b40a616e613c699d8a7a094))


### Miscellaneous Chores

* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#720](https://github.com/teutonet/teutonet-helm-charts/issues/720)) ([e77941e](https://github.com/teutonet/teutonet-helm-charts/commit/e77941e49a04dcac1ddc56270027fcb2679249e2))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#735](https://github.com/teutonet/teutonet-helm-charts/issues/735)) ([45842f3](https://github.com/teutonet/teutonet-helm-charts/commit/45842f34fd78b650a24607e6f72befa4ccbc4025))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#738](https://github.com/teutonet/teutonet-helm-charts/issues/738)) ([c83ff3e](https://github.com/teutonet/teutonet-helm-charts/commit/c83ff3e0ab16038dbd2e7b8b64e70a5d596d534f))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#744](https://github.com/teutonet/teutonet-helm-charts/issues/744)) ([b8d4d2f](https://github.com/teutonet/teutonet-helm-charts/commit/b8d4d2fb34708b8eb504178625f57b9888c219fe))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#746](https://github.com/teutonet/teutonet-helm-charts/issues/746)) ([3da1a81](https://github.com/teutonet/teutonet-helm-charts/commit/3da1a8114255d5ef665f45d6314609d800a33bc7))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#747](https://github.com/teutonet/teutonet-helm-charts/issues/747)) ([72978e3](https://github.com/teutonet/teutonet-helm-charts/commit/72978e3ef9ae046a8dafeca4cb894e2c31abc998))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#748](https://github.com/teutonet/teutonet-helm-charts/issues/748)) ([92b09a1](https://github.com/teutonet/teutonet-helm-charts/commit/92b09a1596359ad4d15f486895895ceea91afe48))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#749](https://github.com/teutonet/teutonet-helm-charts/issues/749)) ([b53bd86](https://github.com/teutonet/teutonet-helm-charts/commit/b53bd863fb74c5a1ba09495ce65b1ea96189796d))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#750](https://github.com/teutonet/teutonet-helm-charts/issues/750)) ([feb6630](https://github.com/teutonet/teutonet-helm-charts/commit/feb66304bbfdf0b39fbdd30c23591bef45f60c3e))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#760](https://github.com/teutonet/teutonet-helm-charts/issues/760)) ([4b0dac4](https://github.com/teutonet/teutonet-helm-charts/commit/4b0dac422de200597542a7fb0d072af82f4159ca))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#761](https://github.com/teutonet/teutonet-helm-charts/issues/761)) ([6515b38](https://github.com/teutonet/teutonet-helm-charts/commit/6515b38decbea55fcd958dc70854096bd022731a))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#762](https://github.com/teutonet/teutonet-helm-charts/issues/762)) ([dd58442](https://github.com/teutonet/teutonet-helm-charts/commit/dd58442fa214b9b00e4701c3a39d0fb725109e38))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#765](https://github.com/teutonet/teutonet-helm-charts/issues/765)) ([cf7f587](https://github.com/teutonet/teutonet-helm-charts/commit/cf7f587ea403b0135ebe7ebe09076149c1c4cb0f))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#775](https://github.com/teutonet/teutonet-helm-charts/issues/775)) ([5837439](https://github.com/teutonet/teutonet-helm-charts/commit/58374390f9ae724b33f216776386a22b3a1737be))
* **base-cluster/artifacthub-images:** Update ArtifactHUB images ([#776](https://github.com/teutonet/teutonet-helm-charts/issues/776)) ([5c04406](https://github.com/teutonet/teutonet-helm-charts/commit/5c04406da62a04b2637cce9b859c0bfd74fb9255))
* **base-cluster/dependencies:** update docker.io/bitnami/kubectl docker tag to v1.29.1 ([#726](https://github.com/teutonet/teutonet-helm-charts/issues/726)) ([11fa033](https://github.com/teutonet/teutonet-helm-charts/commit/11fa0335f0a13144fd7297e393cd3934a8cfbf24))
* **base-cluster/dependencies:** update helm release common to v2.14.1 ([#692](https://github.com/teutonet/teutonet-helm-charts/issues/692)) ([c570d70](https://github.com/teutonet/teutonet-helm-charts/commit/c570d70ad5c7dac8e4a5e816838b285e2d75ab2d))

## [4.12.0](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-4.11.0...base-cluster-v4.12.0) (2024-01-15)


Expand Down
2 changes: 1 addition & 1 deletion charts/base-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: base-cluster
type: application
version: 4.12.0
version: 5.0.0
icon: https://teuto.net/favicon.ico
maintainers:
- name: cwrau
Expand Down
Loading

0 comments on commit d0bf855

Please sign in to comment.