Skip to content

Releases: kubewarden/kwctl

Release kwctl v0.1.6

09 Jun 16:31
730a779
Compare
Choose a tag to compare
  • Update to latest version of policy-evaluator:

    • Update to latest version of wasmtime: this fixes a security issue
    • Temporarily disable context aware policies
  • Extend the push command: allow usage of protocol URI when pushing a policy. This allows to push policies downloaded from an external registry to a private one.

Release kwctl v0.1.5

03 Jun 15:37
29c2c78
Compare
Choose a tag to compare
Release 0.1.5

Bring back two features that got lost during the policy-testdrive -> kwctl rewrite.
They are both related with the behaviour of the run command:

1. Allow user to specify the policy settings on the cli, via the new --settings-json flag. This makes the process of writing bat tests easier
2. Ensure the settings provided by the user are actually validated. This must happen before the request is evaluated. Invalid settings lead kwctl to exit with an error

Release kwctl v0.1.4

01 Jun 16:20
1f82d7d
Compare
Choose a tag to compare
Version bump: 0.1.4

* Build against the latest release of policy-fetcher. This version
  fixes push issues.

Release kwctl v0.1.3

31 May 21:01
42f2ef7
Compare
Choose a tag to compare
Version bump 0.1.3

Read docker local configuration when performing operations like `pull`
and `push`.

This allows to interact with OCI repositories requiring authentication

Release kwctl v0.1.2

31 May 10:44
41aed0d
Compare
Choose a tag to compare
Version bump 0.1.2

Changes:

* `push` command: ensure policies are annotated
* `annotate` commnad: add kwctl version inside of the policy's
  annotations

Release kwctl v0.1.1

28 May 08:53
Compare
Choose a tag to compare
Bump version

Release kwctl v0.0.1

11 May 09:50
Compare
Choose a tag to compare
Update policy-evaluator and policy-fetcher dependencies