Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@theganyo theganyo released this 30 Sep 23:10
· 27 commits to master since this release

Istio Compatibility

This release is compatible with Istio 1.1.0 and above. It has been tested against Istio 1.3.1.

Release Notes

Fixes Quota counting and bucket window behavior.

If upgrading from a previous version, be sure to run apigee-istio provision and use the --forceProxyInstall option to upgrade your istio-auth proxy!

BREAKING CHANGE: Because the quota type has changed to "calendar" from "flexi", any in-flight quota counts may be wrong until the quota bucket windows reset.

Changelog

ac981b3 change quota policy type from flexi to calendar, avoids flexi quota bug in edge
d52606b make quota work as client expects
ed47486 more logging