From 19e526ed02940acfff94bd455711ac9f88954e7a Mon Sep 17 00:00:00 2001
From: Shahidh K Muhammed <shahidh@hasura.io>
Date: Mon, 12 Nov 2018 16:18:41 +0530
Subject: [PATCH] update changelog, manifest

---
 CHANGELOG.md                 | 5 +++++
 manifests/gitkube-setup.yaml | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10a3114e..95f7f76a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/manifests/gitkube-setup.yaml b/manifests/gitkube-setup.yaml
index e27bc679..9074a029 100644
--- a/manifests/gitkube-setup.yaml
+++ b/manifests/gitkube-setup.yaml
@@ -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:
@@ -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:
-- 
GitLab