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
22
33OUT_DIR =dist
44YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cf version
2323
2424``` bash
2525# 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
2727
2828# move the binary to your $PATH
2929mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
3636
3737``` bash
3838# 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
4040
4141# move the binary to your $PATH
4242mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec
1111 github.com/argoproj/argo-workflows/v3 v3.3.1
1212 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
1414 github.com/fatih/color v1.13.0
1515 github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
1616 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
254254github.com/cockroachdb/errors v1.2.4 /go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA =
255255github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f /go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI =
256256github.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 =
259259github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 /go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM =
260260github.com/codeskyblue/go-sh v0.0.0-20190412065543-76bd3d59ff27 /go.mod h1:VQx0hjo2oUeQkQUET7wRwradO6f+fN5jzXgB/zROxxE =
261261github.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:
55 namespace : " {{ namespace }}"
66spec :
77 defVersion : 1.0.1
8- version : 0.0.357
8+ version : 0.0.358
99 bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
1010 components :
1111 - name : events
You can’t perform that action at this time.
0 commit comments