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