Skip to content

Commit

Permalink
Merge branch 'main' into v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webcoderz authored Feb 13, 2023
2 parents a33778e + 152eec2 commit e147975
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -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"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@

# 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/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and all PyGraphistry-specific breaking changes are explictly noted here.

## [Development]


## [Version 0.3.5 - 2023-02-13]

### Breaking 🔥
Expand Down Expand Up @@ -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

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -89,4 +89,6 @@ and then set the nodeSelector value to the hostname of the selected node along w
--set imagePullSecrets=<secrets_name> (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)

0 comments on commit e147975

Please sign in to comment.