From 636ca0d25aae8cd2c800792c2a42e9b5f6babf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Hern=C3=A1ndez?= Date: Fri, 20 Oct 2023 11:40:58 +0200 Subject: [PATCH] Prepare for next version: 0.3.3-0.6.0-SNAPSHOT --- CHANGELOG.md | 7 +++++-- Jenkinsfile | 2 +- VERSION | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9acf04e..50744fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog -## 0.1.3-0.4.0 (2023-08-14) +## 0.3.3-0.6.0 (upcoming) + +* [EOS-11279] Bump Capsule upstream version to v0.3.3 +## 0.1.3-0.4.0 (2023-08-14) * [EOS-11449] Add excludeUserGroups option * [EOS-11174] Bump Capsule upstream version to v0.1.3 @@ -26,4 +29,4 @@ * [EOS-5172] Capsule error 500 when has deployed with more than one replica * Adapt to Stratio CICD flow * Add system-user-group as exception of capsule-user-group -* Using v0.0.5 tag from upstream as base \ No newline at end of file +* Using v0.0.5 tag from upstream as base diff --git a/Jenkinsfile b/Jenkinsfile index 404dfde8..703b3bd4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ hose { DEVTIMEOUT = 30 ANCHORE_POLICY = "production" VERSIONING_TYPE = 'stratioVersion-3-3' - UPSTREAM_VERSION = '0.1.3' + UPSTREAM_VERSION = '0.3.3' DEPLOYONPRS = true GRYPE_TEST = true diff --git a/VERSION b/VERSION index 0f84664d..b336edf6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1-SNAPSHOT +0.6.0-SNAPSHOT