diff --git a/.github/workflows/validate-pr.yaml b/.github/workflows/validate-pr.yaml index 2fb538bb..09d6f864 100644 --- a/.github/workflows/validate-pr.yaml +++ b/.github/workflows/validate-pr.yaml @@ -10,7 +10,7 @@ on: jobs: workflow: name: Reusable Workflow - uses: action-stars/helm-workflows/.github/workflows/validate.yaml@43e5782fead293b2f222cdcb04e6a55c7fc13835 # v0.1.13 + uses: action-stars/helm-workflows/.github/workflows/validate.yaml@add-changelog-validation permissions: contents: read id-token: write @@ -20,6 +20,7 @@ jobs: target_branch: main helm_repos: "bitnami=https://charts.bitnami.com/bitnami/" helm_docs: true + changelog: true ah_lint: true kubeconform: true kubeconform_k8s_versions: ${{ vars.K8S_VERSIONS }} diff --git a/charts/k8s-resources/CHANGELOG.md b/charts/k8s-resources/CHANGELOG.md index fed0234c..118937d8 100644 --- a/charts/k8s-resources/CHANGELOG.md +++ b/charts/k8s-resources/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deprecated - Removed --> +## [v0.2.0] - 2023-05-09 + +### All Changes + +- Initial release. + ## [v0.1.0] - 2023-05-09 ### All Changes diff --git a/charts/k8s-resources/Chart.yaml b/charts/k8s-resources/Chart.yaml index 0279d474..c6018a01 100644 --- a/charts/k8s-resources/Chart.yaml +++ b/charts/k8s-resources/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: k8s-resources description: Helm chart for provisioning Kubernetes resources. type: application -version: 0.1.0 +version: 0.2.0 appVersion: 1.0.0 home: https://github.com/stevehipwell/helm-charts/ icon: https://upload.wikimedia.org/wikipedia/labs/thumb/b/ba/Kubernetes-icon-color.svg/2110px-Kubernetes-icon-color.svg.png