Releases: 3scale/3scale-istio-adapter
v2.0.0.1
This release fixes CVE-2020-9283 and CVE-2020-14040 in transitive dependencies.
See the CHANGELOG.md file for information of changes since v2.0.0
v1.0.0.1
This release fixes CVE-2020-9283 and CVE-2020-14040 in transitive dependencies.
See the CHANGELOG.md file for information of changes since v1.0.0
v2.0.0
See the CHANGELOG.md file for information of changes since v1.0.0
v1.0.0
See the CHANGELOG.md file for information of changes since v0.7.1
v0.7.0
See the CHANGELOG.md file for information of changes since v0.6.0
v0.6.0
See the CHANGELOG.md file for information of changes since 0.5.1.
v0.5.0
Moves dependencies on Istio to 1.1.0 release for both istio.io/istio
and istio.io/api
Added
- Additional flags to the config generator CLI. Allows overwriting resource name with
--uid
flag and attempt automatic mixup of validation errors with--fixup
flag.
v0.4.1
Fixed
- Match condition in templating package set to null when using exposed interface outside package.
- Service ID in templating package being set as UID in Rule
v.0.4.0
This release introduces a cli tool and package to generate the sample manifests for the custom resources required to integrate an existing 3scale API with the adapter, and subsequently, Istio.
Added
v0.3.0
This release introduces a dependency on Istio 1.1 as it relies on some key features of this version. Backwards compatibility with previously deployed CustomResources is not maintained.
Added
- Support for Application ID & Application Key authentication pattern
Changed
- All Prometheus metrics that are reported are now re-labelled with
threescale_*
for clarity.
Removed
- Prometheus total hits metric counter. This is already reported by Mixer.