Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1512 from weaveworks/release/helm-0.5.0
Browse files Browse the repository at this point in the history
Changelog entry for Helm operator 0.5.0
  • Loading branch information
squaremo committed Nov 14, 2018
2 parents 0d6fe19 + df3227a commit 5cd745c
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG-helmop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## 0.5.0 (2018-11-14)

WARNING: this release of the Helm operator is not backward-compatible:

- It uses a new custom resource `HelmRelease`, and will ignore
`FluxHelmRelease` resources
- Some command-line arguments have changed, so the [deployment
manifests](./deploy-helm/) must also be updated

To use it, you will need to migrate custom resources to the new format
supported by this version. See the [upgrade
guide](./site/helm-upgrading-to-beta.md).

This version of the Helm operator supports HelmRelease custom
resources, which each specify a chart and values to use in a Helm
release, as in previous versions. The main improvement is that you are
now able to specify charts from Helm repos, as well as from git repo,
per resource (rather than a single git repo, which is supplied to the
operator).

### Improvements

All of these were added in
[weaveworks/flux#1382](https://github.com/weaveworks/flux/pull/1382).

See the [Helm operator guide](./site/helm-integration.md) for details.

- You can now release charts from arbitrary Helm repos
- You can now release charts from arbitrary git repos

### Thanks

Thanks to @demikl, @dholbach, @hiddeco, @mellana1, @squaremo,
@stefanprodan, @stephenmoloney, @whereismyjetpack and others who made
suggestions, logged problems, and tried out nightly builds.

## 0.4.0 (2018-11-01)

This release improves support for TLS connections to Tiller; in
Expand Down

0 comments on commit 5cd745c

Please sign in to comment.