File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.1.18
4
+
5
+ - update helm to v3.3.1
6
+ - update kubectl to 1.19.0
7
+
3
8
## v0.1.17
4
9
5
10
- update helm to v3.2.1
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ RUN GOOS=linux go build -mod=vendor -ldflags="-s -w"
8
8
9
9
FROM alpine as downloader
10
10
11
- ARG HELM_VERSION=3.2 .1
11
+ ARG HELM_VERSION=3.3 .1
12
12
ENV HELM_URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
13
13
14
- ARG KUBECTL_VERSION=1.17.2
14
+ ARG KUBECTL_VERSION=1.19.0
15
15
ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
16
16
17
17
WORKDIR /tmp
Original file line number Diff line number Diff line change 6
6
7
7
Drone plugin for Helm3.
8
8
9
- Helm Version: 3.2 .1
10
- Kubectl Version: 1.17.2
9
+ Helm Version: 3.3 .1
10
+ Kubectl Version: 1.19.0
11
11
12
12
## Drone settings
13
13
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ type (
20
20
21
21
Test bool
22
22
TestRollback bool
23
+
24
+ OnSuccess []func ()
25
+ OnTestSuccess []func ()
26
+ OnTestFailed []func ()
27
+ OnTestFailedRollbackSuccess []func ()
28
+ OnTestFailedRollbackFailed []func ()
23
29
}
24
30
25
31
HelmOption func (* HelmCmd ) error
You can’t perform that action at this time.
0 commit comments