File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- VERSION =v0.1.33
1
+ VERSION =v0.1.34
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cf version
23
23
24
24
``` bash
25
25
# download and extract the binary
26
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.33 /cf-linux-amd64.tar.gz | tar zx
26
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.34 /cf-linux-amd64.tar.gz | tar zx
27
27
28
28
# move the binary to your $PATH
29
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
36
36
37
37
``` bash
38
38
# download and extract the binary
39
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.33 /cf-darwin-amd64.tar.gz | tar zx
39
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.34 /cf-darwin-amd64.tar.gz | tar zx
40
40
41
41
# move the binary to your $PATH
42
42
mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.1.1
7
- github.com/argoproj-labs/argocd-autopilot v0.4.11
7
+ github.com/argoproj-labs/argocd-autopilot v0.4.12
8
8
github.com/argoproj/argo-cd/v2 v2.5.9
9
9
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec
10
10
github.com/argoproj/argo-workflows/v3 v3.3.1
Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ github.com/antonmedv/expr v1.9.0/go.mod h1:5qsM3oLGDND7sDmQGDXHkYfkjYMUX14qsgqmH
179
179
github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
180
180
github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
181
181
github.com/appscode/go v0.0.0-20190808133642-1d4ef1f1c1e0 /go.mod h1:iy07dV61Z7QQdCKJCIvUoDL21u6AIceRhZzyleh2ymc =
182
- github.com/argoproj-labs/argocd-autopilot v0.4.11 h1:sUtW14AdjOlROWkM96jzldaEWCZj285vGi+uFmkcmvk =
183
- github.com/argoproj-labs/argocd-autopilot v0.4.11 /go.mod h1:9bemL7fdzO7u/zaOEmII1UCfBPODKa8hDxZG2X6hH58 =
182
+ github.com/argoproj-labs/argocd-autopilot v0.4.12 h1:BQUlqGSkZNZhTQQLSnQOa20/O3WQ1Xb+uyYRmR/c4fU =
183
+ github.com/argoproj-labs/argocd-autopilot v0.4.12 /go.mod h1:HgGvXyTYEvYLwm9QMyy6bA6KE/JuFwVLC+NTxW2ZHN0 =
184
184
github.com/argoproj/argo-cd/v2 v2.5.9 h1:uupjZzBcZCrbRZM/0/nIwJLtCG9wbrFsiP6/cIR8xmM =
185
185
github.com/argoproj/argo-cd/v2 v2.5.9 /go.mod h1:dajeo9UYYdiC+Wjp9S+YPl2PPB5a0AUy2nYtT94qtpA =
186
186
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec h1:95S2LPUUdPO2jYxuR5z1uk1GL2m/u+ud2iFAr5gK6VI =
You can’t perform that action at this time.
0 commit comments