diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 714c69a8..1a7b3e17 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,8 @@ on: jobs: release: + permissions: + contents: write runs-on: ubuntu-latest steps: - name: Checkout @@ -24,7 +26,7 @@ jobs: run: bash chart-bundler/bundler.sh - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.2.1 + uses: helm/chart-releaser-action@v1.4.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_RELEASE_NOTES_FILE: "CHANGELOG.md" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 037b1917..b125fd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ + # graphistry-helm Version Release Notes ## Changelog + All notable changes to the graphistry-helm repo are documented in this file. Additional Graphistry components are tracked in the main [Graphistry major release history documentation](https://graphistry.zendesk.com/hc/en-us/articles/360033184174-Enterprise-Release-List-Downloads). The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). @@ -9,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Development] + ## [Version 0.3.5 - 2023-02-13] ### Breaking 🔥 @@ -57,3 +60,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed * Fixed the pvc retention issue by setting the pvc name in the values.yaml so the PV and PVC automatically bind after provisioning upon redeployment + diff --git a/README.md b/README.md index 57a72fe9..d360bdaf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # graphistry-helm Run Graphistry in Kubernetes using this live helm repository and supporting automation scripts & documentation -For contributing to this repository as a developer, see [DEVELOP.md](DEVELOP.md) +See [CHANGELOG.md](CHANGELOG.md) for version history. For contributing to this repository as a developer, see [DEVELOP.md](DEVELOP.md) ## Private docker image repositories @@ -89,4 +89,6 @@ and then set the nodeSelector value to the hostname of the selected node along w --set imagePullSecrets= (has to go last) > **Note:** different labels can be used for the nodeSelector value, but some labels between the nodes may not be unique. + [ReadTheDocs](docs/build/html/index.html) +