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.0 #1237

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
3 changes: 3 additions & 0 deletions .github/image_licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,6 @@ licenses:
registry.k8s.io/sig-storage/nfs-provisioner:
license: Apache-2.0
licenseLink: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/blob/master/LICENSE
mirror.gcr.io/aquasec/trivy-operator:
license: Apache-2.0
licenseLink: https://github.com/aquasecurity/trivy-operator/blob/main/LICENSE
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.0.0","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"9.0.0","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.0","charts/teuto-portal-k8s-worker":"3.1.2","charts/t8s-cluster":"9.0.0","charts/stellio-context-broker":"0.1.0","charts/chirpstack":"0.1.0","charts/common":"1.2.1","charts/ckan":"1.2.1"}
2 changes: 2 additions & 0 deletions .github/trusted_registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ docker.io:
opentelemetry-collector-contrib: ALL_TAGS
ckan:
ckan-base-datapusher: ALL_TAGS
mirror.gcr.io:
aquasec: ALL_IMAGES
ghcr.io:
aquasecurity: ALL_IMAGES
kyverno: ALL_IMAGES
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-update-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ concurrency:

on:
pull_request:
types:
- opened
- synchronize
branches:
- release-please--branches--main--components-*
- main

jobs:
getChangedChart:
if: startsWith(github.head_ref, 'release-please--branches--main--components--')
uses: ./.github/workflows/get-changed-chart.yaml
with:
pr_number: ${{ github.event.pull_request.number }}
update-metadata-files:
if: startsWith(github.head_ref, 'release-please--branches--main--components--')
runs-on: ubuntu-latest
needs: getChangedChart
name: update metadata file for release
Expand All @@ -25,12 +24,13 @@ jobs:
CHART: ${{ needs.getChangedChart.outputs.chart }}
steps:
- name: Validate changed chart
if: ${{ needs.getChangedChart.outputs.found == 'true' }}
if: ${{ needs.getChangedChart.outputs.found != 'true' }}
run: |
echo 'No chart has been changed?' >&2
exit 1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
token: ${{ secrets.ACTIONS_BOT_TOKEN }}

Expand Down
19 changes: 19 additions & 0 deletions charts/base-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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


### Features

* **base-cluster/monitoring:** create aggregate ClusterRoles ([#1234](https://github.com/teutonet/teutonet-helm-charts/issues/1234)) ([cd037a0](https://github.com/teutonet/teutonet-helm-charts/commit/cd037a0fa942a75c6c087c86e7e2d2912e003690))


### Bug Fixes

* **base-cluster/tetragon:** only roll out tetragon repo when needed ([#1220](https://github.com/teutonet/teutonet-helm-charts/issues/1220)) ([2252399](https://github.com/teutonet/teutonet-helm-charts/commit/2252399ea0a6a31ea111359fdd0873e26375e001))
* **base-cluster:** additionalItems is the wrong field ([#1231](https://github.com/teutonet/teutonet-helm-charts/issues/1231)) ([0235cd6](https://github.com/teutonet/teutonet-helm-charts/commit/0235cd6f80eb168dfb12b3353af57790a85e6ddd))
* **base-cluster:** only `toYaml` if field exists ([#1226](https://github.com/teutonet/teutonet-helm-charts/issues/1226)) ([d81cd38](https://github.com/teutonet/teutonet-helm-charts/commit/d81cd3855530c7fafa7257c9507ab4e7caa220ca))


### Miscellaneous Chores

* **base-cluster/dependencies:** update helm release descheduler to 0.31.x ([#1236](https://github.com/teutonet/teutonet-helm-charts/issues/1236)) ([2504f6c](https://github.com/teutonet/teutonet-helm-charts/commit/2504f6c3bae93961b5af60bfa7cdd179019327b6))

## [7.0.0](https://github.com/teutonet/teutonet-helm-charts/compare/base-cluster-v6.7.0...base-cluster-v7.0.0) (2024-11-11)


Expand Down
Loading
Loading