mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Prepare v0.30.2 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file. This
|
||||
project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 0.30.2
|
||||
|
||||
This is a bugfix release that modifies the AWS credential provider to use POST
|
||||
instead of GET for retrieving AWS STS tokens. The GET method can leak
|
||||
credentials into the debug log if the AWS STS endpoint is unavailable.
|
||||
|
||||
## 0.30.1
|
||||
|
||||
This is a bugfix release to correct the behaviour of the `indexof` builtin ([#3606](https://github.com/open-policy-agent/opa/issues/3606)).
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// Version is the canonical version of OPA.
|
||||
var Version = "0.30.1"
|
||||
var Version = "0.30.2"
|
||||
|
||||
// GoVersion is the version of Go this was built with
|
||||
var GoVersion = runtime.Version()
|
||||
|
||||
Reference in New Issue
Block a user