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/06/27 12:07:50 UTC

[flink-kubernetes-operator] branch release-1.0 updated: README and doc updates for 1.0.1

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

gyfora pushed a commit to branch release-1.0
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/release-1.0 by this push:
     new c1c38a3  README and doc updates for 1.0.1
c1c38a3 is described below

commit c1c38a3b65ac8c268a422310d2f50b4b6df1288c
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Mon Jun 27 11:46:36 2022 +0200

    README and doc updates for 1.0.1
---
 README.md                                                      | 2 +-
 docs/content/docs/operations/compatibility.md                  | 2 +-
 docs/content/docs/operations/rbac.md                           | 6 +++---
 docs/content/docs/try-flink-kubernetes-operator/quick-start.md | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 6c70b46..f200eb3 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Please check out our docs to read about the [upgrade process](https://nightlies.
 | Operator Version     | API Version | Flink Compatibility | Operator Image                           |
 |----------------------|-------------|---------------------|------------------------------------------|
 | `latest` (main HEAD) | `v1beta1`   | 1.13, 1.14, 1.15    |                                          |
-| `release-1.0.0`      | `v1beta1`   | 1.13, 1.14, 1.15    | `apache/flink-kubernetes-operator:1.0.0` |
+| `release-1.0.1`      | `v1beta1`   | 1.13, 1.14, 1.15    | `apache/flink-kubernetes-operator:1.0.1` |
 | `release-0.1.0`      | `v1alpha1`  | 1.14                | `apache/flink-kubernetes-operator:0.1.0` |
 
 ## Support
diff --git a/docs/content/docs/operations/compatibility.md b/docs/content/docs/operations/compatibility.md
index b0922d6..f439d85 100644
--- a/docs/content/docs/operations/compatibility.md
+++ b/docs/content/docs/operations/compatibility.md
@@ -47,7 +47,7 @@ For example when in the future we upgrade from `v1beta1 -> v1`, while it is guar
 Currently, the `FlinkDeployment` and `FlinkSessionJob` resources contain a very detailed status information that contains everything necessary for the operator to manage the resources.  
 Most of this information should be considered ***internal*** to operator logic and is subject to change/disappear in the future.
 
-In general, we are aiming to slim down the status to only contain information that is relevant to users/client for the next major CRD version (`v1`). 
+In general, we are aiming to slim down the status to only contain information that is relevant to users/client for the next major CRD version (`v1`).
 
 ## Java API compatibility
 
diff --git a/docs/content/docs/operations/rbac.md b/docs/content/docs/operations/rbac.md
index cbd75c7..76a0df1 100644
--- a/docs/content/docs/operations/rbac.md
+++ b/docs/content/docs/operations/rbac.md
@@ -63,7 +63,7 @@ For each additional namespace that runs the Flink jobs, users need to do the fol
     metadata:
       labels:
         app.kubernetes.io/name: flink-kubernetes-operator
-        app.kubernetes.io/version: 1.0.0
+        app.kubernetes.io/version: 1.0.1
       name: flink
     ---
     apiVersion: rbac.authorization.k8s.io/v1
@@ -71,7 +71,7 @@ For each additional namespace that runs the Flink jobs, users need to do the fol
     metadata:
       labels:
         app.kubernetes.io/name: flink-kubernetes-operator
-        app.kubernetes.io/version: 1.0.0
+        app.kubernetes.io/version: 1.0.1
       name: flink
     rules:
     - apiGroups:
@@ -93,7 +93,7 @@ For each additional namespace that runs the Flink jobs, users need to do the fol
     metadata:
       labels:
         app.kubernetes.io/name: flink-kubernetes-operator
-        app.kubernetes.io/version: 1.0.0
+        app.kubernetes.io/version: 1.0.1
       name: flink-role-binding
     roleRef:
       apiGroup: rbac.authorization.k8s.io
diff --git a/docs/content/docs/try-flink-kubernetes-operator/quick-start.md b/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
index cf28169..e8714c7 100644
--- a/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
+++ b/docs/content/docs/try-flink-kubernetes-operator/quick-start.md
@@ -75,7 +75,7 @@ In case the cert manager installation failed for any reason you can disable the
 
 Now you can deploy the latest stable Flink Kubernetes Operator version using the included Helm chart:
 ```bash
-helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator-1.0.0/
+helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator-1.0.1/
 helm install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator
 ```
 
@@ -92,7 +92,7 @@ flink-kubernetes-operator-fb5d46f94-ghd8b 2/2 Running 0 4m21s
 
 helm list
 NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
-flink-kubernetes-operator default 1 2022-03-09 17 (tel:12022030917):39:55.461359 +0100 CET deployed flink-kubernetes-operator-1.0.0 1.0.0
+flink-kubernetes-operator default 1 2022-03-09 17 (tel:12022030917):39:55.461359 +0100 CET deployed flink-kubernetes-operator-1.0.1 1.0.1
 ```
 
 ## Submitting a Flink job