Skip to content

Commit

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


##
[1.2.1](common-v1.2.0...common-v1.2.1)
(2024-08-07)


### Miscellaneous Chores

* **common/dependencies:** update helm release common to v2.19.3
([#973](#973))
([0187a4a](0187a4a))
* **common/dependencies:** update helm release common to v2.21.0
([#1017](#1017))
([edfeb09](edfeb09))
* **common:** improve developer experience by providing tab-completion
([#1004](#1004))
([4785b0f](4785b0f))

---
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 Aug 7, 2024
1 parent edfeb09 commit 86dd4bb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 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":"6.6.2","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"8.2.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.0","charts/ckan":"1.1.4"}
{"charts/base-cluster":"6.6.2","charts/teuto-portal-k8s-worker":"3.1.1","charts/t8s-cluster":"8.2.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.1.4"}
9 changes: 9 additions & 0 deletions charts/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.1](https://github.com/teutonet/teutonet-helm-charts/compare/common-v1.2.0...common-v1.2.1) (2024-08-07)


### Miscellaneous Chores

* **common/dependencies:** update helm release common to v2.19.3 ([#973](https://github.com/teutonet/teutonet-helm-charts/issues/973)) ([0187a4a](https://github.com/teutonet/teutonet-helm-charts/commit/0187a4aff3330b08f43ff6271d674e091f90df27))
* **common/dependencies:** update helm release common to v2.21.0 ([#1017](https://github.com/teutonet/teutonet-helm-charts/issues/1017)) ([edfeb09](https://github.com/teutonet/teutonet-helm-charts/commit/edfeb09ebe30659b97329d46fb554c883a220ac0))
* **common:** improve developer experience by providing tab-completion ([#1004](https://github.com/teutonet/teutonet-helm-charts/issues/1004)) ([4785b0f](https://github.com/teutonet/teutonet-helm-charts/commit/4785b0f4c1a48a7f15ec8d4f5b62282811e14429))

## [1.2.0](https://github.com/teutonet/teutonet-helm-charts/compare/common-v1.1.0...common-v1.2.0) (2024-07-01)


Expand Down
27 changes: 15 additions & 12 deletions charts/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
apiVersion: v2
name: common
description: A library chart for common resources
type: library
version: 1.2.0
maintainers:
- name: cwrau
email: cwr@teuto.net
- name: marvinWolff
email: mw@teuto.net
- name: tasches
email: st@teuto.net
dependencies:
- name: common
version: 2.21.0
repository: https://charts.bitnami.com/bitnami
version: 2.21.0
description: A library chart for common resources
maintainers:
- email: cwr@teuto.net
name: cwrau
- email: mw@teuto.net
name: marvinWolff
- email: st@teuto.net
name: tasches
name: common
sources:
- https://github.com/teutonet/teutonet-helm-charts/tree/common-v1.2.1/charts/common
- https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/common
type: library
version: 1.2.1
2 changes: 1 addition & 1 deletion charts/common/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[modeline]: # ( vim: set ft=markdown: )
# common

![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)
![Version: 1.2.1](https://img.shields.io/badge/Version-1.2.1-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)

A library chart for common resources

Expand Down

0 comments on commit 86dd4bb

Please sign in to comment.