Athenz v1.11.60 Release
This release requires a schema change
https://github.com/AthenZ/athenz/blob/master/servers/zms/schema/updates/update-20240525.sql
What's Changed
- address CodeQL warning about safe int32 conversion and insecure cipher by @havetisyan in #2622
- keep state when key/cert were backed up for restore in case of failure by @havetisyan in #2623
- update schema for azure support by @havetisyan in #2624
- for role/group member expiry support all restrictions by @havetisyan in #2625
- support system allowed roles in id tokens by skipping limit check by @havetisyan in #2626
- remove dependency on jetty from client libraries by @havetisyan in #2627
- fix comparing ecdsa key/cert public key match by @havetisyan in #2630
- aws parameter store implementation for PrivateKeyStore interface by @abvaidya in #2631
- support principal domain filter for role/group members by @havetisyan in #2629
- update java and go depedencies to their latest releases by @havetisyan in #2633
- server k8s common module by @abvaidya in #2632
Full Changelog: v1.11.59...v1.11.60