kubewarden / policy-sdk-rust

Kubewarden Policy SDK for the Rust programming language
https://kubewarden.io
Apache License 2.0
8 stars 6 forks source link

fix: breaking change done by 0.9.5 release #106

Closed flavio closed 1 year ago

flavio commented 1 year ago

The 0.9.5 release of this crate broke the v1/is_certificate_trusted host capability.

The break was introduced by commit 3dbead4485f0618129835dbdc2d58fe231ee83f2 which has been reverted by this commit.

Fixes #105

flavio commented 1 year ago

Once this is merged I'll tag and release a new version of the crate

flavio commented 1 year ago

I think we could also yank v0.9.5, see here for details about when to yank a crate

jvanz commented 1 year ago

I'm fine yanking the version after releasing the fix in another release.