Skip to content

Releases: AthenZ/athenz

Athenz v1.11.33 Release

29 Jun 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.32...v1.11.33

Athenz v1.11.32 Release

06 Jun 01:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.31...v1.11.32

Athenz v1.11.31 Release

30 May 23:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.30...v1.11.31

Athenz v1.11.30 Release

16 May 18:29
Compare
Choose a tag to compare

What's Changed

  • for oidc redirect uri check both configured endpoint and auto-generated value by @havetisyan in #2167
  • option to return id token in json output instead of redirect uri by @havetisyan in #2166
  • option to continously update zts domain cache files by @havetisyan in #2169
  • single command line argument for sia called init by @havetisyan in #2170
  • new athenz-gcp-zts-creds library to simplify fetching Google credentials based on ZTS ID Tokens by @havetisyan in #2168
  • provide run-after (cert/tokens) capability for sia by @havetisyan in #2174

Full Changelog: v1.11.29...v1.11.30

Athenz v1.11.29 Release

06 May 18:16
Compare
Choose a tag to compare

What's Changed

  • return dns suffix through method so the AWS Provider can be extended by @havetisyan in #2150
  • correct handling of java client code generation for status 302 by @havetisyan in #2151
  • for id tokens with group scope always use full arns by @havetisyan in #2157
  • sia copy if source file exists, gcp meta functions to get instance ip by @abvaidya in #2161
  • Ensure snow error does not interfere with UI usability by @jimmytsang in #2143
  • expose getIdToken methods in ZTS Java Client by @havetisyan in #2163
  • Update dynamodbMaxRetries to avoid Integer Overflow by @4xpl0r3r in #2164
  • better attribute name for Athenz domain in GCP project metadata by @abvaidya in #2165

Full Changelog: v1.11.28...v1.11.29

Athenz v1.11.28 Release

29 Apr 01:37
Compare
Choose a tag to compare

What's Changed

  • fix NPE while setting User Authority Expiration for role without members by @dvirguttman in #2142
  • feat: code signing provider by @abvaidya in #2141
  • Set a connect timeout when fetching JWT signing keys by @jeffreytolar in #2144
  • limit the number of entries in the zpe client library token cache by @havetisyan in #2145
  • allow use of cluster names in san dns entries for eks by @havetisyan in #2146
  • config setting for reserved top level domains by @havetisyan in #2147
  • sia agent - exit when refresh fails after configured number of attempts by @havetisyan in #2148
  • gce fix for host cert principals and x509 cert expiry by @abvaidya in #2149

Full Changelog: v1.11.27...v1.11.28

Athenz v1.11.27 Release

23 Apr 15:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.26...v1.11.27

Athenz v1.11.26 Release

17 Apr 15:55
Compare
Choose a tag to compare

What's Changed

  • relax san dns check rules for k8s suffixes - svc.cluster.local/pod.cluster.local by @havetisyan in #2125
  • zms/utils helper methods in athenzutils go library by @havetisyan in #2126
  • designate separate action for assertions when assuming gcp service accounts by @havetisyan in #2127
  • sia: use hostname -f if os.Hostname does not return fqdn by @havetisyan in #2128
  • making access_management optional based on a config for EKS by @abvaidya in #2130
  • for eks/gke generate san dns entries based on k8s dns spec by @havetisyan in #2131
  • same openjdk version in doc as ci/cd by @andreer in #2132

New Contributors

Full Changelog: v1.11.25...v1.11.26

Athenz v1.11.25 Release

06 Apr 20:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.24...v1.11.25

Athenz v1.11.24 Release

28 Mar 05:59
Compare
Choose a tag to compare

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