Skip to content

Commit 425504a

Browse files
committedAug 20, 2020
Prepare v0.23.1 release
Signed-off-by: Torin Sandall <[email protected]>
1 parent 49914dd commit 425504a

File tree

3 files changed

+3180
-2
lines changed

3 files changed

+3180
-2
lines changed
 

‎CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2191,4 +2191,14 @@ And many other small improvements and fixes.
21912191
- Introductions to policy, policy-enabling, and how OPA works
21922192
- Language reference that serves as guide for new users
21932193
- Tutorial that introduces users to the REPL
2194-
- Tutorial that introduces users to policy-enabling with a Docker Authorization plugin
2194+
2195+
## 0.23.1
2196+
2197+
### Fixes
2198+
2199+
- plugins/discovery: Set the last request and last successful request in discovery status ([#2630](https://github.com/open-policy-agent/opa/issues/2630))
2200+
2201+
### Miscellaneous
2202+
2203+
- plugins/rest: Add response header timeout for REST client
2204+

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Use of this source code is governed by an Apache2
33
# license that can be found in the LICENSE file.
44

5-
VERSION := 0.23.0
5+
VERSION := 0.23.1
66

77
CGO_ENABLED ?= 0
88

0 commit comments

Comments
 (0)