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.39
1+ VERSION =v0.0.40
22OUT_DIR =dist
33YEAR? =$(shell date +"% Y")
44
Original file line number Diff line number Diff line change 88### Linux
99``` bash
1010# download and extract the binary
11- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.39 /cf-linux-amd64.tar.gz | tar zx
11+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.40 /cf-linux-amd64.tar.gz | tar zx
1212
1313# move the binary to your $PATH
1414mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -20,7 +20,7 @@ cf version
2020### Mac
2121``` bash
2222# download and extract the binary
23- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.39 /cf-darwin-amd64.tar.gz | tar zx
23+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.40 /cf-darwin-amd64.tar.gz | tar zx
2424
2525# move the binary to your $PATH
2626mv ./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 v1.3.1
1111 github.com/argoproj/argo-workflows/v3 v3.1.0
1212 github.com/briandowns/spinner v1.13.0
13- github.com/codefresh-io/go-sdk v0.30.0
13+ github.com/codefresh-io/go-sdk v0.30.1
1414 github.com/fatih/color v1.12.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 @@ -260,8 +260,8 @@ github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313/go.mod h1:P1w
260260github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
261261github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa /go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8 =
262262github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd /go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI =
263- github.com/codefresh-io/go-sdk v0.30.0 h1:CDtCHBpZS2w0pngSTfJUxbr3bRAmGTUbdr5NFl1Bc1A =
264- github.com/codefresh-io/go-sdk v0.30.0 /go.mod h1:CcoVmTFWHGkbrSW8LyOGB/vJe5Vzr3iC/pNE2QIBTyg =
263+ github.com/codefresh-io/go-sdk v0.30.1 h1:NmXSodeyqjbh+75e7jpfhum/9F44Fn+j44RgQazqSrs =
264+ github.com/codefresh-io/go-sdk v0.30.1 /go.mod h1:CcoVmTFWHGkbrSW8LyOGB/vJe5Vzr3iC/pNE2QIBTyg =
265265github.com/colinmarc/hdfs v1.1.4-0.20180802165501-48eb8d6c34a9 /go.mod h1:0DumPviB681UcSuJErAbDIOx6SIaJWj463TymfZG02I =
266266github.com/colinmarc/hdfs v1.1.4-0.20180805212432-9746310a4d31 /go.mod h1:vSBumefK4HA5uiRSwNP+3ofgrEoScpCS2MMWcWXEuQ4 =
267267github.com/container-storage-interface/spec v1.3.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 namespace : " {{ namespace }}"
66spec :
77 defVersion : 1.0.0
8- version : 0.0.39
8+ version : 0.0.40
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