medik8s/node-healthcheck-operator

Release 0.4.0 not installable via operatorhub

Closed this issue ยท 5 comments

operatorhub still lists release 0.3.2 as current release for all channels. When will the version on operatorhub be updated to the current release?

Hi, sorry, somehow that slipped through our task list. Working on it right now.

Hi, the operatorhub.io website still show the old version (will keep an eye on it), but I just successfully installed the latest release.

Heads up: due to 2 bug fixes, the version is v0.4.2. Also make sure to switch from candidate to the stable channel in case you want to upgrade an old installation.

Thanks for the heads up!

$ kubectl create -f https://operatorhub.io/install/stable/node-healthcheck-operator.yaml
subscription.operators.coreos.com/my-node-healthcheck-operator created

$ kubectl -n operators logs node-healthcheck-controller-manager-69ffb8d859-bbfzj
2023-04-13T09:09:08.565921234Z	INFO	setup	Go Version: go1.19
2023-04-13T09:09:08.566115025Z	INFO	setup	Go OS/Arch: linux/amd64
2023-04-13T09:09:08.566125378Z	INFO	setup	Operator Version: v0.4.2
2023-04-13T09:09:08.56613292Z	INFO	setup	Git Commit: 340de5e7e66340bf5d80a342f344056b98152748
2023-04-13T09:09:08.566139625Z	INFO	setup	Build Date: 2023-04-12T19:02:16+00:00
...

created an issue for the operatorhub.io website: k8s-operatorhub/operatorhub.io#46

Looks good now ๐Ÿ™‚
https://operatorhub.io/operator/node-healthcheck-operator/stable/node-healthcheck-operator.v0.4.2

Will close the issue, feel free to re-open in case you run into any issues.

/close

@slintes: Closing this issue.

In response to this:

Looks good now ๐Ÿ™‚
https://operatorhub.io/operator/node-healthcheck-operator/stable/node-healthcheck-operator.v0.4.2

Will close the issue, feel free to re-open in case you run into any issues.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.