Skip to content

Commit 34b53c0

Browse files
Bump version
1 parent 06da4d7 commit 34b53c0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,12 @@ where the `url`s are in the same format as those for Helm chart locations,
338338
e.g. `file://path/to/my/file`. The outputs of each profile will be expanded into
339339
`[expanded dir]/[profile name]/...`.
340340

341+
### OPA policy checks
342+
343+
The `kubeapply validate` subcommand now supports checking configs against policies in
344+
[Open Policy Agent (OPA)](https://www.openpolicyagent.org/) format.
345+
346+
341347
## Testing
342348

343349
### Unit tests

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// Version stores the current kubeapply version.
4-
const Version = "0.0.30"
4+
const Version = "0.0.31"

0 commit comments

Comments
 (0)