Skip to content

Commit

Permalink
Update OPA version to v0.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: opa-updater-automation <opa-updater-automation@openpolicyagent.org>
  • Loading branch information
opa-updater-automation authored and ashutosh-narkar committed Jun 16, 2020
1 parent 96ac5e0 commit c9c19f8
Show file tree
Hide file tree
Showing 26 changed files with 711 additions and 269 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To deploy OPA-Istio include the following container in your Kubernetes Deploymen

```yaml
containers:
- image: openpolicyagent/opa:0.20.5-istio
- image: openpolicyagent/opa:0.21.0-istio
imagePullPolicy: IfNotPresent
name: opa-istio
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mna/pigeon v0.0.0-20180808201053-bb0192cfc2ae // indirect
github.com/open-policy-agent/opa v0.20.5
github.com/open-policy-agent/opa v0.21.0
github.com/peterh/liner v1.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.1.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ github.com/open-policy-agent/opa v0.20.4 h1:KgW8h/fiLbUCVIgGzb40qPtXjQv1rW7jlPHW
github.com/open-policy-agent/opa v0.20.4/go.mod h1:cZaTfhxsj7QdIiUI0U9aBtOLLTqVNe+XE60+9kZKLHw=
github.com/open-policy-agent/opa v0.20.5 h1:1zEofrGa+a1Tb186yflIVMkkdAQujG3ySPbeTmR+py0=
github.com/open-policy-agent/opa v0.20.5/go.mod h1:cZaTfhxsj7QdIiUI0U9aBtOLLTqVNe+XE60+9kZKLHw=
github.com/open-policy-agent/opa v0.21.0 h1:0CVq4EEUP+fJEzjwd9yNLSTWZk4W5rM+QbjdLcT1nY0=
github.com/open-policy-agent/opa v0.21.0/go.mod h1:cZaTfhxsj7QdIiUI0U9aBtOLLTqVNe+XE60+9kZKLHw=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/peterh/liner v0.0.0-20170211195444-bf27d3ba8e1d/go.mod h1:xIteQHvHuaLYG9IFj6mSxM0fCKrs34IrEQUhOYuGPHc=
github.com/peterh/liner v1.1.0 h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os=
Expand Down
4 changes: 2 additions & 2 deletions quick_start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ data:
}]
opa_container = {
"image": "openpolicyagent/opa:0.20.5-istio",
"image": "openpolicyagent/opa:0.21.0-istio",
"name": "opa-istio",
"args": [
"run",
Expand Down Expand Up @@ -179,7 +179,7 @@ spec:
name: admission-controller
spec:
containers:
- image: openpolicyagent/opa:0.20.5
- image: openpolicyagent/opa:0.21.0
name: opa
ports:
- containerPort: 443
Expand Down
11 changes: 11 additions & 0 deletions vendor/github.com/open-policy-agent/opa/ast/builtins.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/open-policy-agent/opa/cmd/eval.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 62 additions & 21 deletions vendor/github.com/open-policy-agent/opa/compile/compile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions vendor/github.com/open-policy-agent/opa/cover/cover.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9c19f8

Please sign in to comment.