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 #1190 from weaveworks/build/separate-changelogs
Browse files Browse the repository at this point in the history
Make a separate changelog for the Helm operator
  • Loading branch information
squaremo authored Jul 3, 2018
2 parents c795d61 + d848b90 commit 1a7a081
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG-helmop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.1.0-alpha (2018-05-01)

First versioned release of the Flux Helm operator. The target features are:

- release Helm charts as specified in FluxHelmRelease resources
- these refer to charts in a single git repo, readable by the operator
- update releases when either the FluxHelmRelease resource or the
chart (in git) changes

See
https://github.com/weaveworks/flux/blob/helm-0.1.0-alpha/site/helm/
for more detailed explanations.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This is the changelog for the Flux daemon; the changelog for the Helm
operator is in [./CHANGELOG-helmop.md](./CHANGELOG-helmop.md).

## 1.4.1 (2018-06-21)

This release fixes some wrinkles in the new YAML updating code, so
Expand Down Expand Up @@ -120,7 +123,9 @@ reindent blocks the first time it changes a file.

### Experimental

- Alpha release of [helm-operator](https://github.com/weaveworks/flux/blob/master/site/helm/helm-integration.md)
- Alpha release of
[helm-operator](https://github.com/weaveworks/flux/blob/master/site/helm/helm-integration.md). See
[./CHANGELOG-helmop.md](./CHANGELOG-helmop.md) for future releases.

## 1.2.3 (2018-02-07)

Expand Down

0 comments on commit 1a7a081

Please sign in to comment.