From 8185e8352df7058e141186481b766272c1a33e56 Mon Sep 17 00:00:00 2001 From: Filipe Leandro Date: Fri, 29 Apr 2022 11:53:06 -0300 Subject: [PATCH] Preparing 7.0.2 release --- Dockerfile.jvm | 4 ++-- Dockerfile.native | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.jvm b/Dockerfile.jvm index 183fc545..43f40af9 100644 --- a/Dockerfile.jvm +++ b/Dockerfile.jvm @@ -1,9 +1,9 @@ -FROM entando/entando-k8s-operator-common:7.0.1-ENG-3480-PR-96 +FROM entando/entando-k8s-operator-common:7.0.2 ARG VERSION LABEL name="Entando K8S App Controller" \ vendor="Entando" \ version="v${VERSION}" \ - release="6" \ + release="7.0" \ summary="This container processes the EntandoApp custom resource and deploys the specified Entando App Engine Docker image." \ description="This is a run-to-completion container. It processes new EntandoApp Custom \ Resources and deploys an instance of the specified Entando App Engine Docker image \ diff --git a/Dockerfile.native b/Dockerfile.native index 0941ad4f..accd69f9 100644 --- a/Dockerfile.native +++ b/Dockerfile.native @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Entando K8S App Controller" \ vendor="Entando" \ version="v${VERSION}" \ - release="6" \ + release="7.0" \ summary="This container processes the EntandoApp custom resource and deploys the specified Entando App Engine Docker image." \ description="This is a run-to-completion container. It processes new EntandoApp Custom \ Resources and deploys an instance of the specified Entando App Engine Docker image \ diff --git a/pom.xml b/pom.xml index 90668573..3feab505 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 7.0.0 - 7.0.1 + 7.0.2 entando-k8s-app-controller Entando K8S Controller for Entando App Deployments Entando's K8S Controller for Entando App Deployments @@ -64,7 +64,7 @@ entando-k8s ${github.organization}_${project.artifactId} - 7.0.1-ENG-3564-PR-103 + 7.0.2 true in-process smoke