aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-19 15:31:04 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-19 15:36:01 +0100
commitb30708d49f7e823a1b3bb04297975aea1be3e512 (patch)
tree34f53d2635ae4f0e972757187b4f423e70384246 /version.properties
parent9d29c261a394ee6d61b3ed1ea6d2e7288a20cee9 (diff)
Ensure that graphadmin schema-create-job exits with a non-zero exit code in case of failure1.15.6
- currently, when the GenTester program fails, it is not terminating with a non-zero exit code - the consequence of this is that the initContainer/job that executes this is stuck and waits forever - this changes the code in case of failure, which in turn should cause a retry for the container - also bump version to 1.15.6-SNAPSHOT Issue-ID: AAI-4136 Change-Id: Ic8a26df66f2ae1a55a1547b562cc6f042f5a513b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties
index 73ddb41..4cc770c 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=15
-patch_version=5
+patch_version=6
base_version=${major_version}.${minor_version}.${patch_version}