From c60e8db39c8bcea4f2e167fbbe1d49eee4efcb89 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Wed, 1 Nov 2023 10:59:29 +0200 Subject: [PATCH 1/7] promotion demo --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 072d0fa3..7ccb9843 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.36 +0.1.37-0 From a656a66476933dbf547821157fb9d2bc6bfa5902 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Wed, 1 Nov 2023 10:59:42 +0200 Subject: [PATCH 2/7] bump --- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index 29108db9..6589ceef 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.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) + - version=0.1.37-0 # Runtime version + - bootstrapRevision=0.1.37-0 # 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 8f280876..778282b5 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.36 + version: 0.1.37-0 bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events From 442cf681706d9e7b61efb8697a280d5f087f9464 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Wed, 1 Nov 2023 11:00:50 +0200 Subject: [PATCH 3/7] bump --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 7ccb9843..7446b837 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.37-0 +0.1.37-0-promotion diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index 6589ceef..06cc9afa 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.37-0 # Runtime version - - bootstrapRevision=0.1.37-0 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.37-0-promotion # Runtime version + - bootstrapRevision=0.1.37-0-promotion # 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 778282b5..de3c11ca 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.37-0 + version: 0.1.37-0-promotion bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events From 81eb20799d6306e1e1e386aca3faabac147093c2 Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Thu, 2 Nov 2023 15:30:46 +0200 Subject: [PATCH 4/7] make bump --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 7446b837..00dc8023 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.37-0-promotion +0.1.37-1-promotion diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index 06cc9afa..57934c4d 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.37-0-promotion # Runtime version - - bootstrapRevision=0.1.37-0-promotion # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.37-1-promotion # Runtime version + - bootstrapRevision=0.1.37-1-promotion # 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 de3c11ca..24e7f6d5 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.37-0-promotion + version: 0.1.37-1-promotion bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events From 85ce3ccf09d8fe2ab3f66870ada14f11f25bf2b8 Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Thu, 2 Nov 2023 15:34:05 +0200 Subject: [PATCH 5/7] make bump 0.1.37-2-promotion --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 00dc8023..ed17f5c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.37-1-promotion +0.1.37-2-promotion diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index 57934c4d..b2b0fa3e 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.37-1-promotion # Runtime version - - bootstrapRevision=0.1.37-1-promotion # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.37-2-promotion # Runtime version + - bootstrapRevision=0.1.37-2-promotion # 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 24e7f6d5..3706ccaf 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.37-1-promotion + version: 0.1.37-2-promotion bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events From ddaf0a59ed06ff1607d0f67b54858a746a09f6d4 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Tue, 21 Nov 2023 11:05:21 +0200 Subject: [PATCH 6/7] bump --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ed17f5c2..886f765b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.37-2-promotion +0.1.37-3-promotion diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index b2b0fa3e..c8eb41e8 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.37-2-promotion # Runtime version - - bootstrapRevision=0.1.37-2-promotion # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.37-3-promotion # Runtime version + - bootstrapRevision=0.1.37-3-promotion # 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 3706ccaf..7493608a 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.37-2-promotion + version: 0.1.37-3-promotion bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events From 7f0bc1eba923e14104f0c83063efa285160939fa Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Tue, 21 Nov 2023 11:19:04 +0200 Subject: [PATCH 7/7] bump --- VERSION | 2 +- csdp/base_components/bootstrap/kustomization.yaml | 4 ++-- csdp/hybrid/basic/runtime.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 886f765b..7868a72e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.37-3-promotion +0.1.37-5-promotion diff --git a/csdp/base_components/bootstrap/kustomization.yaml b/csdp/base_components/bootstrap/kustomization.yaml index c8eb41e8..c94b9c92 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.37-3-promotion # Runtime version - - bootstrapRevision=0.1.37-3-promotion # Tag to use for bootstrap (change this to the name of your branch if you want to test changes) + - version=0.1.37-5-promotion # Runtime version + - bootstrapRevision=0.1.37-5-promotion # 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 7493608a..695922f4 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.37-3-promotion + version: 0.1.37-5-promotion bootstrapSpecifier: github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd components: - name: events