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.36
1+ VERSION =v0.1.37
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.1.36 /cf-linux-amd64.tar.gz | tar zx
26+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.37 /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.1.36 /cf-darwin-amd64.tar.gz | tar zx
39+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.1.37 /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 44
55require (
66 github.com/Masterminds/semver/v3 v3.1.1
7- github.com/argoproj-labs/argocd-autopilot v0.4.12
7+ github.com/argoproj-labs/argocd-autopilot v0.4.13
88 github.com/argoproj/argo-cd/v2 v2.5.9
99 github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec
1010 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
179179github.com/apache/thrift v0.12.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
180180github.com/apache/thrift v0.13.0 /go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ =
181181github.com/appscode/go v0.0.0-20190808133642-1d4ef1f1c1e0 /go.mod h1:iy07dV61Z7QQdCKJCIvUoDL21u6AIceRhZzyleh2ymc =
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 =
182+ github.com/argoproj-labs/argocd-autopilot v0.4.13 h1:r3/XOoM4t8BfKGtg+Y1YwKGnljBPP+EcI5+r23bW1tM =
183+ github.com/argoproj-labs/argocd-autopilot v0.4.13 /go.mod h1:HgGvXyTYEvYLwm9QMyy6bA6KE/JuFwVLC+NTxW2ZHN0 =
184184github.com/argoproj/argo-cd/v2 v2.5.9 h1:uupjZzBcZCrbRZM/0/nIwJLtCG9wbrFsiP6/cIR8xmM =
185185github.com/argoproj/argo-cd/v2 v2.5.9 /go.mod h1:dajeo9UYYdiC+Wjp9S+YPl2PPB5a0AUy2nYtT94qtpA =
186186github.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