Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 79a7bd8

Browse files
authored
Publish 0.0.2 (#24)
1 parent 4d7af3e commit 79a7bd8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.0.2
4+
5+
* View content and error details of policies in cluster
6+
* Right-click a cluster in the tree to open the corresponding `.rego` file in the current workspace
7+
* Delete policies from the cluster
8+
* Synchronise the policies in the cluster so they match the current workspace
9+
* Added tooltips for the cryptic policy icons!
10+
311
## 0.0.1
412

513
* Install Open Policy Agent as an admission controller

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kubernetes-opa-vscode",
33
"displayName": "Open Policy Agent for Kubernetes",
44
"description": "Work with Open Policy Agent as a Kubernetes admission controller",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"preview": true,
77
"publisher": "ms-kubernetes-tools",
88
"license": "MIT",

0 commit comments

Comments
 (0)