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

Commit

Permalink
Update changelog for 1.0.0 and 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awh committed Sep 19, 2017
1 parent 953c51c commit 9bd63e6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 1.0.1 (2017-09-19)

### Improvements

- Flux daemon can be configured to populate the git commit author with
the name of the requesting user
- When multiple flux daemons share the same configuration repository,
each fluxd only sends Slack notifications for commits that affect
its branch/path
- When a resource is locked the invoking user is recorded, along with
an optional message
- When a new config repo is synced for the first time, don't send
notifications for the entire commit history

### Fixes

- The `fluxctl identity` command only worked via the Weave Cloud
service, and not when connecting directly to the daemon

## 1.0.0 (2017-08-22)

This release introduces significant changes to the way flux works:

- The git repository is now the system of record for your cluster
state. Flux continually works to synchronise your cluster with the
config repository
- Release, automation and policy actions work by updating the config
repository

See https://github.com/weaveworks/flux/releases/tag/1.0.0 for full
details.

## 0.3.0 (2017-05-03)

Update to support newer Kubernetes (1.6.1).
Expand Down

0 comments on commit 9bd63e6

Please sign in to comment.