This is an automated email from the ASF dual-hosted git repository. gyfora pushed a commit to annotated tag release-0.1.0-rc1 in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
commit 2125314fb35b46b4f3bff1fbb8110c707ca9707d Author: Gyula Fora <[email protected]> AuthorDate: Mon Mar 28 14:57:43 2022 +0200 [release] Update version to 0.1.0 --- Dockerfile | 2 +- flink-kubernetes-operator/pom.xml | 2 +- flink-kubernetes-shaded/pom.xml | 2 +- flink-kubernetes-webhook/pom.xml | 2 +- helm/flink-operator/Chart.yaml | 4 ++-- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2cd1133..82bb58c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install # stage FROM openjdk:11-jre ENV FLINK_HOME=/opt/flink -ENV OPERATOR_VERSION=0.1-SNAPSHOT +ENV OPERATOR_VERSION=0.1.0 ENV OPERATOR_JAR=flink-kubernetes-operator-$OPERATOR_VERSION-shaded.jar ENV WEBHOOK_JAR=flink-kubernetes-webhook-$OPERATOR_VERSION.jar ENV FLINK_KUBERNETES_SHADED_JAR=flink-kubernetes-shaded-$OPERATOR_VERSION.jar diff --git a/flink-kubernetes-operator/pom.xml b/flink-kubernetes-operator/pom.xml index b7b35fb..cdeae48 100644 --- a/flink-kubernetes-operator/pom.xml +++ b/flink-kubernetes-operator/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> <relativePath>..</relativePath> </parent> diff --git a/flink-kubernetes-shaded/pom.xml b/flink-kubernetes-shaded/pom.xml index 2741fda..d73d4b6 100644 --- a/flink-kubernetes-shaded/pom.xml +++ b/flink-kubernetes-shaded/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> <relativePath>..</relativePath> </parent> diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml index 5081e7f..e213ebe 100644 --- a/flink-kubernetes-webhook/pom.xml +++ b/flink-kubernetes-webhook/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> <relativePath>..</relativePath> </parent> diff --git a/helm/flink-operator/Chart.yaml b/helm/flink-operator/Chart.yaml index 4e1d8f5..a2709cf 100644 --- a/helm/flink-operator/Chart.yaml +++ b/helm/flink-operator/Chart.yaml @@ -21,5 +21,5 @@ apiVersion: v2 name: flink-operator description: A Helm chart for flink-operator type: application -version: 0.1-SNAPSHOT -appVersion: 0.1-SNAPSHOT +version: 0.1.0 +appVersion: 0.1.0 diff --git a/pom.xml b/pom.xml index 8e2adce..80cbd58 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1.0</version> <name>Flink Kubernetes: </name> <packaging>pom</packaging>
