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.117
1
+ VERSION =v0.0.118
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ cf version
20
20
### Linux
21
21
``` bash
22
22
# download and extract the binary
23
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.117 /cf-linux-amd64.tar.gz | tar zx
23
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.118 /cf-linux-amd64.tar.gz | tar zx
24
24
25
25
# move the binary to your $PATH
26
26
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -32,7 +32,7 @@ cf version
32
32
### Mac
33
33
``` bash
34
34
# download and extract the binary
35
- curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.117 /cf-darwin-amd64.tar.gz | tar zx
35
+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.118 /cf-darwin-amd64.tar.gz | tar zx
36
36
37
37
# move the binary to your $PATH
38
38
mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.1.1
7
7
github.com/argoproj-labs/applicationset v0.2.0
8
- github.com/argoproj-labs/argocd-autopilot v0.2.20
8
+ github.com/argoproj-labs/argocd-autopilot v0.2.21
9
9
github.com/argoproj/argo-cd/v2 v2.1.2
10
10
github.com/argoproj/argo-events v1.4.0
11
11
github.com/argoproj/argo-workflows/v3 v3.1.6
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ github.com/ardielle/ardielle-go v1.5.2/go.mod h1:I4hy1n795cUhaVt/ojz83SNVCYIGsAF
172
172
github.com/ardielle/ardielle-tools v1.5.4 /go.mod h1:oZN+JRMnqGiIhrzkRN9l26Cej9dEx4jeNG6A+AdkShk =
173
173
github.com/argoproj-labs/applicationset v0.2.0 h1:yq3u88VtH9bXAl8DkIzBi0Q5FCe/ExZHlnGHDxxsyY4 =
174
174
github.com/argoproj-labs/applicationset v0.2.0 /go.mod h1:vElTdgajynEAIRuQMqQwYWSWTbdgrQPW6zDsxNPs+NE =
175
- github.com/argoproj-labs/argocd-autopilot v0.2.20 h1:nsGBmTrrtRSxLFTND4XE2TVnfFsX+D5pnZi5IaWoWZ0 =
176
- github.com/argoproj-labs/argocd-autopilot v0.2.20 /go.mod h1:YKl9+scJtfTi4418Z4AbQrCL5FXvMByDuDNLyV4axa0 =
175
+ github.com/argoproj-labs/argocd-autopilot v0.2.21 h1:zMYftMCDZnmRtNmOvjUQCL2Hyfehn9KnWwB31ZoHIko =
176
+ github.com/argoproj-labs/argocd-autopilot v0.2.21 /go.mod h1:YKl9+scJtfTi4418Z4AbQrCL5FXvMByDuDNLyV4axa0 =
177
177
github.com/argoproj/argo-cd/v2 v2.1.0-rc2 /go.mod h1:a21F1IEszRrCLvXXYc1sML3mjlMN3pp6rpDxy+7E0os =
178
178
github.com/argoproj/argo-cd/v2 v2.1.0 /go.mod h1:/e8fSyHanaAHLR5YsIIWfCGujTN452K6L7DaYep5KRU =
179
179
github.com/argoproj/argo-cd/v2 v2.1.2 h1:Ls+nJQJ7HWHeg9AKtFeeUCQTsSFvzDpbZq+ALxHL680 =
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.0
8
- version : 0.0.117
8
+ version : 0.0.118
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