kubewarden / safe-labels-policy

Kubewarden policy that validates Kubernetes' resource labels
https://kubewarden.io
Apache License 2.0
5 stars 2 forks source link

ci: bump github-actions to v3.1.6 #37

Closed fabriziosestito closed 1 year ago

fabriziosestito commented 1 year ago

Description

Bumps github-actions to v3.1.6, fixing the failing release CI which was using tinygo 0.27.0.

Test

tested in fork

fabriziosestito commented 1 year ago

Given that the release has not happened, I would like to make a new one to have the policy module. I don't like overwriting releases, plus its easier WRT artifacthub if we release a new patch version. Could you bump the cargo.toml version, run make annotated-policy.wasm to regenerate the artifacthub-pkg.yml, and include those changes in this PR? Then after merge we can tag on main.

@viccuad I've already bumped the policy version to 0.1.14 in: https://github.com/kubewarden/safe-labels-policy/commit/c848f06892324676bc9036f2694b1058dcb8f8d8. Also, this is a golang project so there is no Cargo.toml. Please, feel free to correct me if I am missing something!