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
2
2
3
3
OUT_DIR =dist
4
4
YEAR? =$(shell date +"% Y")
Original file line number Diff line number Diff line change 1
1
### Installed Applications:
2
2
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 )
5
5
- Argo Events [ v1.5.5] ( https://github.com/argoproj/argo-events/releases/tag/v1.5.5 )
6
6
- Argo Rollouts [ v1.2.0] ( https://github.com/argoproj/argo-rollouts/releases/tag/v1.2.0 )
7
7
- Argo Workflows [ v3.2.6] ( https://github.com/argoproj/argo-workflows/releases/tag/v3.2.6 )
@@ -23,7 +23,7 @@ cf version
23
23
24
24
``` bash
25
25
# 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
27
27
28
28
# move the binary to your $PATH
29
29
mv ./cf-linux-amd64 /usr/local/bin/cf
@@ -36,7 +36,7 @@ cf version
36
36
37
37
``` bash
38
38
# 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
40
40
41
41
# move the binary to your $PATH
42
42
mv ./cf-darwin-amd64 /usr/local/bin/cf
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/Masterminds/semver/v3 v3.1.1
7
7
github.com/argoproj-labs/argocd-autopilot v0.3.7
8
8
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
10
10
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec
11
11
github.com/argoproj/argo-workflows/v3 v3.3.1
12
12
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
156
156
github.com/argoproj-labs/argocd-autopilot v0.3.7 /go.mod h1:KFbmBBjYrK355/0iXYoLAbNt0TaomSlKrUWda+KVlAw =
157
157
github.com/argoproj/applicationset v0.4.1 h1:PzTn77TK7XQB3CdpCDPbwU4pQgip0x4qvuJQ8XiBk5E =
158
158
github.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 =
161
161
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec h1:95S2LPUUdPO2jYxuR5z1uk1GL2m/u+ud2iFAr5gK6VI =
162
162
github.com/argoproj/argo-events v0.17.1-0.20220327045437-70eaafe9afec /go.mod h1:dF9hehH+HaEqz+OvQb0iXG8ynj4sQlISIQoettdl05Y =
163
163
github.com/argoproj/argo-workflows/v3 v3.3.1 h1:cNhY6JRlMvwu0qhfCWtS/XmQ8nm2OjR7CBZ3K6zbcKI =
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
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
6
5
- default-rbac.yaml
7
6
images :
8
7
- name : quay.io/codefresh/argocd
9
8
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
11
10
12
11
# will be effective on argo-cd 2.1
13
12
configMapGenerator :
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.1
8
- version : 0.0.388
8
+ version : 0.0.389
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