Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2022-06-16)

### Features

* **strm-1272:** add installation type; enable/disable parts based on installation type ([f489626](f489626))
* **strm-1272:** add values schema; add environment variable for installation type ([4c90e65](4c90e65))
* **strm-1272:** toggle image and imagepullsecrets based on installation type ([4ac670c](4ac670c))
* **strm-1272:** update default installation type to SELF_HOSTED ([51a359c](51a359c))
  • Loading branch information
streammachineio-org committed Jun 16, 2022
1 parent f489626 commit cd16424
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.6.0](https://github.com/strmprivacy/data-plane-helm-chart/compare/v1.5.0...v1.6.0) (2022-06-16)


### Features

* **strm-1272:** add installation type; enable/disable parts based on installation type ([f489626](https://github.com/strmprivacy/data-plane-helm-chart/commit/f489626200ca2b72176fc8da7fbd8aa9882406e2))
* **strm-1272:** add values schema; add environment variable for installation type ([4c90e65](https://github.com/strmprivacy/data-plane-helm-chart/commit/4c90e651e53752d2fa906ea212f6beeb7d7af175))
* **strm-1272:** toggle image and imagepullsecrets based on installation type ([4ac670c](https://github.com/strmprivacy/data-plane-helm-chart/commit/4ac670cefec76cb5d228860cb49cbae039f39913))
* **strm-1272:** update default installation type to SELF_HOSTED ([51a359c](https://github.com/strmprivacy/data-plane-helm-chart/commit/51a359c9123fdd33b0aa182cead19dda595af515))

# [1.5.0](https://github.com/strmprivacy/data-plane-helm-chart/compare/v1.4.1...v1.5.0) (2022-05-31)


Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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: 1.5.0
version: 1.6.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

0 comments on commit cd16424

Please sign in to comment.