Skip to content

Commit

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


##
[1.2.0](common-v1.1.0...common-v1.2.0)
(2024-07-01)


### Features

* **common/helm:** add support for git helmRepositories
([#945](#945))
([ea0d644](ea0d644))


### Bug Fixes

* **common/telemetry:** checking of endpoint add missing `http://` if
necessary
([#956](#956))
([03c1fba](03c1fba))


### Miscellaneous Chores

* **common/dependencies:** update helm release common to v2.19.2
([#918](#918))
([6687537](6687537))
* **common:** mustMerge* is the safer option
([#1002](#1002))
([4299e1d](4299e1d))

---
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 Jul 1, 2024
1 parent 7bc1446 commit 772231b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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.4.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/base-cluster":"6.4.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.2.0","charts/ckan":"1.1.2"}
18 changes: 18 additions & 0 deletions charts/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### Features

* **common/helm:** add support for git helmRepositories ([#945](https://github.com/teutonet/teutonet-helm-charts/issues/945)) ([ea0d644](https://github.com/teutonet/teutonet-helm-charts/commit/ea0d644239233665da4e91eea61811d12d511360))


### Bug Fixes

* **common/telemetry:** checking of endpoint add missing `http://` if necessary ([#956](https://github.com/teutonet/teutonet-helm-charts/issues/956)) ([03c1fba](https://github.com/teutonet/teutonet-helm-charts/commit/03c1fba9b026c26adc698caa8521c85a4384bd5b))


### Miscellaneous Chores

* **common/dependencies:** update helm release common to v2.19.2 ([#918](https://github.com/teutonet/teutonet-helm-charts/issues/918)) ([6687537](https://github.com/teutonet/teutonet-helm-charts/commit/668753765205113f771bda02fa6996de04be6cd7))
* **common:** mustMerge* is the safer option ([#1002](https://github.com/teutonet/teutonet-helm-charts/issues/1002)) ([4299e1d](https://github.com/teutonet/teutonet-helm-charts/commit/4299e1dfd1bdf4154ca94368986518f4e1689a35))

## [1.1.0](https://github.com/teutonet/teutonet-helm-charts/compare/common-v1.0.0...common-v1.1.0) (2024-04-18)


Expand Down
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: common
description: A library chart for common resources
type: library
version: 1.1.0
version: 1.2.0
maintainers:
- name: cwrau
email: cwr@teuto.net
Expand Down
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.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square)
![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)

A library chart for common resources

Expand Down

0 comments on commit 772231b

Please sign in to comment.