Releases: apigee/apigee-remote-service-cli
v2.1.5
Addressed Issues
- The cli now generates istio samples for up to version 1.24.
- When generating the isitio samples, the cli takes namespace into account when constructing the adapter address to call out to (previously it was statically set to "apigee")
Changelog
- bba87d0 Merge pull request #264 from apigee/v2.1.5
- b4b4d26 Bumping apigee-remote-service-envoy version to 2.1.5
- 5df0313 Merge pull request #263 from apigee/fix-istio-samples
- 6311992 Remove proxy version filter and add namespace to templating for envoy config
- 18f194b Update istio templates to support newer istio versions. Main diff removing the proxy version constraint and using 'envoy.filters.network.http_connection_manager' and 'envoy.filters.http.router' instead of 'envoy.http_connection_manager' and 'envoy.router' respectively.
v2.1.4
v2.1.3
Addressed Issues
- Fixes issue where quota buckets were deleted while in use, causing a brief period between refreshes where quota was prematurely reset.
Changelog
- 647d526 Add condition to validate bucket is not in-use before deleting
This change only affects the Envoy Adapter runtime (binary / docker image), there is no need to re-provision Apigee.
v2.1.2
v2.1.1
Addressed Issues
Changelog
- 367fc3e v2.1.1
This change only affects the Envoy Adapter runtime (binary / docker image), there is no need to re-provision Apigee.
v2.1.0
v2.0.7
If upgrading from a prior version, please provision using --force-proxy-install
to upgrade your Apigee proxy.
New Features
- JWTs can now add a claim named "customattributes" that will pass the value on to the target in a header called "x-apigee-customattributes" (if "append_metadata_headers" is configured to be true).
Addressed Issues
- Addresses an issue where an invalid api key could create spurious log entries and analytics records
- Removes a deprecated version check in a proxy that can cause issues in newer versions of Apigee
Changelog
v2.0.6
Addresses a Denial of Service (DoS) vulnerability in a dependency library. See the following notice for more details:
https://www.cve.org/CVERecord?id=CVE-2022-28948
Note: This change affects the Envoy Adapter runtime (binary / docker image) and CLI. Apigee proxies are unaffected, thus there is no need to re-provision Apigee.
Changelog
v2.0.5
Security release to address a Denial of Service (DoS) risk in the promethus library. See the following notice for more details:
https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMPROMETHEUSCLIENTGOLANGPROMETHEUSPROMHTTP-2401819
Note: This change only affects the Envoy Adapter runtime (binary / docker image), there is no change to the CLI or Apigee proxies, thus there is no need to re-provision Apigee.