mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Prepare v0.23.2 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit is contained in:
+22
-12
@@ -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
|
||||
@@ -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
Reference in New Issue
Block a user