Skip to content

Commit

Permalink
Test release (#283)
Browse files Browse the repository at this point in the history
* feat: update argocd to v2.8.1-cap-CR-not-setup-kustomize-ns (#281)
* chore: upgrade app-proxy to 1.2471.1
* chore: update release notes

---------

Co-authored-by: pasha-codefresh <[email protected]>
  • Loading branch information
danielm-codefresh and pasha-codefresh authored Oct 12, 2023
1 parent 3d7b6e5 commit bcdef74
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.35
0.1.36
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Component
images:
- name: quay.io/codefresh/cap-app-proxy
newName: quay.io/codefresh/cap-app-proxy
newTag: 1.2411.2
newTag: 1.2471.1

resources:
- app-proxy.deploy.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:

images:
- name: quay.io/codefresh/argocd
newTag: v2.8.1-cap-CR-player-and-vuln-fix
newTag: v2.8.1-cap-CR-not-setup-kustomize-ns
- name: quay.io/codefresh/applicationset
newTag: v0.4.2-CR-13254-remove-private-logs

Expand Down
4 changes: 2 additions & 2 deletions csdp/base_components/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ configMapGenerator:
- name: codefresh-cm
behavior: create
literals: # order matters - DO NOT change
- version=0.1.35 # Runtime version
- bootstrapRevision=0.1.35 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
- version=0.1.36 # Runtime version
- bootstrapRevision=0.1.36 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
- appsetRequeueTime=15
replacements:
# template the version from the configmap into the applicationset generators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
images:
- name: quay.io/codefresh/argocd
newTag: v2.8.1-cap-CR-player-and-vuln-fix
newTag: v2.8.1-cap-CR-not-setup-kustomize-ns
2 changes: 1 addition & 1 deletion csdp/hybrid/basic/runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: "{{ namespace }}"
spec:
requiredCLIVersion: ^0.1.0
version: 0.1.35
version: 0.1.36
bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd
components:
- name: events
Expand Down
10 changes: 5 additions & 5 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Installed Components:
Argo CD v2.4.0
Argo Events v1.7.2
Argo Rollouts v1.4.0
Argo Workflows v3.4.0
Sealed Secrets 0.17.5
Argo CD v2.8.1
Argo Events v1.7.3
Argo Rollouts v1.5.0
Argo Workflows v3.4.4
Sealed Secrets 0.19.4

0 comments on commit bcdef74

Please sign in to comment.