aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-18 16:40:01 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-18 16:40:01 +0200
commit9a738f8312cb73f28cd1c9ea5badecb2fc8107c1 (patch)
treed1feb4868dc47e86a2bc07d4750e95548bf426b1
parentb74d7da07674a9727f73c6769567687ebaa0a0ce (diff)
Create 1.13.0 container release
- add tracing Issue-ID: AAI-3831 Change-Id: I249bb044a4626809f87487e9e117fe7ba3d68407 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r--releases/1.13.0-container-release.yaml7
-rw-r--r--version.properties4
2 files changed, 9 insertions, 2 deletions
diff --git a/releases/1.13.0-container-release.yaml b/releases/1.13.0-container-release.yaml
new file mode 100644
index 0000000..b9a273b
--- /dev/null
+++ b/releases/1.13.0-container-release.yaml
@@ -0,0 +1,7 @@
+distribution_type: container
+container_release_tag: 1.13.0
+project: aai/babel
+ref: b74d7da07674a9727f73c6769567687ebaa0a0ce
+containers:
+ - name: babel
+ version: 1.13-STAGING-20240418T142847Z
diff --git a/version.properties b/version.properties
index 9c8c1ec..2ed82f6 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=12
-patch=3
+minor=13
+patch=0
base_version=${major}.${minor}.${patch}