Thanks Max for driving this release!

+1(non-binding)

- Downloaded artifacts from dist ( svn co
https://dist.apache.org/repos/dist/dev/flink/flink-kubernetes-operator-1.8.0-rc1/
)
- Verified SHA512 checksums : ( for i in *.tgz; do echo $i; sha512sum
--check $i.sha512; done )
- Verified GPG signatures : ( $ for i in *.tgz; do echo $i; gpg --verify
$i.asc $i )
- Build the source with java-11 and java-17 ( mvn -T 20 clean install
-DskipTests )
- Verified the license header during build the source
- Verified that chart and appVersion matches the target release (less the
index.yaml and Chart.yaml )
- RC repo works as Helm repo( helm repo add flink-operator-repo-1.8.0-rc1
https://dist.apache.org/repos/dist/dev/flink/flink-kubernetes-operator-1.8.0-rc1/
)
- Verified Helm chart can be installed  ( helm install
flink-kubernetes-operator
flink-operator-repo-1.8.0-rc1/flink-kubernetes-operator --set
webhook.create=false )
- Submitted the autoscaling demo, the autoscaler works well with *memory
tuning *(kubectl apply -f autoscaling.yaml)
   - job.autoscaler.memory.tuning.enabled: "true"
- Download Autoscaler standalone: wget
https://repository.apache.org/content/repositories/orgapacheflink-1710/org/apache/flink/flink-autoscaler-standalone/1.8.0/flink-autoscaler-standalone-1.8.0.jar
- Ran Autoscaler standalone locally, it works well with rescale api and
JDBC state store/event handler

Best,
Rui

On Fri, Mar 15, 2024 at 1:45 AM Maximilian Michels <m...@apache.org> wrote:

> Hi everyone,
>
> Please review and vote on the release candidate #1 for the version
> 1.8.0 of the Apache Flink Kubernetes Operator, as follows:
>
> [ ] +1, Approve the release
> [ ] -1, Do not approve the release (please provide specific comments)
>
> **Release Overview**
>
> As an overview, the release consists of the following:
> a) Kubernetes Operator canonical source distribution (including the
> Dockerfile), to be deployed to the release repository at
> dist.apache.org
> b) Kubernetes Operator Helm Chart to be deployed to the release
> repository at dist.apache.org
> c) Maven artifacts to be deployed to the Maven Central Repository
> d) Docker image to be pushed to Dockerhub
>
> **Staging Areas to Review**
>
> The staging areas containing the above mentioned artifacts are as
> follows, for your review:
> * All artifacts for (a), (b) can be found in the corresponding dev
> repository at dist.apache.org [1]
> * All artifacts for (c) can be found at the Apache Nexus Repository [2]
> * The docker image for (d) is staged on github [3]
>
> All artifacts are signed with the key
> DA359CBFCEB13FC302A8793FB655E6F7693D5FDE [4]
>
> Other links for your review:
> * JIRA release notes [5]
> * source code tag "release-1.8.0-rc1" [6]
> * PR to update the website Downloads page to include Kubernetes
> Operator links [7]
>
> **Vote Duration**
>
> The voting time will run for at least 72 hours. It is adopted by
> majority approval, with at least 3 PMC affirmative votes.
>
> **Note on Verification**
>
> You can follow the basic verification guide here [8]. Note that you
> don't need to verify everything yourself, but please make note of what
> you have tested together with your +- vote.
>
> Thanks,
> Max
>
> [1]
> https://dist.apache.org/repos/dist/dev/flink/flink-kubernetes-operator-1.8.0-rc1/
> [2]
> https://repository.apache.org/content/repositories/orgapacheflink-1710/
> [3] ghcr.io/apache/flink-kubernetes-operator:8938658
> [4] https://dist.apache.org/repos/dist/release/flink/KEYS
> [5]
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353866&projectId=12315522
> [6]
> https://github.com/apache/flink-kubernetes-operator/tree/release-1.8.0-rc1
> [7] https://github.com/apache/flink-web/pull/726
> [8]
> https://cwiki.apache.org/confluence/display/FLINK/Verifying+a+Flink+Kubernetes+Operator+Release
>

Reply via email to