Skip to content

Releases: kubewarden/pod-runtime-class-policy

Release v0.2.2

10 Jul 09:32
v0.2.2
4a227d1
Compare
Choose a tag to compare

Release v0.2.1

08 May 14:46
v0.2.1
2d9c958
Compare
Choose a tag to compare

Release v0.2.0

27 Apr 17:32
v0.2.0
Compare
Choose a tag to compare

Release v0.1.4

27 Jan 17:31
v0.1.4
9368727
Compare
Choose a tag to compare

Release v0.1.3

26 Jun 15:14
Compare
Choose a tag to compare
chore: rename context-aware to contextAware

Release v0.1.2

16 Jun 15:20
Compare
Choose a tag to compare
Update kwctl CLI parameters on GitHub action

Release v0.1.1

07 Jun 14:05
dc9fd34
Compare
Choose a tag to compare
GitHub action: fix broken push

Release v0.1.0

05 May 13:12
ad55fb1
Compare
Choose a tag to compare
Fix GitHub's CI action

Release v0.0.2

25 Nov 09:27
16bb45d
Compare
Choose a tag to compare
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

24 Nov 17:40
acd4898
Compare
Choose a tag to compare
Handle requests that are not about a Pod

Just accept them, do not fail later on