Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.3.0-alpha #169

Merged
merged 1 commit into from
Sep 9, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 15, 2022

🤖 I have created a release beep boop

0.3.0-alpha (2022-09-09)

⚠ BREAKING CHANGES

Features

  • generic authenticator updated to consider ttl of the session object received from the identity_info_endpoint and to enable session validation (#201) (42b4e6c)
  • jwt_authenticator updated to support X.509 certificates (incl validation) in JWKs used for JWT signature verification (#172) (19ef20d)
  • oauth2_authenticator updated to optionally support token source selection, like specific header, schema, etc (#198) (e7ad797)
  • If no kid is present in the JWT, the jwt_authenticator can now iterate over the received JWKS and try to verify the signature until one of the keys matches (#196) (488e46f)
  • x509 certificate support in keystore (#166) (2d9af4c)

Bug Fixes

  • Prefix for considered environment variables renamed from HEIMDALL_ to HEIMDALLCFG_ and made this prefix configurable via a --env-config-prefix flag (#220) (3bfeff1)

Code Refactoring

  • jwt_from property of the jwt_authenticator renamed to jwt_source to comply with naming in other authenticators (#199) (29d6bcb)
  • session property used by some authenticators renamed (incl. its properties) to subject to better reflect its meaning (#200) (869d8ae)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 5 times, most recently from 7d77b60 to 77998c3 Compare August 22, 2022 16:52
@github-actions github-actions bot force-pushed the release-please--branches--main branch 10 times, most recently from 9a1e0c4 to d47f5c0 Compare August 29, 2022 06:19
@github-actions github-actions bot force-pushed the release-please--branches--main branch 6 times, most recently from 42da0ef to c24992b Compare September 8, 2022 15:37
@github-actions github-actions bot force-pushed the release-please--branches--main branch from c24992b to 52811ba Compare September 9, 2022 18:15
@dadrus dadrus merged commit ea9d189 into main Sep 9, 2022
@github-actions
Copy link
Contributor Author

github-actions bot commented Sep 9, 2022

🤖 Release is at https://github.com/dadrus/heimdall/releases/tag/v0.3.0-alpha 🌻

@dadrus dadrus deleted the release-please--branches--main branch September 9, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant