Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Consume latest version of kube #702

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

flavio
Copy link
Member

@flavio flavio commented Jan 29, 2024

kube 0.88.0 introduced a minor regression: kube-rs/kube#1398

That caused kwctl 1.10.0 to fail while running e2e tests under specific circumstances. Replaying a host capabilities sessions recorded with an older version of kwctl would cause Rego policies to fail. waPC policies would not fail.

This patch release of kwctl addresses this specific regression.

Note well: once this PR is merged I'll tag a new patch release of kwctl (v1.10.1)

Fixes #701

kube 0.88.0 introduced a minor regression: kube-rs/kube#1398

That caused kwctl 1.10.0 to fail while running e2e tests under specific circumstances.
Replaying a host capabilities sessions recorded with an older version of kwctl
would cause Rego policies to fail. waPC policies would not fail.

This patch release of kwctl addresses this specific regression.

Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio requested a review from a team as a code owner January 29, 2024 15:45
@jvanz jvanz merged commit 0197ac2 into kubewarden:main Jan 29, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Patch release of kwctl to consume kube-rs 0.88.1
3 participants