Skip to content

Commit

Permalink
Prepare v0.23.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Torin Sandall <[email protected]>
  • Loading branch information
tsandall committed Aug 20, 2020
1 parent 49914dd commit 425504a
Show file tree
Hide file tree
Showing 3 changed files with 3,180 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2191,4 +2191,14 @@ And many other small improvements and fixes.
- Introductions to policy, policy-enabling, and how OPA works
- Language reference that serves as guide for new users
- Tutorial that introduces users to the REPL
- Tutorial that introduces users to policy-enabling with a Docker Authorization plugin
## 0.23.1
### Fixes
- plugins/discovery: Set the last request and last successful request in discovery status ([#2630](https://github.com/open-policy-agent/opa/issues/2630))
### Miscellaneous
- plugins/rest: Add response header timeout for REST client
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by an Apache2
# license that can be found in the LICENSE file.

VERSION := 0.23.0
VERSION := 0.23.1

CGO_ENABLED ?= 0

Expand Down
Loading

0 comments on commit 425504a

Please sign in to comment.