Skip to content

Commit

Permalink
Release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Barrick committed Oct 3, 2018
1 parent 039ea8a commit 265bd9d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v0.2.9:

039ea8a (Justin): Merge pull request #12 from simba-sleep/add-formatter-templates
23f21d2 (George Antoniadis): Add image changes to tpl values
b5a1fd9 (George Antoniadis): Add tpl func map
18a374b (George Antoniadis): Add templates for default formatter
4e11ba7 (Justin): Add license, fixes #11

Release v0.2.8:

b560c2d (Justin Barrick): publish latest image
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.8
image: justinbarrick/fluxcloud:v0.2.9
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.8
image: justinbarrick/fluxcloud:v0.2.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3031
Expand Down

0 comments on commit 265bd9d

Please sign in to comment.