Releases: kubewarden/pod-runtime-class-policy
Releases · kubewarden/pod-runtime-class-policy
Release v0.2.2
v0.2.2
Release v0.2.1
v0.2.1
Release v0.2.0
v0.2.0
Release v0.1.4
v0.1.4
Release v0.1.3
chore: rename context-aware to contextAware
Release v0.1.2
Update kwctl CLI parameters on GitHub action
Release v0.1.1
GitHub action: fix broken push
Release v0.1.0
Fix GitHub's CI action
Release v0.0.2
Update GitHub release action This update introduces this new behaviour for the release action: * Execute it on push requests against `main` branch and whenever there's a tag that starts with `v<something>` * Publish the WASM module to the GitHub Container registry as an OCI artifact * The action pushes a `pod-runtime:latest` OCI artifact to ghcr for regular pushes against the `main` branch * The action pushes a `pod-runtime:v<something>` OCI artifact to ghcr for tag pushes * Tag pushes trigger also the creation of a release
Release v0.0.1
Handle requests that are not about a Pod Just accept them, do not fail later on