diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10a3114e4481ae6026704504770163da63f4af97..95f7f76a04b981454fa0f378bbddcc23e5534577 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 e27bc679c82be217cd09104d69e8208968c94351..9074a029fb483150cbc76a9fad3a6672879071e2 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: