Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): [bot] release base-cluster:7.1.1 #1268

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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":"7.1.0","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"9.0.1","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.2.1"}
{"charts/base-cluster":"7.1.1","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"9.0.1","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.2.1"}
7 changes: 7 additions & 0 deletions charts/base-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.1.1](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-v7.1.0...base-cluster-v7.1.1) (2024-12-20)


### Bug Fixes

* **base-cluster/kdave:** deploy wrapped ServiceMonitor ([#1267](https://github.com/teutonet/teutonet-helm-charts/issues/1267)) ([9698390](https://github.com/teutonet/teutonet-helm-charts/commit/96983905d7bde7c68bb4b8c07666512c7ffdb81f))

## [7.1.0](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-v7.0.0...base-cluster-v7.1.0) (2024-12-04)


Expand Down
6 changes: 3 additions & 3 deletions charts/base-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ maintainers:
name: tasches
name: base-cluster
sources:
- https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v7.1.0/charts/base-cluster
- https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v7.1.1/charts/base-cluster
- https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/base-cluster
type: application
version: 7.1.0
version: 7.1.1
annotations:
artifacthub.io/images: |
- image: docker.io/aelbakry/kdave-server:1.0.4 # monitoring/HelmRelease/kdave/null/Deployment/kdave.yaml
- image: docker.io/bats/bats:1.8.2 # loki/HelmRelease/loki/null/Pod/loki-loki-stack-test.yaml
- image: docker.io/bats/bats:v1.4.1 # monitoring/HelmRelease/kube-prometheus-stack/monitoring/Pod/kube-prometheus-stack-grafana-test.yaml
- image: docker.io/bitnami/external-dns:0.15.0-debian-12-r6 # ingress/HelmRelease/external-dns/ingress/Deployment/external-dns.yaml
- image: docker.io/bitnami/external-dns:0.15.1-debian-12-r0 # ingress/HelmRelease/external-dns/ingress/Deployment/external-dns.yaml
- image: docker.io/bitnami/grafana-tempo-vulture:2.6.1-debian-12-r4 # monitoring/HelmRelease/grafana-tempo/monitoring/Deployment/grafana-tempo-vulture.yaml
- image: docker.io/bitnami/grafana-tempo:2.6.1-debian-12-r4 # monitoring/HelmRelease/grafana-tempo/monitoring/Deployment/grafana-tempo-compactor.yaml
- image: docker.io/bitnami/grafana-tempo:2.6.1-debian-12-r4 # monitoring/HelmRelease/grafana-tempo/monitoring/Deployment/grafana-tempo-distributor.yaml
Expand Down
4 changes: 2 additions & 2 deletions charts/base-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# base-cluster

![Version: 7.1.0](https://img.shields.io/badge/Version-7.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 7.1.1](https://img.shields.io/badge/Version-7.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A common base for every kubernetes cluster

Expand Down Expand Up @@ -236,7 +236,7 @@ output of `helm -n flux-system get notes base-cluster`

## Source Code

* <https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v7.1.0/charts/base-cluster>
* <https://github.com/teutonet/teutonet-helm-charts/tree/base-cluster-v7.1.1/charts/base-cluster>
* <https://github.com/teutonet/teutonet-helm-charts/tree/main/charts/base-cluster>

## Requirements
Expand Down
Loading