From c836d9c07e6d147982fb91ea000c26e10ad32a39 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 21 Jan 2025 17:33:43 +0100 Subject: [PATCH] add changelog creation job, create changelog for every chart --- .github/CHANGELOG.md.gotmpl | 3 +- .github/config/chart-releasing.yaml | 2 + .github/config/chart-testing.yaml | 1 - .github/generate-chart-changelogs.sh | 0 .github/workflows/chart-preparation.yml | 54 +++++++++++++++------ .github/workflows/chart-releasing.yml | 2 + charts/argocd-metrics-server/CHANGELOG.md | 7 +++ charts/argocd-metrics-server/Chart.yaml | 4 +- charts/baserow/CHANGELOG.md | 7 +++ charts/baserow/Chart.yaml | 6 +-- charts/cluster-api-visualizer/CHANGELOG.md | 7 +++ charts/cluster-api-visualizer/Chart.yaml | 6 +-- charts/etcd-defrag/CHANGELOG.md | 7 +++ charts/etcd-defrag/Chart.yaml | 6 +-- charts/headwind-mdm/CHANGELOG.md | 7 +++ charts/headwind-mdm/Chart.yaml | 6 +-- charts/kube-ops-view/CHANGELOG.md | 7 +++ charts/kube-ops-view/Chart.yaml | 6 +-- charts/kubedoom/CHANGELOG.md | 7 +++ charts/kubedoom/Chart.yaml | 6 +-- charts/kubenav/CHANGELOG.md | 7 +++ charts/kubenav/Chart.yaml | 6 +-- charts/kubevirt-manager/CHANGELOG.md | 7 +++ charts/kubevirt-manager/Chart.yaml | 6 +-- charts/kutt/CHANGELOG.md | 7 +++ charts/kutt/Chart.yaml | 6 +-- charts/maildev/CHANGELOG.md | 7 +++ charts/maildev/Chart.yaml | 6 +-- charts/netcupscp-exporter/CHANGELOG.md | 7 +++ charts/netcupscp-exporter/Chart.yaml | 6 +-- charts/node-access/CHANGELOG.md | 7 +++ charts/node-access/Chart.yaml | 6 +-- charts/passbolt-ha/CHANGELOG.md | 7 +++ charts/passbolt-ha/Chart.yaml | 6 +-- charts/polr/CHANGELOG.md | 7 +++ charts/polr/Chart.yaml | 6 +-- charts/popeye/CHANGELOG.md | 7 +++ charts/popeye/Chart.yaml | 6 +-- charts/priority-classes/CHANGELOG.md | 7 +++ charts/priority-classes/Chart.yaml | 6 +-- charts/prometheus-pve-exporter/CHANGELOG.md | 7 +++ charts/prometheus-pve-exporter/Chart.yaml | 6 +-- charts/promlens/CHANGELOG.md | 7 +++ charts/promlens/Chart.yaml | 6 +-- charts/proxysql/CHANGELOG.md | 7 +++ charts/proxysql/Chart.yaml | 6 +-- charts/proxyweb/CHANGELOG.md | 7 +++ charts/proxyweb/Chart.yaml | 6 +-- charts/shlink-backend/CHANGELOG.md | 7 +++ charts/shlink-backend/Chart.yaml | 6 +-- charts/shlink-web/CHANGELOG.md | 7 +++ charts/shlink-web/Chart.yaml | 6 +-- charts/skooner/CHANGELOG.md | 7 +++ charts/skooner/Chart.yaml | 6 +-- charts/sloop/CHANGELOG.md | 7 +++ charts/sloop/Chart.yaml | 6 +-- charts/syncserver/CHANGELOG.md | 7 +++ charts/syncserver/Chart.yaml | 6 +-- charts/tenant-namespace/CHANGELOG.md | 7 +++ charts/tenant-namespace/Chart.yaml | 6 +-- charts/typo3/CHANGELOG.md | 7 +++ charts/typo3/Chart.yaml | 6 +-- charts/umami/CHANGELOG.md | 7 +++ charts/umami/Chart.yaml | 6 +-- 64 files changed, 333 insertions(+), 104 deletions(-) create mode 100644 .github/config/chart-releasing.yaml mode change 100644 => 100755 .github/generate-chart-changelogs.sh create mode 100644 charts/argocd-metrics-server/CHANGELOG.md create mode 100644 charts/baserow/CHANGELOG.md create mode 100644 charts/cluster-api-visualizer/CHANGELOG.md create mode 100644 charts/etcd-defrag/CHANGELOG.md create mode 100644 charts/headwind-mdm/CHANGELOG.md create mode 100644 charts/kube-ops-view/CHANGELOG.md create mode 100644 charts/kubedoom/CHANGELOG.md create mode 100644 charts/kubenav/CHANGELOG.md create mode 100644 charts/kubevirt-manager/CHANGELOG.md create mode 100644 charts/kutt/CHANGELOG.md create mode 100644 charts/maildev/CHANGELOG.md create mode 100644 charts/netcupscp-exporter/CHANGELOG.md create mode 100644 charts/node-access/CHANGELOG.md create mode 100644 charts/passbolt-ha/CHANGELOG.md create mode 100644 charts/polr/CHANGELOG.md create mode 100644 charts/popeye/CHANGELOG.md create mode 100644 charts/priority-classes/CHANGELOG.md create mode 100644 charts/prometheus-pve-exporter/CHANGELOG.md create mode 100644 charts/promlens/CHANGELOG.md create mode 100644 charts/proxysql/CHANGELOG.md create mode 100644 charts/proxyweb/CHANGELOG.md create mode 100644 charts/shlink-backend/CHANGELOG.md create mode 100644 charts/shlink-web/CHANGELOG.md create mode 100644 charts/skooner/CHANGELOG.md create mode 100644 charts/sloop/CHANGELOG.md create mode 100644 charts/syncserver/CHANGELOG.md create mode 100644 charts/tenant-namespace/CHANGELOG.md create mode 100644 charts/typo3/CHANGELOG.md create mode 100644 charts/umami/CHANGELOG.md diff --git a/.github/CHANGELOG.md.gotmpl b/.github/CHANGELOG.md.gotmpl index fb51cf6f3..9c5c8cc11 100644 --- a/.github/CHANGELOG.md.gotmpl +++ b/.github/CHANGELOG.md.gotmpl @@ -7,8 +7,7 @@ {{- range $kind := $changes }} ### {{ $kind.key | strings.Title }} - -{{- range $change := $kind.value }} +{{ range $change := $kind.value }} - {{ $change.description }} {{- end }} diff --git a/.github/config/chart-releasing.yaml b/.github/config/chart-releasing.yaml new file mode 100644 index 000000000..a3724243b --- /dev/null +++ b/.github/config/chart-releasing.yaml @@ -0,0 +1,2 @@ +release-notes-file: CHANGELOG.md +generate-release-notes: true diff --git a/.github/config/chart-testing.yaml b/.github/config/chart-testing.yaml index 2d7def7f4..8165ad247 100644 --- a/.github/config/chart-testing.yaml +++ b/.github/config/chart-testing.yaml @@ -16,4 +16,3 @@ chart-repos: - bitnami=https://charts.bitnami.com/bitnami - cnieg=https://cnieg.github.io/helm-charts - christianhuth=https://charts.christianhuth.de -release-notes-file: CHANGELOG.md diff --git a/.github/generate-chart-changelogs.sh b/.github/generate-chart-changelogs.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/chart-preparation.yml b/.github/workflows/chart-preparation.yml index acf0298f7..369100033 100644 --- a/.github/workflows/chart-preparation.yml +++ b/.github/workflows/chart-preparation.yml @@ -47,18 +47,42 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # changelog: - # needs: - # - pre-commit - # runs-on: ubuntu-latest - # container: ghcr.io/chgl/kube-powertools:latest - # steps: - # - name: checkout git repository - # uses: actions/checkout@v3 - # with: - # fetch-depth: 0 - # - name: Update dependencies - # run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \; - # # used to test whether the changelog generation process works properly - # - name: Generate changelogs - # run: bash .github/generate-chart-changelogs.sh + changelog: + needs: [pre-commit] + runs-on: ubuntu-22.04 + container: ghcr.io/chgl/kube-powertools:latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + ref: ${{ github.head_ref }} + - name: Generate changelogs + run: bash .github/generate-chart-changelogs.sh + - name: Check for modified files + id: check_files + run: | + if [[ -n $(git status --porcelain) ]]; then + echo "Files have been modified by pre-commit." + echo "changes_detected=true" >> $GITHUB_ENV + else + echo "No changes detected." + echo "changes_detected=false" >> $GITHUB_ENV + fi + - name: Commit and push changes + if: env.changes_detected == 'true' + run: | + if [[ "${{ github.event_name }}" == "pull_request" ]]; then + # Extract the source branch of the PR + branch_name="${{ github.event.pull_request.head.ref }}" + else + # Extract branch from push event + branch_name=$(echo "${GITHUB_REF#refs/heads/}") + fi + git config user.name "$GITHUB_ACTOR" + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + git checkout ${{ github.head_ref }} + git add . + git commit -m "chore: auto-upgrade schema and readme" + git push + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/chart-releasing.yml b/.github/workflows/chart-releasing.yml index ae0c180e6..020ce8732 100644 --- a/.github/workflows/chart-releasing.yml +++ b/.github/workflows/chart-releasing.yml @@ -46,6 +46,8 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 + with: + config: ./.github/config/chart-releasing.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_KEY: "${{ secrets.GPG_PRIVATE_KEY_UID }}" diff --git a/charts/argocd-metrics-server/CHANGELOG.md b/charts/argocd-metrics-server/CHANGELOG.md new file mode 100644 index 000000000..8b348ba10 --- /dev/null +++ b/charts/argocd-metrics-server/CHANGELOG.md @@ -0,0 +1,7 @@ +# argocd-metrics-server + +## 1.0.4 + +### Added + +- Changelog diff --git a/charts/argocd-metrics-server/Chart.yaml b/charts/argocd-metrics-server/Chart.yaml index 07040de47..bdf0a089e 100644 --- a/charts/argocd-metrics-server/Chart.yaml +++ b/charts/argocd-metrics-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-metrics-server description: A Helm chart for installing the Argo CD Metrics Server, which connects to Prometheus and can be used to display Metrics in the Argo CD UI type: application -version: 1.0.3 +version: 1.0.4 appVersion: "v1.0.3" home: https://github.com/christianhuth/helm-charts icon: https://icon.icepanel.io/Technology/svg/Argo-CD.svg @@ -14,7 +14,7 @@ sources: annotations: artifacthub.io/changes: | - kind: added - description: format README + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/baserow/CHANGELOG.md b/charts/baserow/CHANGELOG.md new file mode 100644 index 000000000..f51849a4f --- /dev/null +++ b/charts/baserow/CHANGELOG.md @@ -0,0 +1,7 @@ +# baserow + +## 2.5.1 + +### Added + +- Changelog diff --git a/charts/baserow/Chart.yaml b/charts/baserow/Chart.yaml index f5b354ac4..3c24572da 100644 --- a/charts/baserow/Chart.yaml +++ b/charts/baserow/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: baserow description: Baserow is an open source no-code database and Airtable alternative. type: application -version: 2.5.0 +version: 2.5.1 appVersion: "1.27.0" home: https://github.com/christianknell/helm-charts icon: https://baserow.io/img/favicon_192.png @@ -24,8 +24,8 @@ dependencies: annotations: artifacthub.io/category: database artifacthub.io/changes: | - - kind: changed - description: app version to 1.27.0 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Create your own online database without technical experience. url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png diff --git a/charts/cluster-api-visualizer/CHANGELOG.md b/charts/cluster-api-visualizer/CHANGELOG.md new file mode 100644 index 000000000..8585ee426 --- /dev/null +++ b/charts/cluster-api-visualizer/CHANGELOG.md @@ -0,0 +1,7 @@ +# cluster-api-visualizer + +## 0.1.1 + +### Added + +- Changelog diff --git a/charts/cluster-api-visualizer/Chart.yaml b/charts/cluster-api-visualizer/Chart.yaml index e1d91db45..c25654954 100644 --- a/charts/cluster-api-visualizer/Chart.yaml +++ b/charts/cluster-api-visualizer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cluster-api-visualizer description: Multicluster resource visualization tool for Cluster API. type: application -version: 0.1.0 +version: 0.1.1 appVersion: "v1.5.1" home: https://github.com/christianhuth/helm-charts icon: https://adalogics.com/img/content/capi-fuzzing-audit.png @@ -13,8 +13,8 @@ sources: - https://github.com/Jont828/cluster-api-visualizer annotations: artifacthub.io/changes: | - - kind: changed - description: app version to 1.5.1 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Simply shorten your link using the Web UI. url: https://github.com/Jont828/cluster-api-visualizer/raw/main/demo/demo.gif diff --git a/charts/etcd-defrag/CHANGELOG.md b/charts/etcd-defrag/CHANGELOG.md new file mode 100644 index 000000000..7b71e802c --- /dev/null +++ b/charts/etcd-defrag/CHANGELOG.md @@ -0,0 +1,7 @@ +# etcd-defrag + +## 1.2.2 + +### Added + +- Changelog diff --git a/charts/etcd-defrag/Chart.yaml b/charts/etcd-defrag/Chart.yaml index 948118a4b..0c216ffea 100644 --- a/charts/etcd-defrag/Chart.yaml +++ b/charts/etcd-defrag/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: etcd-defrag description: A Helm chart for running a defragmentation CronJob for ETCD type: application -version: 1.2.1 +version: 1.2.2 appVersion: "3.5.17" home: https://github.com/christianhuth/helm-charts icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg @@ -14,8 +14,8 @@ sources: - https://etcd.io annotations: artifacthub.io/changes: | - - kind: changed - description: nodeSelector is not required anymore + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/headwind-mdm/CHANGELOG.md b/charts/headwind-mdm/CHANGELOG.md new file mode 100644 index 000000000..c05668c8b --- /dev/null +++ b/charts/headwind-mdm/CHANGELOG.md @@ -0,0 +1,7 @@ +# headwind-mdm + +## 2.2.5 + +### Added + +- Changelog diff --git a/charts/headwind-mdm/Chart.yaml b/charts/headwind-mdm/Chart.yaml index 540d10a90..3d6b27766 100644 --- a/charts/headwind-mdm/Chart.yaml +++ b/charts/headwind-mdm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: headwind-mdm description: Headwind MDM - an open source mobile device management software for Android type: application -version: 2.2.4 +version: 2.2.5 appVersion: "0.1.5" home: https://github.com/christianhuth/helm-charts icon: https://h-mdm.com/wp-content/uploads/2019/07/neew-logo.png @@ -20,8 +20,8 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: bumped app version to 0.1.5 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Headwind MDM is a powerful Open Source platform to manage your Enterprise Android Devices. url: https://images.wondershare.com/drfone/article/2022/11/opensource-mdm-3.jpg diff --git a/charts/kube-ops-view/CHANGELOG.md b/charts/kube-ops-view/CHANGELOG.md new file mode 100644 index 000000000..f5e1f832e --- /dev/null +++ b/charts/kube-ops-view/CHANGELOG.md @@ -0,0 +1,7 @@ +# kube-ops-view + +## 3.6.3 + +### Added + +- Changelog diff --git a/charts/kube-ops-view/Chart.yaml b/charts/kube-ops-view/Chart.yaml index 5f1ba2d6d..b4d36e698 100644 --- a/charts/kube-ops-view/Chart.yaml +++ b/charts/kube-ops-view/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: kube-ops-view description: A Helm chart for bootstrapping kube-ops-view. type: application -version: 3.6.2 +version: 3.6.3 appVersion: "23.5.0" home: https://github.com/christianhuth/helm-charts icon: https://codeberg.org/repo-avatars/677-c51f6426305941cab515fdd98368f0bb @@ -20,8 +20,8 @@ dependencies: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Dashboard overview of a Kubernetes cluster url: https://codeberg.org/hjacobs/kube-ops-view/media/branch/main/screenshot.png diff --git a/charts/kubedoom/CHANGELOG.md b/charts/kubedoom/CHANGELOG.md new file mode 100644 index 000000000..c91170ac8 --- /dev/null +++ b/charts/kubedoom/CHANGELOG.md @@ -0,0 +1,7 @@ +# kubedoom + +## 1.0.5 + +### Added + +- Changelog diff --git a/charts/kubedoom/Chart.yaml b/charts/kubedoom/Chart.yaml index 4a054f62b..4f6dd1726 100644 --- a/charts/kubedoom/Chart.yaml +++ b/charts/kubedoom/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubedoom description: A Helm chart for Kubedoom -version: 1.0.4 +version: 1.0.5 type: application appVersion: "0.6.0" home: https://github.com/christianhuth/helm-charts @@ -14,8 +14,8 @@ sources: - https://github.com/storax/kubedoom annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Kill pods inside your Kubernetes cluster by shooting them in Doom! url: https://github.com/storax/kubedoom/raw/master/assets/doom.jpg diff --git a/charts/kubenav/CHANGELOG.md b/charts/kubenav/CHANGELOG.md new file mode 100644 index 000000000..6e06fc79f --- /dev/null +++ b/charts/kubenav/CHANGELOG.md @@ -0,0 +1,7 @@ +# kubenav + +## 1.0.4 + +### Added + +- Changelog diff --git a/charts/kubenav/Chart.yaml b/charts/kubenav/Chart.yaml index 66fca6ec4..10231897c 100644 --- a/charts/kubenav/Chart.yaml +++ b/charts/kubenav/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: kubenav description: A Helm chart for creating the required RBAC for kubenav type: application -version: 1.0.3 +version: 1.0.4 home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubenav/kubenav/main/utils/images/repo/github-readme-logo.png maintainers: @@ -13,8 +13,8 @@ sources: - https://github.com/kubenav/kubenav annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: kubenav is a mobile and desktop app to manage Kubernetes clusters and to get an overview of the status of your Kubernetes resources. url: https://raw.githubusercontent.com/kubenav/kubenav/main/utils/images/repo/github-screenshot.png diff --git a/charts/kubevirt-manager/CHANGELOG.md b/charts/kubevirt-manager/CHANGELOG.md new file mode 100644 index 000000000..668752ed4 --- /dev/null +++ b/charts/kubevirt-manager/CHANGELOG.md @@ -0,0 +1,7 @@ +# kubevirt-manager + +## 0.0.5 + +### Added + +- Changelog diff --git a/charts/kubevirt-manager/Chart.yaml b/charts/kubevirt-manager/Chart.yaml index eaeb4aee4..e47729352 100644 --- a/charts/kubevirt-manager/Chart.yaml +++ b/charts/kubevirt-manager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubevirt-manager description: KubeVirt Web UI to manage the lifecycle of Virtual Machines and more type: application -version: 0.0.4 +version: 0.0.5 appVersion: "1.4.2" home: https://github.com/christianhuth/helm-charts icon: https://yt3.googleusercontent.com/oTCjudmpLXspEh3g5VraUfZ_1_PZxXXI6kgorNCI9kEqnDICrWEkNUmVGkEtA6WfRbT0GCzjeA=s160-c-k-c0x00ffffff-no-rj @@ -13,8 +13,8 @@ sources: - https://github.com/kubevirt-manager/kubevirt-manager annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Manage Virtual Machines lifecycle. Support for operations like start/stop/reboot, as well as pause/resume and scaling, directly from the Web Interface. url: https://raw.githubusercontent.com/kubevirt-manager/kubevirt-manager/refs/heads/main/images/screenshot_01.png diff --git a/charts/kutt/CHANGELOG.md b/charts/kutt/CHANGELOG.md new file mode 100644 index 000000000..c3f52c85d --- /dev/null +++ b/charts/kutt/CHANGELOG.md @@ -0,0 +1,7 @@ +# kutt + +## 4.2.5 + +### Added + +- Changelog diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index 71b64572f..46b1c6a7b 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kutt description: Kutt is a free modern URL shortener. type: application -version: 4.2.4 +version: 4.2.5 appVersion: "v2.7.4" home: https://github.com/christianhuth/helm-charts icon: https://www.saashub.com/images/app/service_logos/15/d634f2359578/large.png @@ -22,8 +22,8 @@ dependencies: condition: redis.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: format README + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Simply shorten your link using the Web UI. url: https://d4.alternativeto.net/v9sHosD3RiPblfBOOHZi0gwU1M0pRL6Jn53oiobJi9k/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2t1dHQtaXRfNzY3MjMzX2Z1bGwucG5n.jpg diff --git a/charts/maildev/CHANGELOG.md b/charts/maildev/CHANGELOG.md new file mode 100644 index 000000000..4f82824ba --- /dev/null +++ b/charts/maildev/CHANGELOG.md @@ -0,0 +1,7 @@ +# maildev + +## 1.3.1 + +### Added + +- Changelog diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index eefefc38d..70a951881 100644 --- a/charts/maildev/Chart.yaml +++ b/charts/maildev/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: maildev description: MailDev is a simple way to test your emails during development with an easy to use web interface. type: application -version: 1.3.0 +version: 1.3.1 appVersion: "2.2.1" home: https://github.com/christianhuth/helm-charts icon: https://avatars1.githubusercontent.com/u/26743469 @@ -15,8 +15,8 @@ sources: - https://hub.docker.com/r/maildev/maildev annotations: artifacthub.io/changes: | - - kind: changed - description: app version to 2.2.1 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: SMTP server & web interface for viewing and testing emails during development. url: https://maildev.github.io/maildev/assets/img/original/maildev-light.png diff --git a/charts/netcupscp-exporter/CHANGELOG.md b/charts/netcupscp-exporter/CHANGELOG.md new file mode 100644 index 000000000..d3059b34e --- /dev/null +++ b/charts/netcupscp-exporter/CHANGELOG.md @@ -0,0 +1,7 @@ +# netcupscp-exporter + +## 1.2.1 + +### Added + +- Changelog diff --git a/charts/netcupscp-exporter/Chart.yaml b/charts/netcupscp-exporter/Chart.yaml index 9470f0eda..5a94dd704 100644 --- a/charts/netcupscp-exporter/Chart.yaml +++ b/charts/netcupscp-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: netcupscp-exporter description: Prometheus Exporter for Netcup Server Control Panel (SCP) type: application -version: 1.2.0 +version: 1.2.1 appVersion: "v0.4.1" home: https://github.com/christianhuth/helm-charts icon: https://pbs.twimg.com/profile_images/1148537659637358593/rlfCvTK5_400x400.png @@ -14,8 +14,8 @@ sources: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: app version to 0.4.1 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Export information about your Servers from Netcup SCP as Prometheus metrics. url: https://www.netcup-wiki.de/images/SCP-Willkommen.png diff --git a/charts/node-access/CHANGELOG.md b/charts/node-access/CHANGELOG.md new file mode 100644 index 000000000..1701f65f1 --- /dev/null +++ b/charts/node-access/CHANGELOG.md @@ -0,0 +1,7 @@ +# node-access + +## 1.1.1 + +### Added + +- Changelog diff --git a/charts/node-access/Chart.yaml b/charts/node-access/Chart.yaml index 555eff0c1..c37fae7a0 100644 --- a/charts/node-access/Chart.yaml +++ b/charts/node-access/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: A Helm chart to deploy workload to gain direct access to the host of the Kubernetes cluster name: node-access type: application -version: 1.1.0 +version: 1.1.1 appVersion: 1.37.0 home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubernetes/community/master/icons/png/infrastructure_components/labeled/node-256.png @@ -11,8 +11,8 @@ maintainers: email: christian@knell.it annotations: artifacthub.io/changes: | - - kind: changed - description: app version to 1.37.0 + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/passbolt-ha/CHANGELOG.md b/charts/passbolt-ha/CHANGELOG.md new file mode 100644 index 000000000..3f794211d --- /dev/null +++ b/charts/passbolt-ha/CHANGELOG.md @@ -0,0 +1,7 @@ +# passbolt-ha + +## 1.14.2 + +### Added + +- Changelog diff --git a/charts/passbolt-ha/Chart.yaml b/charts/passbolt-ha/Chart.yaml index c8bfb77fa..f32280b3d 100644 --- a/charts/passbolt-ha/Chart.yaml +++ b/charts/passbolt-ha/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: passbolt-ha description: A Helm chart to deploy Passbolt with MySQL and ProxySQL for HA type: application -version: 1.14.1 +version: 1.14.2 home: https://github.com/christianhuth/helm-charts icon: https://avatars.githubusercontent.com/u/4386228?s=200&v=4 maintainers: @@ -26,8 +26,8 @@ dependencies: annotations: artifacthub.io/category: security artifacthub.io/changes: | - - kind: changed - description: dependency to proxysql to 1.3.1 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: The login screen of Passbolt url: https://help.passbolt.com/assets/img/help/2021/02/AN_login_v3.png diff --git a/charts/polr/CHANGELOG.md b/charts/polr/CHANGELOG.md new file mode 100644 index 000000000..10d844431 --- /dev/null +++ b/charts/polr/CHANGELOG.md @@ -0,0 +1,7 @@ +# polr + +## 1.12.5 + +### Added + +- Changelog diff --git a/charts/polr/Chart.yaml b/charts/polr/Chart.yaml index dcd9a08af..278468833 100644 --- a/charts/polr/Chart.yaml +++ b/charts/polr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: polr description: Polr is a quick, modern, and open-source link shortener type: application -version: 1.12.4 +version: 1.12.5 appVersion: "2.3.0" home: https://github.com/christianhuth/helm-charts icon: http://docs.polrproject.org/en/latest/logo.png @@ -18,8 +18,8 @@ dependencies: version: 9.23.0 annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Polr converts some long links into shorter ones. url: https://selfhostedweb.org/wp-content/uploads/2017/02/shortit-1024x346.png diff --git a/charts/popeye/CHANGELOG.md b/charts/popeye/CHANGELOG.md new file mode 100644 index 000000000..318d17912 --- /dev/null +++ b/charts/popeye/CHANGELOG.md @@ -0,0 +1,7 @@ +# popeye + +## 2.1.5 + +### Added + +- Changelog diff --git a/charts/popeye/Chart.yaml b/charts/popeye/Chart.yaml index 0586d8dd1..20930ee6a 100644 --- a/charts/popeye/Chart.yaml +++ b/charts/popeye/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: popeye description: Popeye - A Kubernetes Cluster Sanitizer type: application -version: 2.1.4 +version: 2.1.5 appVersion: "v0.21.6" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png @@ -14,8 +14,8 @@ sources: annotations: artifacthub.io/category: security artifacthub.io/changes: | - - kind: changed - description: app version to 0.21.6 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Popeye is a utility that scans live Kubernetes cluster and reports potential issues with deployed resources and configurations. url: https://popeyecli.io/assets/d_score.png diff --git a/charts/priority-classes/CHANGELOG.md b/charts/priority-classes/CHANGELOG.md new file mode 100644 index 000000000..1673aa338 --- /dev/null +++ b/charts/priority-classes/CHANGELOG.md @@ -0,0 +1,7 @@ +# priority-classes + +## 1.0.5 + +### Added + +- Changelog diff --git a/charts/priority-classes/Chart.yaml b/charts/priority-classes/Chart.yaml index 6603319c7..3162c4d4e 100644 --- a/charts/priority-classes/Chart.yaml +++ b/charts/priority-classes/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: priority-classes description: A Helm chart for creating Priority Classes. Already comes with some bundled classes. type: application -version: 1.0.4 +version: 1.0.5 appVersion: "1.0.0" home: https://github.com/christianhuth/helm-charts maintainers: @@ -12,8 +12,8 @@ sources: - https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/prometheus-pve-exporter/CHANGELOG.md b/charts/prometheus-pve-exporter/CHANGELOG.md new file mode 100644 index 000000000..535c0fb86 --- /dev/null +++ b/charts/prometheus-pve-exporter/CHANGELOG.md @@ -0,0 +1,7 @@ +# prometheus-pve-exporter + +## 2.0.1 + +### Added + +- Changelog diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index a9209c3ed..045f5960b 100644 --- a/charts/prometheus-pve-exporter/Chart.yaml +++ b/charts/prometheus-pve-exporter/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: prometheus-pve-exporter description: A Helm chart for bootstrapping a PVE Exporter. Uses ServiceMonitor to collect metrics. type: application -version: 2.0.0 +version: 2.0.1 appVersion: "3.5.0" home: https://github.com/christianhuth/helm-charts icon: https://camo.githubusercontent.com/2df2ac41e1b8a1484be236c75e395981b31bfd670eff46b5c182ea0be9475310/68747470733a2f2f7777772e70726f786d6f782e636f6d2f696d616765732f70726f786d6f782f50726f786d6f785f73796d626f6c5f7374616e646172645f6865782e706e67 @@ -15,8 +15,8 @@ sources: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: app version to 3.5.0 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Add an user inside of Proxmox, that will be used for the Exporter. url: https://xinux.net/images/6/6e/Prometheus-proxmox-grafana-user.png diff --git a/charts/promlens/CHANGELOG.md b/charts/promlens/CHANGELOG.md new file mode 100644 index 000000000..6ecc5e028 --- /dev/null +++ b/charts/promlens/CHANGELOG.md @@ -0,0 +1,7 @@ +# promlens + +## 1.0.9 + +### Added + +- Changelog diff --git a/charts/promlens/Chart.yaml b/charts/promlens/Chart.yaml index 45ce0fedf..5aeb5cd0e 100644 --- a/charts/promlens/Chart.yaml +++ b/charts/promlens/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: promlens description: PromLens is a tool that makes learning and using PromQL easier and more productive type: application -version: 1.0.8 +version: 1.0.9 appVersion: "v0.3.0" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/salesforce/sloop/master/other/sloop_logo_color_small_notext.png @@ -15,8 +15,8 @@ sources: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Build, understand, and fix your queries much more effectively with the ultimate query builder for PromQL. url: https://promlens.com/static/promlens-hero-screenshot-7d453e779cf47c6fcec1de8823049257.png diff --git a/charts/proxysql/CHANGELOG.md b/charts/proxysql/CHANGELOG.md new file mode 100644 index 000000000..971a250be --- /dev/null +++ b/charts/proxysql/CHANGELOG.md @@ -0,0 +1,7 @@ +# proxysql + +## 1.3.2 + +### Added + +- Changelog diff --git a/charts/proxysql/Chart.yaml b/charts/proxysql/Chart.yaml index c1b97550a..d8579b171 100644 --- a/charts/proxysql/Chart.yaml +++ b/charts/proxysql/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: proxysql description: A proxysql Helm chart for Kubernetes. Offers option to expose web interface through Ingress. Uses ServiceMonitor to collect metrics. type: application -version: 1.3.1 +version: 1.3.2 appVersion: "2.7.1" home: https://github.com/christianhuth/helm-charts icon: https://proxysql.com/wp-content/uploads/2019/11/ProxySQL-BIG-e1581368792603.png @@ -13,8 +13,8 @@ sources: - https://github.com/sysown/proxysql annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/proxyweb/CHANGELOG.md b/charts/proxyweb/CHANGELOG.md new file mode 100644 index 000000000..6da2fae4e --- /dev/null +++ b/charts/proxyweb/CHANGELOG.md @@ -0,0 +1,7 @@ +# proxyweb + +## 1.0.6 + +### Added + +- Changelog diff --git a/charts/proxyweb/Chart.yaml b/charts/proxyweb/Chart.yaml index 1a646bdf9..8a9c7ee14 100644 --- a/charts/proxyweb/Chart.yaml +++ b/charts/proxyweb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: proxyweb description: A Helm chart for Kubernetes type: application -version: 1.0.5 +version: 1.0.6 appVersion: "latest" home: https://github.com/christianhuth/helm-charts maintainers: [] @@ -11,8 +11,8 @@ sources: deprecated: true annotations: artifacthub.io/changes: | - - kind: changed - description: added support for stable autoscaling api + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/shlink-backend/CHANGELOG.md b/charts/shlink-backend/CHANGELOG.md new file mode 100644 index 000000000..6432816e5 --- /dev/null +++ b/charts/shlink-backend/CHANGELOG.md @@ -0,0 +1,7 @@ +# shlink-backend + +## 4.5.5 + +### Added + +- Changelog diff --git a/charts/shlink-backend/Chart.yaml b/charts/shlink-backend/Chart.yaml index 7839d79c4..3a4c1b639 100644 --- a/charts/shlink-backend/Chart.yaml +++ b/charts/shlink-backend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: shlink-backend description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own domain. type: application -version: 4.5.4 +version: 4.5.5 appVersion: "3.7.4" home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg @@ -35,8 +35,8 @@ dependencies: condition: redis.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/shlink-web/CHANGELOG.md b/charts/shlink-web/CHANGELOG.md new file mode 100644 index 000000000..40738d4a6 --- /dev/null +++ b/charts/shlink-web/CHANGELOG.md @@ -0,0 +1,7 @@ +# shlink-web + +## 1.3.1 + +### Added + +- Changelog diff --git a/charts/shlink-web/Chart.yaml b/charts/shlink-web/Chart.yaml index fc5982476..41bc8a3e9 100644 --- a/charts/shlink-web/Chart.yaml +++ b/charts/shlink-web/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: shlink-web description: A ReactJS-based progressive web application for Shlink. type: application -version: 1.3.0 +version: 1.3.1 appVersion: "4.3.0" home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg @@ -14,8 +14,8 @@ sources: - https://shlink.io annotations: artifacthub.io/changes: | - - kind: changed - description: app version to 4.3.0 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Add a new link that should be shortened. url: https://alejandrocelaya.blog/assets/img/shlink-web-client-3/creation-form-after.png diff --git a/charts/skooner/CHANGELOG.md b/charts/skooner/CHANGELOG.md new file mode 100644 index 000000000..93c38ca25 --- /dev/null +++ b/charts/skooner/CHANGELOG.md @@ -0,0 +1,7 @@ +# skooner + +## 0.0.13 + +### Added + +- Changelog diff --git a/charts/skooner/Chart.yaml b/charts/skooner/Chart.yaml index bd8e9642f..db4ec3ea4 100644 --- a/charts/skooner/Chart.yaml +++ b/charts/skooner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: skooner description: Simple Kubernetes real-time dashboard and management. type: application -version: 0.0.12 +version: 0.0.13 appVersion: "stable" home: https://github.com/christianhuth/helm-charts icon: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRu8eQrFBosk7yHTiDEwjnVcMRyDD5uIaNXhlZ1m0yiC4H8RP1j0PlBPtgtv0bdH0JwlOE @@ -14,8 +14,8 @@ sources: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Overview of the workloads running inside of Kubernetes. url: https://skooner.io/images/k8dash-screen.png diff --git a/charts/sloop/CHANGELOG.md b/charts/sloop/CHANGELOG.md new file mode 100644 index 000000000..62d0ea53e --- /dev/null +++ b/charts/sloop/CHANGELOG.md @@ -0,0 +1,7 @@ +# sloop + +## 0.0.9 + +### Added + +- Changelog diff --git a/charts/sloop/Chart.yaml b/charts/sloop/Chart.yaml index a100b54be..5ea8403a2 100644 --- a/charts/sloop/Chart.yaml +++ b/charts/sloop/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sloop description: Kubernetes History Visualization type: application -version: 0.0.8 +version: 0.0.9 appVersion: "sha-2ce8bbe" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/salesforce/sloop/master/other/sloop_logo_color_small_notext.png @@ -14,8 +14,8 @@ sources: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Visualize the different Events inside your Kubernetes cluster. url: https://civo-com-assets.ams3.digitaloceanspaces.com/content_images/989.blog.png diff --git a/charts/syncserver/CHANGELOG.md b/charts/syncserver/CHANGELOG.md new file mode 100644 index 000000000..feedb18d0 --- /dev/null +++ b/charts/syncserver/CHANGELOG.md @@ -0,0 +1,7 @@ +# syncserver + +## 1.0.5 + +### Added + +- Changelog diff --git a/charts/syncserver/Chart.yaml b/charts/syncserver/Chart.yaml index 9836371b5..9e760e1bf 100644 --- a/charts/syncserver/Chart.yaml +++ b/charts/syncserver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncserver description: Helm chart for Firefox Syncserver type: application -version: 1.0.4 +version: 1.0.5 appVersion: "latest" home: https://github.com/christianknell/helm-charts icon: https://think.unblog.ch/wp-content/uploads/2019/05/Firefox_Sync.png @@ -14,8 +14,8 @@ sources: - https://github.com/mozilla-services/syncserver annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/tenant-namespace/CHANGELOG.md b/charts/tenant-namespace/CHANGELOG.md new file mode 100644 index 000000000..b1cbf77dc --- /dev/null +++ b/charts/tenant-namespace/CHANGELOG.md @@ -0,0 +1,7 @@ +# tenant-namespace + +## 2.0.2 + +### Added + +- Changelog diff --git a/charts/tenant-namespace/Chart.yaml b/charts/tenant-namespace/Chart.yaml index 2cb9dc76c..58863f2b3 100644 --- a/charts/tenant-namespace/Chart.yaml +++ b/charts/tenant-namespace/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: tenant-namespace description: A Helm Chart to bootstrap a Namespace in a Multi-Tenancy setup -version: 2.0.1 +version: 2.0.2 type: application home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubernetes/community/master/icons/png/resources/labeled/ns-256.png @@ -10,8 +10,8 @@ maintainers: email: christian@knell.it annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/typo3/CHANGELOG.md b/charts/typo3/CHANGELOG.md new file mode 100644 index 000000000..23a2b0438 --- /dev/null +++ b/charts/typo3/CHANGELOG.md @@ -0,0 +1,7 @@ +# typo3 + +## 2.3.5 + +### Added + +- Changelog diff --git a/charts/typo3/Chart.yaml b/charts/typo3/Chart.yaml index da6cab632..785e70d9d 100644 --- a/charts/typo3/Chart.yaml +++ b/charts/typo3/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: typo3 description: TYPO3 — the Professional, Flexible Content Management System type: application -version: 2.3.4 +version: 2.3.5 appVersion: "12.4" home: https://github.com/christianhuth/helm-charts icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png @@ -27,8 +27,8 @@ dependencies: condition: postgresql.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: README format + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: TYPO3 is a very powerful Web Content Management System. url: https://docs.typo3.org/m/typo3/tutorial-getting-started/10.4/en-us/_images/BackendAboutModules.png diff --git a/charts/umami/CHANGELOG.md b/charts/umami/CHANGELOG.md new file mode 100644 index 000000000..d7ac76590 --- /dev/null +++ b/charts/umami/CHANGELOG.md @@ -0,0 +1,7 @@ +# umami + +## 4.1.1 + +### Added + +- Changelog diff --git a/charts/umami/Chart.yaml b/charts/umami/Chart.yaml index e7ae3f121..65e6cf219 100644 --- a/charts/umami/Chart.yaml +++ b/charts/umami/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: umami description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. type: application -version: 4.1.0 +version: 4.1.1 appVersion: "v2.15.1" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png @@ -25,8 +25,8 @@ dependencies: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: changed - description: app version to v2.15.1 + - kind: added + description: Changelog artifacthub.io/screenshots: | - title: Umami measures just the important metrics that you care about and everything is displayed on a single, easy to browse page. url: https://umami.is/images/feature-website-stats.png