diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 884f9de8..b4334e7a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,6 +24,7 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} tag: ${{ env.NEW_TAG }} name: "runtime-v${{ env.NEW_TAG }}" + bodyFile: "docs/releases/release_notes.md" advance-latest-tag: runs-on: ubuntu-latest @@ -72,3 +73,15 @@ jobs: ref: "refs/tags/stable", sha: context.sha }) + + sync-main-branch: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + + - name: Merge release branch -> main + uses: devmasx/merge-branch@master + with: + type: now + target_branch: main + github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/VERSION b/VERSION index f8bc4c62..d8a023ec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.18 +0.1.19 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 a52213dd..ac15e3c1 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 @@ -1,18 +1,10 @@ apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component +namespace: default resources: -- https://github.com/codefresh-io/argo-workflows/releases/download/v3.2.6-cap-CR-8697/install.yaml -patches: - # reset the crbs to `subject.namespace: default`, so that argo-cd will later change them to the actual ns - - target: - group: rbac.authorization.k8s.io - version: v1 - kind: ClusterRoleBinding - patch: |- - - op: replace - path: /subjects/0/namespace - value: default + - https://github.com/codefresh-io/argo-workflows/releases/download/v3.4-cap-CR-15902/install.yaml +patches: - target: group: apps version: v1 @@ -22,29 +14,22 @@ patches: - op: add path: /spec/template/spec/containers/0/args/- value: --auth-mode=server - -patchesStrategicMerge: - - | - apiVersion: v1 - kind: ConfigMap - metadata: + - target: + version: v1 + kind: ConfigMap name: workflow-controller-configmap - data: - # Fields reference can be found here: https://argoproj.github.io/argo-workflows/workflow-controller-configmap.yaml - workflowDefaults: | - spec: - ttlStrategy: - secondsAfterCompletion: 86400 - secondsAfterSuccess: 86400 - secondsAfterFailure: 86400 - podGC: - strategy: OnWorkflowCompletion - labelSelector: - matchLabels: - should-be-deleted: "true" - -configMapGenerator: - - name: workflow-controller-configmap - behavior: merge - literals: - - containerRuntimeExecutor=emissary \ No newline at end of file + patch: |- + - op: add + path: /data + value: + workflowDefaults: | + spec: + ttlStrategy: + secondsAfterCompletion: 86400 + secondsAfterSuccess: 86400 + secondsAfterFailure: 86400 + podGC: + strategy: OnWorkflowCompletion + labelSelector: + matchLabels: + should-be-deleted: "true" diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index d4d1ea39..8603af20 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.18 # Runtime version - - bootstrapRevision=0.1.18 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - 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) - 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 63ad990d..5d82d352 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.18 + version: 0.1.19 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md new file mode 100644 index 00000000..b965455b --- /dev/null +++ b/docs/releases/release_notes.md @@ -0,0 +1,6 @@ +Installed Components: +Argo CD v2.4.0 +Argo Events v1.7.2 +Argo Rollouts v1.4.0 +Argo Workflows v3.4.4 +Sealed Secrets 0.17.5