diff --git a/CHANGELOG.md b/CHANGELOG.md index b1efe71ef..57797f53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.2.5 (2018-03-19) + +### Fixes + +- Handle single-quoted image values in manifests [weaveworks/flux#1008](https://github.com/weaveworks/flux/pull/1008) + +### Improvements + +- Use a writable tmpfs volume for generating keys, since Kubernetes >=1.10 and GKE (as of March 13 2018) mount secrets as read-only [weaveworks/flux#1007](https://github.com/weaveworks/flux/pull/1007) + ## 1.2.4 (2018-03-14) ### Fixes diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index e43446f13..14416204c 100644 --- a/deploy/flux-deployment.yaml +++ b/deploy/flux-deployment.yaml @@ -31,7 +31,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://quay.io/weaveworks/flux # and replace the tag here. - image: quay.io/weaveworks/flux:1.2.4 + image: quay.io/weaveworks/flux:1.2.5 imagePullPolicy: IfNotPresent ports: - containerPort: 3030 # informational