From c2a7dfab7aa1e92bd8b195878acb31dada0c2ac5 Mon Sep 17 00:00:00 2001 From: Fotis Soldatos <fsoldatos@ubitech.eu> Date: Tue, 15 Feb 2022 16:43:26 +0200 Subject: [PATCH] release(policy): 0.1.0 --- src/policy/.gitlab-ci.yml | 4 ++-- src/policy/pom.xml | 2 +- src/policy/target/kubernetes/kubernetes.yml | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/policy/.gitlab-ci.yml b/src/policy/.gitlab-ci.yml index 13a071124..523c8de39 100644 --- a/src/policy/.gitlab-ci.yml +++ b/src/policy/.gitlab-ci.yml @@ -3,7 +3,7 @@ build policy: variables: IMAGE_NAME: 'policy' # name of the microservice IMAGE_NAME_TEST: 'policy-test' # name of the microservice - IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc) + IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc) stage: build script: - docker build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/src/main/docker/Dockerfile.multistage.jvm ./src/$IMAGE_NAME/ --target builder @@ -17,7 +17,7 @@ unit_test policy: variables: IMAGE_NAME: 'policy' # name of the microservice IMAGE_NAME_TEST: 'policy-test' # name of the microservice - IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc) + IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc) stage: unit_test needs: - build policy diff --git a/src/policy/pom.xml b/src/policy/pom.xml index 399c3a18c..79d5a46c6 100644 --- a/src/policy/pom.xml +++ b/src/policy/pom.xml @@ -5,7 +5,7 @@ <groupId>eu.teraflow</groupId> <artifactId>policy</artifactId> - <version>0.0.1</version> + <version>0.1.0</version> <name>TeraFlow Policy Component</name> <description>TeraFlow Policy Component</description> diff --git a/src/policy/target/kubernetes/kubernetes.yml b/src/policy/target/kubernetes/kubernetes.yml index 81471580e..aabaec47b 100644 --- a/src/policy/target/kubernetes/kubernetes.yml +++ b/src/policy/target/kubernetes/kubernetes.yml @@ -3,8 +3,8 @@ apiVersion: v1 kind: Service metadata: annotations: - app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 - app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 + app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 + app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app.kubernetes.io/name: policyservice app: policyservice @@ -25,8 +25,8 @@ apiVersion: apps/v1 kind: Deployment metadata: annotations: - app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 - app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 + app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 + app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app: policyservice app.kubernetes.io/name: policyservice @@ -39,8 +39,8 @@ spec: template: metadata: annotations: - app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08 - app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000 + app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498 + app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000 labels: app: policyservice app.kubernetes.io/name: policyservice @@ -51,7 +51,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: registry.gitlab.com/teraflow-h2020/controller/policy:0.0.1 + image: registry.gitlab.com/teraflow-h2020/controller/policy:0.1.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 -- GitLab