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 #934 from weaveworks/release-1.2.3
Browse files Browse the repository at this point in the history
Release 1.2.3
  • Loading branch information
Sam Broughton authored Feb 7, 2018
2 parents fc799ca + 4d233fe commit 280fa16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.3 (2018-02-07)

### Fixes

- Fix a spin loop in the registry cache [weaveworks/flux#928](https://github.com/weaveworks/flux/pull/928)

## 1.2.2 (2018-01-31)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.2
image: quay.io/weaveworks/flux:1.2.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3030 # informational
Expand Down

0 comments on commit 280fa16

Please sign in to comment.