You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/03/30 14:13:54 UTC

[flink-kubernetes-operator] annotated tag release-0.1.0-rc3 created (now daf87ec)

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a change to annotated tag release-0.1.0-rc3
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git.


      at daf87ec  (tag)
 tagging 2c166e3f1f0a9cc541955d305646049c17636884 (commit)
      by Gyula Fora
      on Wed Mar 30 16:06:18 2022 +0200

- Log -----------------------------------------------------------------
release-0.1.0-rc3
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEC0o0rd/6K7VOtyCyIfBjA7h9r/EFAmJEY9oACgkQIfBjA7h9
r/E9URAAjgIxggL4o/rjr3eSGjzWY23wv6ZYR5xWWb2151s9UbZUduIcSEoJ0GnJ
3raPl79WFteGvavwF61weQntUuFogSY1P7UxutWnCkTiRFFf1eezsubk6/X2K7Wl
ReyZIo/r1Nn73WS/XzECXgQMUlsZ1/lVL1odQuxfkpZGC9jIpcp3kJisLUpvpsFc
FPbO5DIEigKB5ai2szwhbkTmi5g/Vbi3CKvJ7Sp8DgoQC91RfTDAprG/QE5x+134
nSXT/GKmIvfkwtSXdPk6dns1uP7jevc+GpRCjKYz0MArTfZry0gnW74fWTPQbsiE
a+bC+FZJmXP+4XrbfgNuWRj1inDW8kNkvaw12qpZJpf+1pU7XuFgeCnoegtyiVz8
fAHuOufg2Pzkik4vim6bg6pI7tTgEJUhCoN3liRR+qizwax/fPC5g18T5vLCiUsL
1p3Bv6qETgW1fIoPnPus7BtKBm6Z1rG9BSTBg1p//9G1p/K8M26j0FdHk7kvmoCn
dfQkB+1iQIOrp45wUqxmogI7QRK7tr1YaBavthZPmUBLS9BX6XHULznRuKJd+Bs/
CLUEGAFvkJgvIg84RARqxqZGwO/DoFnpbcEmM5JKqGVP6bwMTg1ypgFDDkLfW0T6
uq/5EuXwFq4+K94J2t+9gqEckfh1rnfUJ55jAzyaKXH/Us2W4e0=
=hjmO
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 2c166e3  [release] Update version to 0.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[flink-kubernetes-operator] 01/01: [release] Update version to 0.1.0

Posted by gy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to annotated tag release-0.1.0-rc3
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git

commit 2c166e3f1f0a9cc541955d305646049c17636884
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Wed Mar 30 16:05:50 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-kubernetes-operator/Chart.yaml | 4 ++--
 pom.xml                                   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 924187d..6345cbf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install -DskipTests=$SKIP
 # 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 bf9479c..4f4731b 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-kubernetes-operator/Chart.yaml b/helm/flink-kubernetes-operator/Chart.yaml
index 1982147..5cab0a7 100644
--- a/helm/flink-kubernetes-operator/Chart.yaml
+++ b/helm/flink-kubernetes-operator/Chart.yaml
@@ -21,5 +21,5 @@ apiVersion: v2
 name: flink-kubernetes-operator
 description: A Helm chart for the Apache Flink Kubernetes 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 8b0972e..e39362d 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>