From e25c44c7a85fca4e60932c259c5d0a6aa30eaad2 Mon Sep 17 00:00:00 2001 From: Denis Melnik Date: Thu, 2 Mar 2023 14:53:09 +0200 Subject: [PATCH] Test release 0.1.25 (#189) * [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 * 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 c02c9afc9f5977927cdbd6af63e53db0e6f75354. Co-authored-by: danielm-codefresh * 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 22f5ef5b059e64ef110431da6d7e2b8053d7a8b5. * Revert "fix appset (#133)" This reverts commit aeeeb3a623e87ae03b61b767ebd7e40d197df144. * fix * update app-proxy (#141) * update app-proxy * hybrid test * Revert "hybrid test" This reverts commit e656ba816328066caf1691399e45a828246391c8. * 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 b63acd37 * hosted 2.4 * hosted 2.4 * runtime.yaml * fix hybrid * fix hybrid * revert VERSION Co-authored-by: Daniel Maizel * 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 Co-authored-by: andrii-codefresh * 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 ce2330bda66d12c2a0deb2c795865cc30af7c82c. * 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 * 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 * Cr visa sw (#164) * new rollouts version * update rollouts * Add all release managers as code owners (#166) add all release managers as code owners * Update release.yaml * Argocd 25 (#168) * argocd 2.5 * argocd 2.5 * change version * change version back * Bump app-proxy to 1.2081.0 (#169) * bumped app-proxy to 1.2081.0 * bump-app-proxy (#170) * bumping argocd CR-16950-reporting-deadline (#174) * bumping argocd CR-16950-reporting-deadline * fix * remove bootstrapRevision * add additional env SKIP_TLS_VALIDATION (#175) * add additional env SKIP_TLS_VALIDATION * change version * update add cluster job wip update dockerfile wip wip wip wip wip wip add comment wip * Cr 17082 (#177) * security patch * security patch * security patch * add SKIP_PERMISSIONS_VALIDATION to app-proxy deploy and bump (#176) * add SKIP_PERMISSIONS_VALIDATION to app-proxy deploy * test app-proxy image * bump app-proxy * bump app-proxy * CR-16741-config-fix (#179) fix job yaml * update argo workflows to fix empty page issue (#182) * fixed role resource name (#183) * Cr argocd 26 (#184) * argocd 2.6 * change version * change version * new argo version (#187) * Revert "update argo workflows to fix empty page issue (#182)" This reverts commit 3e239a81fcf82ca4446c9cb815f390b7474c5207. * bump * argo workflows exit handler fix (#188) * Update kustomization.yaml * Update kustomization.yaml * removed pre-release postfix from version --------- Co-authored-by: Philipp Plotnikov Co-authored-by: Daniel Maizel Co-authored-by: Noam Gal Co-authored-by: pasha-codefresh Co-authored-by: Oleksandr Saulyak Co-authored-by: Andrii Shaforostov Co-authored-by: kim-codefresh Co-authored-by: roi-codefresh Co-authored-by: pysarenko-bohdan Co-authored-by: Daniel Soifer --- VERSION | 2 +- .../_components/codefresh-base/kustomization.yaml | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 5a48b6be..0e7400f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.24 +0.1.25 diff --git a/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml b/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml index ac15e3c1..b12a202d 100644 --- a/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml +++ b/csdp/base_components/apps/argo-workflows/_components/codefresh-base/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component namespace: default resources: - - https://github.com/codefresh-io/argo-workflows/releases/download/v3.4-cap-CR-15902/install.yaml + - https://github.com/codefresh-io/argo-workflows/releases/download/v3.4.4-cap-CR-17426/install.yaml patches: - target: diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index c297b466..3e0ceecc 100644 --- a/csdp/base_components/bootstrap/kustomization.yaml +++ b/csdp/base_components/bootstrap/kustomization.yaml @@ -9,8 +9,8 @@ configMapGenerator: - name: codefresh-cm behavior: create literals: # order matters - DO NOT change - - version=0.1.24 # Runtime version - - bootstrapRevision=0.1.24 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.25 # Runtime version + - bootstrapRevision=0.1.25 # 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 diff --git a/csdp/hybrid/basic/runtime.yaml b/csdp/hybrid/basic/runtime.yaml index f87d6a2a..a1ef607a 100644 --- a/csdp/hybrid/basic/runtime.yaml +++ b/csdp/hybrid/basic/runtime.yaml @@ -5,7 +5,7 @@ metadata: namespace: "{{ namespace }}" spec: requiredCLIVersion: ^0.1.0 - version: 0.1.24 + version: 0.1.25 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events