Skip to content

Commit

Permalink
chore: prep 0.5.0 release (#176)
Browse files Browse the repository at this point in the history
* chore: update certificates chart version to 0.0.3

* chore: prep 0.5.0 release
  • Loading branch information
olevski authored Jul 5, 2022
1 parent fc84572 commit 5fa95a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.5.0](https://github.com/SwissDataScienceCenter/amalthea/compare/0.4.0...0.5.0) (2022-07-04)


### Features

* **app:** long term metric storage ([#173](https://github.com/SwissDataScienceCenter/amalthea/issues/173)) ([6335ec5](https://github.com/SwissDataScienceCenter/amalthea/commit/6335ec5b3657e5d8dba1adb239b9f9e87dbf428b))


## [0.4.0](https://github.com/SwissDataScienceCenter/amalthea/compare/0.3.0...0.4.0) (2022-06-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/amalthea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A helm chart for deploying the amalthea jupyter server operator

dependencies:
- name: certificates
version: "0.0.2"
version: "0.0.3"
repository: "https://swissdatasciencecenter.github.io/helm-charts/"

# A chart can be either an 'application' or a 'library' chart.
Expand All @@ -20,7 +20,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/amalthea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global:
certificates:
image:
repository: renku/certificates
tag: "0.0.1"
tag: "0.0.2"
customCAs: []
# - secret:

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ charts:
imagePrefix: renku/
# An empty tag means that the appVersion specified in Chart.yaml is used.
resetTag: ""
resetVersion: 0.4.0
resetVersion: 0.5.0
repo:
git: SwissDataScienceCenter/helm-charts
published: https://swissdatasciencecenter.github.io/helm-charts/
Expand Down

0 comments on commit 5fa95a3

Please sign in to comment.