Skip to content

Commit

Permalink
update changelog, manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed Nov 12, 2018
1 parent d0a5fdc commit 19e526e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.0

- Update client-go to v9.0
- Update docker cli to 18.06

## v0.2.0

- Introduces gitkube CLI
Expand Down
4 changes: 2 additions & 2 deletions manifests/gitkube-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- command:
- bash
- /sshd-lib/start_sshd.sh
image: hasura/gitkubed:v0.2.1
image: hasura/gitkubed:v0.3.0
imagePullPolicy: IfNotPresent
name: sshd
ports:
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
spec:
serviceAccountName: gitkube
containers:
- image: hasura/gitkube-controller:v0.2.1
- image: hasura/gitkube-controller:v0.3.0
imagePullPolicy: IfNotPresent
name: controller
resources:
Expand Down

0 comments on commit 19e526e

Please sign in to comment.