We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a5fdc commit 19e526eCopy full SHA for 19e526e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.3.0
4
+
5
+- Update client-go to v9.0
6
+- Update docker cli to 18.06
7
8
## v0.2.0
9
10
- Introduces gitkube CLI
manifests/gitkube-setup.yaml
@@ -62,7 +62,7 @@ spec:
62
- command:
63
- bash
64
- /sshd-lib/start_sshd.sh
65
- image: hasura/gitkubed:v0.2.1
+ image: hasura/gitkubed:v0.3.0
66
imagePullPolicy: IfNotPresent
67
name: sshd
68
ports:
@@ -122,7 +122,7 @@ spec:
122
spec:
123
serviceAccountName: gitkube
124
containers:
125
- - image: hasura/gitkube-controller:v0.2.1
+ - image: hasura/gitkube-controller:v0.3.0
126
127
name: controller
128
resources:
0 commit comments