Skip to content

Commit 19e526e

Browse files
committed
update changelog, manifest
1 parent d0a5fdc commit 19e526e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.3.0
4+
5+
- Update client-go to v9.0
6+
- Update docker cli to 18.06
7+
38
## v0.2.0
49

510
- Introduces gitkube CLI

manifests/gitkube-setup.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
- command:
6363
- bash
6464
- /sshd-lib/start_sshd.sh
65-
image: hasura/gitkubed:v0.2.1
65+
image: hasura/gitkubed:v0.3.0
6666
imagePullPolicy: IfNotPresent
6767
name: sshd
6868
ports:
@@ -122,7 +122,7 @@ spec:
122122
spec:
123123
serviceAccountName: gitkube
124124
containers:
125-
- image: hasura/gitkube-controller:v0.2.1
125+
- image: hasura/gitkube-controller:v0.3.0
126126
imagePullPolicy: IfNotPresent
127127
name: controller
128128
resources:

0 commit comments

Comments
 (0)