File tree Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Expand file tree Collapse file tree 6 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1- VERSION =v0.0.388
1+ VERSION =v0.0.389
22
33OUT_DIR =dist
44YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change 11### Installed Applications:
22
3- - Argo CD [ v2.1.14 ] ( https://github.com/argoproj/argo-cd/releases/tag/v2.1.14 )
4- - Argo CD ApplicationSet Controller [ v0.2 .0] ( https://github.com/argoproj-labs/applicationset/releases/tag/v0.2 .0 )
3+ - Argo CD [ v2.3.4 ] ( https://github.com/argoproj/argo-cd/releases/tag/v2.3.4 )
4+ - Argo CD ApplicationSet Controller [ v0.4 .0] ( https://github.com/argoproj-labs/applicationset/releases/tag/v0.4 .0 )
55- Argo Events [ v1.5.5] ( https://github.com/argoproj/argo-events/releases/tag/v1.5.5 )
66- Argo Rollouts [ v1.2.0] ( https://github.com/argoproj/argo-rollouts/releases/tag/v1.2.0 )
77- Argo Workflows [ v3.2.6] ( https://github.com/argoproj/argo-workflows/releases/tag/v3.2.6 )
@@ -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.388 /cf-linux-amd64.tar.gz | tar zx
26+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.389 /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.388 /cf-darwin-amd64.tar.gz | tar zx
39+ curl -L --output - https://github.com/codefresh-io/cli-v2/releases/download/v0.0.389 /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 @@ -6,7 +6,7 @@ require (
66 github.com/Masterminds/semver/v3 v3.1.1
77 github.com/argoproj-labs/argocd-autopilot v0.3.7
88 github.com/argoproj/applicationset v0.4.1
9- github.com/argoproj/argo-cd/v2 v2.3.3
9+ github.com/argoproj/argo-cd/v2 v2.3.4
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
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ github.com/argoproj-labs/argocd-autopilot v0.3.7 h1:7GAWOvgWh93wTcoMHkafVwQTtZKD
156156github.com/argoproj-labs/argocd-autopilot v0.3.7 /go.mod h1:KFbmBBjYrK355/0iXYoLAbNt0TaomSlKrUWda+KVlAw =
157157github.com/argoproj/applicationset v0.4.1 h1:PzTn77TK7XQB3CdpCDPbwU4pQgip0x4qvuJQ8XiBk5E =
158158github.com/argoproj/applicationset v0.4.1 /go.mod h1:cJZ7CWG80kBII4QNalyAvSr8eVifo8jKkyXoVl9qXaA =
159- github.com/argoproj/argo-cd/v2 v2.3.3 h1:SE1Cb8MDqP5T2iUtyL9bwpKYIvpGkVUsgzKCAqZZ5Vc =
160- github.com/argoproj/argo-cd/v2 v2.3.3 /go.mod h1:EuPH0/rLe/FdHGwQ/EVucspMnF3v4qd7da6N6CG+oJA =
159+ github.com/argoproj/argo-cd/v2 v2.3.4 h1:mj+snMMf9LoHWMH3rLCkBWSRETv1Sq8lxuuyLxH+76A =
160+ github.com/argoproj/argo-cd/v2 v2.3.4 /go.mod h1:EuPH0/rLe/FdHGwQ/EVucspMnF3v4qd7da6N6CG+oJA =
161161github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec h1:95S2LPUUdPO2jYxuR5z1uk1GL2m/u+ud2iFAr5gK6VI =
162162github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec /go.mod h1:dF9hehH+HaEqz+OvQb0iXG8ynj4sQlISIQoettdl05Y =
163163github.com/argoproj/argo-workflows/v3 v3.3.1 h1:cNhY6JRlMvwu0qhfCWtS/XmQ8nm2OjR7CBZ3K6zbcKI =
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.1/manifests/install.yaml
5- - https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml?ref=2c62537a8e5a # TODO: switch to the next release when available
4+ - https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.3/manifests/install.yaml
65 - default-rbac.yaml
76images :
87 - name : quay.io/codefresh/argocd
98 newName : quay.io/codefresh/argocd
10- newTag : v2.1.17 -cap-CR-split-files
9+ newTag : v2.3.4 -cap-CR-12110-helm-resources-yaml
1110
1211# will be effective on argo-cd 2.1
1312configMapGenerator :
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.388
8+ version : 0.0.389
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