github ory/kratos v0.8.2-alpha.1

latest releases: v1.1.0, v1.1.0-pre.0, v1.0.0...
pre-release2 years ago

This release addresses further important security updates in the base Docker Images. We also resolved all issues related to ARM support on both Linux and macOS and fixed a bug that prevent the binary from compiling on FreeBSD.

This release also makes use of our new build architecture which means that the Docker Images names have changed. We removed the "scratch" images as we received frequent complaints about them. Additionally,
all Docker Images have now, per default, SQLite support built-in. If you are relying on the SQLite images, update your Docker Pull commands as follows:

- docker pull oryd/kratos:{version}-sqlite
+ docker pull oryd/kratos:{version}

Additionally, all passwords now have to be at least 8 characters long, following recommendations from Microsoft and others.

In v0.8.1-alpha.1 we failed to include all the exciting things that landed, so we'll cover them now!

  1. Advanced E-Mail templating support with sprig - makes it possible to translate emails as well!
  2. Support wildcards for allowing redirection targets.
  3. Account Recovery initiated by the Admin API now works even if identities have no email address.

Enjoy this release!

Bug Fixes

Code Generation

  • Pin v0.8.2-alpha.1 release commit (627f4a1)

Documentation

Changelog

  • 718107b autogen(docs): generate and bump docs
  • e961718 autogen(docs): generate and format documentation
  • 32d4322 autogen(docs): generate and format documentation
  • 4a0db11 autogen(docs): generate and format documentation
  • 3cf12ae autogen(docs): generate and format documentation
  • 5ad0565 autogen(docs): generate and format documentation
  • 1cc0d4a autogen(docs): generate and format documentation
  • 54c8c14 autogen(docs): generate and format documentation
  • 8129425 autogen(docs): generate and format documentation
  • b8ca5f6 autogen(docs): generate and format documentation
  • 7507a58 autogen(docs): generate and format documentation
  • 063e506 autogen(docs): generate and format documentation
  • 4deae97 autogen(docs): generate and format documentation
  • 457c996 autogen(docs): generate cli docs
  • 3ae6677 autogen(docs): update milestone document
  • 95477c2 autogen: pin v0.8.0-alpha.2.pre.1 release commit
  • 942247c autogen: pin v0.8.0-alpha.2.pre.2 release commit
  • 423f2f1 autogen: pin v0.8.0-alpha.2.pre.4 release commit
  • 1f0519c autogen: pin v0.8.0-alpha.2.pre.5 release commit
  • a53fe3b autogen: pin v0.8.0-alpha.2.pre.6 release commit
  • 722fb73 autogen: pin v0.8.1-alpha.2.pre.0 release commit
  • 7f160f6 autogen: pin v0.8.2-alpha.1 release commit
  • 627f4a1 autogen: pin v0.8.2-alpha.1 release commit
  • 02201c2 ci: fix docker ref
  • 032b23a docs: fix bodged release
  • 3387cf6 docs: quickstart update (#2060)
  • a527db4 fix: add missing sample app paths to oathkeeper config (#2058)
  • 23663b5 fix: add section on webauthn constraints (#2072)
  • 56c2e61 fix: after release hooks
  • 52420cc fix: dockerfile clean up
  • c763f2b fix: goreleaser after hook
  • 7099af2 fix: goreleaser config
  • 90bd769 fix: release hook

Docker images

  • docker pull oryd/kratos:v0.8.2-alpha.1
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.8
  • docker pull oryd/kratos:v0.8.2

Artifacts can be verified with cosign using this public key.

Don't miss a new kratos release

NewReleases is sending notifications on new releases.