This repository has been archived by the owner on Apr 1, 2021. It is now read-only.
Releases: chimera-kube/pod-toleration-policy
Releases · chimera-kube/pod-toleration-policy
Release v0.2.0
Merge pull request #3 from chimera-kube/wapc Port policy from WASI to waPC
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-toleration:latest` OCI artifact to ghcr for regular pushes against the `main` branch * The action pushes a `pod-toleration:v<something>` OCI artifact to ghcr for tag pushes * Tag pushes trigger also the creation of a release
Release v0.0.1
Merge pull request #1 from chimera-kube/improve-policy Rework how the policy works to make it more resilient
Release refs/heads/github-release
Add release steps