Skip to content

Athenz v1.11.24 Release

Choose a tag to compare

@havetisyan havetisyan released this 28 Mar 05:59
· 1224 commits to master since this release

This release includes a required schema update:
https://github.com/AthenZ/athenz/blob/master/servers/zms/schema/updates/update-20230326.sql

What's Changed

  • define ipv4Prefix (gcp) as alias for ip_prefix (aws) for ip documents by @havetisyan in #2106
  • update ddb-local version. 1.20.0 in maven is missing classes by @havetisyan in #2108
  • add related changes for gcp support by @jimmytsang in #2095
  • Add support for loading unencrypted pkcs8 keys by @hiragi-gkuth in #2097
  • UI: hide the link to INSTANCES when featureFlag is set to false by @ysknkd in #2109
  • Rename variables and include project id in view by @jimmytsang in #2110
  • store GCP project number along with project id in athenz domain metadata by @havetisyan in #2113
  • convert boot timestamp from seconds to milliseconds by @abvaidya in #2114
  • special resource for gcp starting with services/ by @havetisyan in #2115

Full Changelog: v1.11.23...v1.11.24