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 702f4ba [hotfix] Bump version in README and quickstart to 1.0.0
702f4ba is described below
commit 702f4ba04a9c3f38b19fcd2493d57db5ba70f60b
Author: Gyula Fora <[email protected]>
AuthorDate: Mon Jun 6 12:50:55 2022 +0200
[hotfix] Bump version in README and quickstart to 1.0.0
---
README.md | 2 +-
docs/content/docs/operations/rbac.md | 6 +++---
docs/content/docs/try-flink-kubernetes-operator/quick-start.md | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index ea7dc00..6c70b46 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 | Release process
underway |
+| `release-1.0.0` | `v1beta1` | 1.13, 1.14, 1.15 |
`apache/flink-kubernetes-operator:1.0.0` |
| `release-0.1.0` | `v1alpha1` | 1.14 |
`apache/flink-kubernetes-operator:0.1.0` |
## Support
diff --git a/docs/content/docs/operations/rbac.md
b/docs/content/docs/operations/rbac.md
index e9f52bb..cbd75c7 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: 0.1.0
+ app.kubernetes.io/version: 1.0.0
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: 0.1.0
+ app.kubernetes.io/version: 1.0.0
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: 0.1.0
+ app.kubernetes.io/version: 1.0.0
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 e98ffb9..aa4f531 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-0.1.0/
+helm repo add flink-operator-repo
https://downloads.apache.org/flink/flink-kubernetes-operator-1.0.0/
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-0.1.0 0.1.0
+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
```
## Submitting a Flink job