Prepare v0.23.2 release

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit is contained in:
Torin Sandall
2020-08-24 13:48:30 -04:00
parent 4ce9bddc86
commit 037746058d
3 changed files with 3191 additions and 13 deletions
+22 -12
View File
@@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## 0.23.2
This release contains a fix for a regression in v0.23.1 around bundle downloading. The bug caused OPA to cancel bundle downloads prematurely. Users affected by this issue would see the following error message in the OPA logs:
```
[ERROR] Bundle download failed: bundle read failed: archive read failed: context canceled
plugin = "bundle"
name = <bundle name>
```
## 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
## 0.23.0
### `http.send` Caching
@@ -2190,15 +2211,4 @@ 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
## 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
- Tutorial that introduces users to the REPL
+1 -1
View File
@@ -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.1
VERSION := 0.23.2
CGO_ENABLED ?= 0
File diff suppressed because it is too large Load Diff