Skip to content

Commit

Permalink
release-0.1.20 (#161)
Browse files Browse the repository at this point in the history
* [BE]:Up version (#126)

* Up version

* Up version

* Up proxy version

* Wip

* Back version

* Wip

* add applications to app-proxy rbac (#124)

* add applications to app-proxy rbac

* bump

* remove version bump

* CR-15471-insecure-git-providers (#130)

* add initContainer to app-proxy

* move hosted to 2.4 (#129)

Co-authored-by: Daniel Maizel <[email protected]>

* bumped app-proxy to 1.1982.0 (#132)

* fix appset (#133)

* fix appset

* fix hosted installation

* fix hybrid install

* argocd 2.4 install

* Debug

* Revert "Debug"

This reverts commit c02c9af.

Co-authored-by: danielm-codefresh <[email protected]>

* bump app-proxy to 1.1991.1 (#138)

* bump app-proxy to 1.1991.1

* CR-14423 (#136)

app proxy update

* Revert hosted move to argocd 2.4 (#139)

* Revert "move hosted to 2.4 (#129)"

This reverts commit 22f5ef5.

* Revert "fix appset (#133)"

This reverts commit aeeeb3a.

* fix

* update app-proxy (#141)

* update app-proxy

* hybrid test

* Revert "hybrid test"

This reverts commit e656ba8.

* fix appProtocol for argocd-server to support Istio (#140)

* Cr 24 hosted (#142)

* Release 0.1.16 (#134)

releasing 0.1.16

* Revert "Revert hosted move to argocd 2.4 (#139)"

This reverts commit b63acd3

* hosted 2.4

* hosted 2.4

* runtime.yaml

* fix hybrid

* fix hybrid

* revert VERSION

Co-authored-by: Daniel Maizel <[email protected]>

* upgrade argo-workflows to 3.4 (#144)

* =upgrade argo-workflows

* fix changed ns

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* prepare for merge

* wip

* prepare for merge

* update tag to 3.4.4

* Cr 15967 bb enr rc (#147)

* mount argocd-token to app-proxy env
* bumped app-proxy to 1.2016.2

Co-authored-by: Noam Gal <[email protected]>
Co-authored-by: andrii-codefresh <[email protected]>

* CR-15900-argo-cd-version-update (#149)

argo-cd version update with rollback query

* Revert "upgrade argo-workflows to 3.4 (#144)"

This reverts commit ce2330b.

* upgrade argo-rollouts to 1.4.0 (#152)

* bump app-proxy (#155)

* Argo workflow 3.4 upgrade (#157)

* Revert "Revert "upgrade argo-workflows to 3.4 (#144)""
* add namespace override for argo-workflows

Co-authored-by: danielm-codefresh <[email protected]>

* automatically merge release branch to main to avoid version drift (#158)

* automatically merge release branch to main

* add component version to release notes

* bump app-proxy (#160)

* bump app-proxy

* bump

* trigger

* trigger

* bump

* remove redundent bump

* bump app-proxy to 1.2056.0 (#162)

change back to argocd user/password instead of token

* Add permissions for app-proxy to read, list and patch deployments (#163)

* readme

* add permissions for app-proxy to read, list and patch deployments

* testing release 0.1.20

* release 0.1.20

Co-authored-by: Philipp Plotnikov <[email protected]>
Co-authored-by: Daniel Maizel <[email protected]>
Co-authored-by: Noam Gal <[email protected]>
Co-authored-by: pasha-codefresh <[email protected]>
Co-authored-by: Oleksandr Saulyak <[email protected]>
Co-authored-by: Andrii Shaforostov <[email protected]>
Co-authored-by: Denis Melnik <[email protected]>
Co-authored-by: kim-codefresh <[email protected]>
  • Loading branch information
9 people authored Jan 18, 2023
1 parent a605f2e commit c536eee
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.19
0.1.20
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,17 @@ spec:
name: cap-app-proxy-cm
key: argoCdUrl
optional: true
- name: ARGO_CD_TOKEN
- name: ARGO_CD_USERNAME
valueFrom:
configMapKeyRef:
name: cap-app-proxy-cm
key: argoCdUsername
optional: true
- name: ARGO_CD_PASSWORD
valueFrom:
secretKeyRef:
name: argocd-token
key: token
name: argocd-initial-admin-secret
key: password
- name: ARGO_WORKFLOWS_INSECURE
valueFrom:
configMapKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ rules:
verbs:
- get
- list
- apiGroups:
- "apps"
resources:
- deployments
verbs:
- get
- list
- patch
- apiGroups:
- argoproj.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Component
images:
- name: quay.io/codefresh/cap-app-proxy
newName: quay.io/codefresh/cap-app-proxy
newTag: 1.2033.0
newTag: 1.2056.0
resources:
- app-proxy.deploy.yaml
- app-proxy.svc.yaml
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.19 # Runtime version
- bootstrapRevision=0.1.19 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
- version=0.1.20 # Runtime version
- bootstrapRevision=0.1.20 # 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
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.19
version: 0.1.20
bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd
components:
- name: events
Expand Down

0 comments on commit c536eee

Please sign in to comment.