Skip to content

Commit

Permalink
Release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Barrick committed Sep 5, 2018
1 parent 663b6e5 commit fb850fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release v0.2.7:

663b6e5 (Justin Barrick): Release v0.2.6
00b331c (Justin Barrick): Add release artifacts and automatically create github releases on tagged commits.

Release v0.2.6:

00b331c (Justin Barrick): Add release artifacts and automatically create github releases on tagged commits.
Expand Down
2 changes: 1 addition & 1 deletion examples/flux-deployment-sidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- --git-branch=master
- --connect=ws://127.0.0.1:3031
- name: fluxcloud
image: justinbarrick/fluxcloud:v0.2.6
image: justinbarrick/fluxcloud:v0.2.7
imagePullPolicy: Always
ports:
- containerPort: 3031
Expand Down
2 changes: 1 addition & 1 deletion examples/fluxcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: fluxcloud
image: justinbarrick/fluxcloud:v0.2.6
image: justinbarrick/fluxcloud:v0.2.7
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3031
Expand Down

0 comments on commit fb850fd

Please sign in to comment.