File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- VERSION =v0.0.357
1
+ VERSION =v0.0.358
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.0.357 /cf-linux-amd64.tar.gz | tar zx
26
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.358 /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.0.357 /cf-darwin-amd64.tar.gz | tar zx
39
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.358 /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 @@ -10,7 +10,7 @@ require (
10
10
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec
11
11
github.com/argoproj/argo-workflows/v3 v3.3.1
12
12
github.com/briandowns/spinner v1.18.1
13
- github.com/codefresh-io/go-sdk v0.43.7
13
+ github.com/codefresh-io/go-sdk v0.43.9
14
14
github.com/fatih/color v1.13.0
15
15
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
16
16
github.com/go-git/go-billy/v5 v5.3.1
Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h
254
254
github.com/cockroachdb/errors v1.2.4 /go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA =
255
255
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f /go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI =
256
256
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd /go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI =
257
- github.com/codefresh-io/go-sdk v0.43.7 h1:s872fn7fD1S2gIy2sylgrtul4PBfabgE2jHWVFwgq3g =
258
- github.com/codefresh-io/go-sdk v0.43.7 /go.mod h1:CcoVmTFWHGkbrSW8LyOGB/vJe5Vzr3iC/pNE2QIBTyg =
257
+ github.com/codefresh-io/go-sdk v0.43.9 h1:GemYddo4rDqB+qykq6AO5e4/N/FBCqLYI4BBTlX6EYo =
258
+ github.com/codefresh-io/go-sdk v0.43.9 /go.mod h1:CcoVmTFWHGkbrSW8LyOGB/vJe5Vzr3iC/pNE2QIBTyg =
259
259
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 /go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM =
260
260
github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27 /go.mod h1:VQx0hjo2oUeQkQUET7wRwradO6f+fN5jzXgB/zROxxE =
261
261
github.com/container-storage-interface/spec v1.5.0 /go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
namespace : " {{ namespace }}"
6
6
spec :
7
7
defVersion : 1.0.1
8
- version : 0.0.357
8
+ version : 0.0.358
9
9
bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
10
10
components :
11
11
- name : events
You can’t perform that action at this time.
0 commit comments