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

Changelog entry for Helm Op 0.4.0 #1486

Merged
merged 3 commits into from
Nov 1, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG-helmop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## 0.4.0 (2018-11-01)

This release improves support for TLS connections to Tiller; in
particular it makes it much easier to get server certificate
verification (`--tiller-tls-verify`) to work.

It also adds the ability to supply additional values to
`FluxHelmRelease` resources by attaching Kubernetes secrets. This
helps with a few use cases:

- supplying the same default values to several releases
- providing secrets (e.g., a password) to a chart that expects them as values
- using values files without inlining them into FluxHelmReleases

### Bug fixes

- Make `--tiller-tls-verify` work as intended, by giving better
hiddeco marked this conversation as resolved.
Show resolved Hide resolved
instructions, and adding the argument `--tiller-tls-hostname` which
lets you specify the hostname that TLS should expect in the
certificate
[weaveworks/flux#1484](https://github.com/weaveworks/flux/pull/1484)

### Improvements

- You can now create secrets containing a `values.yaml` file, and
attach them to a `FluxHelmRelease` as additional values to use
[weaveworks/flux#1468](https://github.com/weaveworks/flux/pull/1468)

### Thanks

Thanks to @hiddeco, @Smirl, @stefanprodan, @arthurk, @the-fine,
@wstrange, @sfitts, @squaremo, @mpareja, @stephenmoloney,
@justinbarrick, @pcfens for contributions to the PRs and issues
leading to this release, as well as the inhabitants of
[#flux](https://slack.weave.works/) for high-quality, helpful
discussion.

## 0.3.0 (2018-10-24)

This release adds dependency handling to the Helm operator.
Expand Down