operator-framework / operator-sdk

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
https://sdk.operatorframework.io
Apache License 2.0
7.1k stars 1.73k forks source link

About 1.34.0 release #6689

Closed chenrui333 closed 4 months ago

chenrui333 commented 4 months ago

👋 it looks like 1.34.0 release was not completed, ie the release did not get marked as latest release, raise this issue for some awareness! Thanks!

cc @oceanc80

relates to https://github.com/Homebrew/homebrew-core/pull/164694

chenrui333 commented 4 months ago

it is mostly just a label thing

image

metacosm commented 4 months ago

All the binaries are missing, which also breaks automation (e.g. GitHub actions)…

everettraven commented 4 months ago

I believe @oceanc80 is working on a patch release to resolve this

metacosm commented 4 months ago

Hopefully this will be addressed soon, this is kind of blocking because CI runs are failing because of this, thus preventing proper checking of changes.

metacosm commented 4 months ago

To be more explicit, this breaks https://github.com/redhat-actions/openshift-tools-installer, which cannot install the latest operator-sdk version anymore.

chenrui333 commented 4 months ago

image