Ory Kratos Versions Save

Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social Sign In, MFA, FIDO, TOTP and OTP, WebAuthn, passwordless and much more. Golang, headless, API-first. Available as a worry-free SaaS with the fairest pricing on the market!

v0.8.2-alpha.1

2 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

  • 718107bc autogen(docs): generate and bump docs
  • e9617188 autogen(docs): generate and format documentation
  • 32d43229 autogen(docs): generate and format documentation
  • 4a0db113 autogen(docs): generate and format documentation
  • 3cf12ae4 autogen(docs): generate and format documentation
  • 5ad0565c autogen(docs): generate and format documentation
  • 1cc0d4ab autogen(docs): generate and format documentation
  • 54c8c14a autogen(docs): generate and format documentation
  • 8129425a autogen(docs): generate and format documentation
  • b8ca5f6c autogen(docs): generate and format documentation
  • 7507a589 autogen(docs): generate and format documentation
  • 063e506a autogen(docs): generate and format documentation
  • 4deae97d autogen(docs): generate and format documentation
  • 457c9960 autogen(docs): generate cli docs
  • 3ae6677b autogen(docs): update milestone document
  • 95477c24 autogen: pin v0.8.0-alpha.2.pre.1 release commit
  • 942247c3 autogen: pin v0.8.0-alpha.2.pre.2 release commit
  • 423f2f12 autogen: pin v0.8.0-alpha.2.pre.4 release commit
  • 1f0519c1 autogen: pin v0.8.0-alpha.2.pre.5 release commit
  • a53fe3be autogen: pin v0.8.0-alpha.2.pre.6 release commit
  • 722fb732 autogen: pin v0.8.1-alpha.2.pre.0 release commit
  • 7f160f62 autogen: pin v0.8.2-alpha.1 release commit
  • 627f4a1d autogen: pin v0.8.2-alpha.1 release commit
  • 02201c25 ci: fix docker ref
  • 032b23ab docs: fix bodged release
  • 3387cf6f docs: quickstart update (#2060)
  • a527db44 fix: add missing sample app paths to oathkeeper config (#2058)
  • 23663b50 fix: add section on webauthn constraints (#2072)
  • 56c2e611 fix: after release hooks
  • 52420ccc fix: dockerfile clean up
  • c763f2b3 fix: goreleaser after hook
  • 7099af20 fix: goreleaser config
  • 90bd7698 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.

v0.8.1-alpha.1

2 years ago

This maintenance release important security updates for the base Docker Images (e.g. Alpine). Additionally, several hiccups with the new ARM support have been resolved and the binaries are now downloadable for all major platforms. Please note that passwords now have to be at least 8 characters long, following recommendations from Microsoft and others.

Enjoy this release!

Breaking Changes

To celebrate this change, we cleaned up the ways you install Ory software, and will roll this out to all other projects soon:

There is now one central brew / bash curl repository:

-brew install ory/kratos/kratos
+brew install ory/tap/kratos

-bash <(curl https://raw.githubusercontent.com/ory/kratos/master/install.sh)
+bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) kratos

Bug Fixes

Code Generation

  • Pin v0.8.1-alpha.1 release commit (8247416)

Documentation

Features

  • Add alpine dockerfile (587eaee)

  • Add new goreleaser build chain (#1932) (cf1714d):

    This patch adds full compatibility with ARM architectures, including Apple Silicon (M1). We additionally added cryptographically signed signatures verifiable using cosign for both binaries as well as docker images.

  • Add quickstart mimicking hosted ui (813fb4c)

  • Add x-total-count to paginated pages (b633ec3)

  • Advanced e-mail templating support (#1859) (54b97b4), closes #834 #925

  • Allow wildcard domains for redirect_to checks (#1528) (349cdcf), closes #943:

    Support wildcard domains in redirect_to checks.

  • Buildkit with multi stage build (#2025) (57ab7f7)

  • cmd: Add OIDC credential include (#2017) (1482844):

    With this change, the kratos identities get CLI can additionally fetch OIDC credentials.

  • Configurable health endpoints access logging (#1934) (1301f68):

    This PR introduces a new boolean configuration parameter that allows turning off logging of health endpoints requests in the access log. The implementation is basically a rip-off from Ory Hydra and the configuration parameter is the same:

    serve.public.request_log.disable_for_health
    serve.admin.request_log.disable_for_health
    

    The default value is false.

  • Generalise courier (#2019) (1762a73)

  • Integrate sbom generation to goreleaser (#1850) (305bb28)

  • Make admin recovery to work without emails #1419 (#1750) (db00e85)

  • oidc: Add spotify provider (#2024) (0064e35)

Tests

Changelog

  • 648a7bb3 autogen(docs): generate and format documentation
  • 37093456 autogen(docs): generate and format documentation
  • 97fed155 autogen(docs): generate and format documentation
  • 947ad624 autogen(docs): generate and format documentation
  • 423ca0f4 autogen(docs): generate and format documentation
  • 4cd63b97 autogen(docs): generate and format documentation
  • ca452603 autogen(docs): generate and format documentation
  • 12fb0647 autogen(docs): generate and format documentation
  • d32c3740 autogen(docs): generate and format documentation
  • 9fa79861 autogen(docs): generate and format documentation
  • e2377bc9 autogen(docs): generate and format documentation
  • d0963d8c autogen(docs): generate and format documentation
  • 36f17944 autogen(docs): generate and format documentation
  • c9ce2ba7 autogen(docs): generate and format documentation
  • 1522fbfd autogen(docs): generate and format documentation
  • fd395f1d autogen(docs): generate and format documentation
  • 2c6dabe0 autogen(docs): generate and format documentation
  • 6bfd55e8 autogen(docs): generate and format documentation
  • 3d9c349c autogen(docs): generate and format documentation
  • 0b426d2e autogen(docs): generate and format documentation
  • 8e316056 autogen(docs): generate and format documentation
  • 54eaf3a0 autogen(docs): generate and format documentation
  • a97bfd10 autogen(docs): generate and format documentation
  • 2109ea47 autogen(docs): generate and format documentation
  • 69296ff6 autogen(docs): generate and format documentation
  • 8f96bf4e autogen(docs): generate and format documentation
  • 2b7cd129 autogen(docs): generate and format documentation
  • 64bf08d3 autogen(docs): generate cli docs
  • 25b148fd autogen(docs): generate cli docs
  • 33a50f61 autogen(docs): generate cli docs
  • 39e0eb6e autogen(docs): generate cli docs
  • 26374705 autogen(docs): generate cli docs
  • ac7efc3c autogen(docs): generate cli docs
  • 7faf83ab autogen(docs): generate cli docs
  • 810d39ae autogen(docs): generate cli docs
  • 0f6c55b1 autogen(docs): generate cli docs
  • f08cecd5 autogen(docs): generate cli docs
  • ee217e9c autogen(docs): generate cli docs
  • 70e75e1b autogen(docs): generate cli docs
  • 249ccefe autogen(docs): generate cli docs
  • 437cc997 autogen(docs): generate cli docs
  • 4d6bdb7b autogen(docs): generate cli docs
  • 25b0f472 autogen(docs): generate cli docs
  • 966b9689 autogen(docs): generate cli docs
  • b7ef125d autogen(docs): generate cli docs
  • 6bbfe257 autogen(docs): generate cli docs
  • 92f0fb99 autogen(docs): generate cli docs
  • b56ff6e4 autogen(docs): generate cli docs
  • 1e794fe8 autogen(docs): generate cli docs
  • 7c78bc78 autogen(docs): update milestone document
  • bf80e961 autogen(docs): update milestone document
  • 31a3c190 autogen(docs): update milestone document
  • fc17cf87 autogen(docs): update milestone document
  • ea5e959d autogen(docs): update milestone document
  • 31fa367b autogen(docs): update milestone document
  • 8393e0af autogen(docs): update milestone document
  • 981f4e32 autogen(docs): update milestone document
  • bf03cc9d autogen(docs): update milestone document
  • 54513cd1 autogen: add v0.8.0-alpha.3 to version.schema.json
  • 2526a53c autogen: pin v0.8.0-alpha.4-pre.0 release commit
  • 3e443b77 autogen: pin v0.8.0-alpha.4.pre.0 release commit
  • d4214db4 autogen: pin v0.8.0-alpha.4.pre.1 release commit
  • 3b9be105 autogen: pin v0.8.0-alpha.4.pre.2 release commit
  • 82474161 autogen: pin v0.8.1-alpha.1 release commit
  • 0711c8c3 autogen: update release artifacts
  • 9e23831c chore: bump alpine images (#1974)
  • dd460db1 chore: fix issues reported by the CI (#2018)
  • ee4524f7 chore: update docusaurus template
  • 7806591c chore: update docusaurus template (#1902)
  • c50c2feb chore: update docusaurus template (#1929)
  • f6efc923 chore: update repository templates
  • 84c12c27 chore: update repository templates
  • adc748e9 chore: use json.Marshal for the message context (#1975)
  • ea868b4c ci: bump goreleaser orb (#2014)
  • 06475541 docs(debug): fix typo (#1976)
  • 393b6b38 docs: Levenshtein-Distance has been released (#2040)
  • dd890ab9 docs: add Content-Type to recommended CORS allowed headers (#2015)
  • 681750f9 docs: add subdomain configuration in csrf page (#1896)
  • bbd2355b docs: fix incorrect tag
  • fc4703aa docs: fixed date format example (#2038)
  • ba6981e3 docs: improve text around bcrypt (#2037)
  • 12918dbf docs: minor fixes (#2010)
  • 9848fb3b docs: password-strength meter has been dropped (#2041)
  • dfb90079 docs: remove unintended characters in subdomain section in csrf page (#1897)
  • 7e8c91ac docs: this has been done (#2045)
  • 7afb731c docs: totp unlink image in 2fa docs (#1957)
  • b0f25a9a docs: update email template docs (#1960) (#1968)
  • 80e53eb8 docs: webhooks have landed (#2035)
  • 14828448 feat(cmd): add OIDC credential include (#2017)
  • 0064e350 feat(oidc): add spotify provider (#2024)
  • db00e85e feat: Make admin recovery to work without emails #1419 (#1750)
  • 587eaeee feat: add alpine dockerfile
  • cf1714da feat: add new goreleaser build chain (#1932)
  • 813fb4cf feat: add quickstart mimicking hosted ui
  • b633ec3d feat: add x-total-count to paginated pages
  • 54b97b45 feat: advanced e-mail templating support (#1859)
  • 349cdcf4 feat: allow wildcard domains for redirect_to checks (#1528)
  • 57ab7f78 feat: buildkit with multi stage build (#2025)
  • 1301f689 feat: configurable health endpoints access logging (#1934)
  • 1762a730 feat: generalise courier (#2019)
  • 305bb28d feat: integrate sbom generation to goreleaser (#1850)
  • bb5846ec fix: Require minimum length of 8 characters password (#2009)
  • 8c8815b7 fix: add base64 to ReadSchema (#1918)
  • 73610d4c fix: add error.id to invalid cookie/token settings flow (#1919)
  • 44892f37 fix: adds missing webauthn authentication method (#1914)
  • 5f73bb07 fix: allow use of relative URLs in config (#1754)
  • f9d2f824 fix: bodget docs commit
  • 2cf137a0 fix: build docs on release
  • 9d8e1972 fix: de-duplicate message IDs (#1973)
  • fd147989 fix: do not use csrf for meta endpoints (#1927)
  • 8515e179 fix: docs links (#2008)
  • c9be0091 fix: e2e test regression (#1937)
  • 07a1dbb9 fix: include text label for link email field
  • 4bf18250 fix: panic on webhook with nil body (#1890)
  • 8c852c73 fix: paths
  • 9c75fe9e fix: resolve freebsd build issue (#2004)
  • f1d7b9e2 fix: revert tag
  • c860b992 fix: set dockerfile
  • eb6d8cdb fix: skip docs publishing for pre releases
  • d3e4bdef fix: speed up git clone
  • 0edbebed fix: support complex lifespans (#2050)
  • 850be906 fix: update docs after release
  • 94e12e6d fix: update sdk orb
  • a9196f27 fix: use bcrypt for password hashing in example
  • 09cfc7e2 fix: use new ory installation method
  • 44411ab4 fix: verification error code (#1967)
  • c914ba10 test(e2e): improved SDK set up and arm fix (#1933)
  • 17614186 test(e2e): split e2e script into setup and test phase (#2027)
  • 316e940a test: add web hook test cases (#2051)
  • 0bb66de5 test: fix changed message ID (#2013)
  • a8206537 test: update snapshots

Docker images

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

Artifacts can be verified with cosign using this public key.

v0.8.0-alpha.3

2 years ago

Resolves issues in the quickstart.

Bug Fixes

Code Generation

  • Pin v0.8.0-alpha.3 release commit (a307deb)

Changelog

273785a5 autogen(docs): generate and format documentation 928f6564 autogen(docs): generate cli docs 639e8415 autogen: add v0.8.0-alpha.2 to version.schema.json a307deb6 autogen: pin v0.8.0-alpha.3 release commit 7e091469 autogen: pin v0.8.0-alpha.3 release commit d0470095 fix: resolve quickstart issues (#1900)

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.8-sqlite
  • docker pull oryd/kratos:v0.8.0-sqlite
  • docker pull oryd/kratos:v0.8.0-alpha.3-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.8
  • docker pull oryd/kratos:v0.8.0
  • docker pull oryd/kratos:v0.8.0-alpha.3

v0.8.0-alpha.2

2 years ago

Resolves an issue in the SDK release pipeline.

Code Generation

  • Pin v0.8.0-alpha.2 release commit (2178929)

Changelog

fb5a5233 autogen(docs): generate and format documentation 833f14f8 autogen(docs): update milestone document 87923d09 autogen: add v0.8.0-alpha.1 to version.schema.json 21789297 autogen: pin v0.8.0-alpha.2 release commit 76403d8e ci: bump sdk orb

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.8-sqlite
  • docker pull oryd/kratos:v0.8.0-sqlite
  • docker pull oryd/kratos:v0.8.0-alpha.2-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.8
  • docker pull oryd/kratos:v0.8.0
  • docker pull oryd/kratos:v0.8.0-alpha.2

v0.8.0-alpha.1

2 years ago

v0.7.6-alpha.1

2 years ago

Resolves further issues in the SDK and release pipeline.

Code Generation

  • Pin v0.7.6-alpha.1 release commit (8b0d1ee)

Changelog

97734553 autogen(docs): generate and format documentation 83062ecb autogen: add v0.7.5-alpha.1 to version.schema.json 8b0d1ee6 autogen: pin v0.7.6-alpha.1 release commit

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.7-sqlite
  • docker pull oryd/kratos:v0.7.6-sqlite
  • docker pull oryd/kratos:v0.7.6-alpha.1-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.7
  • docker pull oryd/kratos:v0.7.6
  • docker pull oryd/kratos:v0.7.6-alpha.1
  • docker pull oryd/kratos:latest

v0.7.5-alpha.1

2 years ago

Primarily resolves issues in the SDK pipeline.

Code Generation

  • Pin v0.7.5-alpha.1 release commit (3a741a5)

Changelog

b0929b04 autogen(docs): generate and format documentation 5d618344 autogen(docs): generate and format documentation 71dcfcaa autogen(docs): update milestone document 20edaaa2 autogen: add v0.7.4-alpha.1 to version.schema.json 3a741a5e autogen: pin v0.7.5-alpha.1 release commit e612c97c chore: update docusaurus template 7d47d053 ci: add test runner for SDKs (#1732)

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.7-sqlite
  • docker pull oryd/kratos:v0.7.5-sqlite
  • docker pull oryd/kratos:v0.7.5-alpha.1-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.7
  • docker pull oryd/kratos:v0.7.5
  • docker pull oryd/kratos:v0.7.5-alpha.1
  • docker pull oryd/kratos:latest

v0.7.4-alpha.1

2 years ago

This release adds the GitHub-app provider, improves SQL instrumentation, resolves an expired flow bug, and resolves documentation issues.

Bug Fixes

  • Corret sdk annotations for enums (6152363)
  • Do not panic if cookiemanager returns a nil cookie (6ea5678), closes #1695
  • Respect return_to in expired flows (#1697) (394a8de), closes #1251

Code Generation

  • Pin v0.7.4-alpha.1 release commit (67ff8a9)

Documentation

Features

Tests

  • session: Resolve incorrect assertion (0531220)

Changelog

f44e7af6 autogen(docs): generate and format documentation c7a019fc autogen(docs): generate and format documentation 5044ba90 autogen(docs): generate and format documentation f5d9d0ec autogen(docs): generate and format documentation 9ec8bf57 autogen(docs): generate and format documentation daa4d5d3 autogen(docs): regenerate and update changelog f4c00f4c autogen(docs): regenerate and update changelog b6a10330 autogen(docs): regenerate and update changelog b344b605 autogen(docs): regenerate and update changelog cc6c1c3d autogen(docs): regenerate and update changelog 785d930a autogen(docs): update milestone document 0da20065 autogen(docs): update milestone document 9fbc78c1 autogen(docs): update milestone document 246b7dad autogen(docs): update milestone document 4f05d64e autogen(openapi): Regenerate openapi spec and internal client 93bbde8f autogen(openapi): Regenerate openapi spec and internal client e7a237af autogen: add v0.7.3-alpha.1 to version.schema.json 67ff8a94 autogen: pin v0.7.4-alpha.1 release commit 6fe79da9 chore: update docusaurus template e14d1fc7 chore: update repository templates (#1680) c2c5a588 chore: update repository templates (#1701) 64c9b766 ci: bump goreleaser (#1730) a9134192 ci: bump goreleaser orb (#1728) 2b749d39 docs: add e2e quickstart a44089a5 docs: browser redirects (#1700) 9021805c docs: mark logout_url always available 79c132c5 docs: minor improvements (#1707) fb1fe8c4 feat(oidc): github-app provider (#1711) 9e6fbdd0 feat: making use of the updated instrumentedsql version (#1723) 6152363c fix: corret sdk annotations for enums 6ea56785 fix: do not panic if cookiemanager returns a nil cookie 394a8de9 fix: respect return_to in expired flows (#1697) 05312203 test(session): resolve incorrect assertion

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.7-sqlite
  • docker pull oryd/kratos:v0.7.4-sqlite
  • docker pull oryd/kratos:v0.7.4-alpha.1-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.7
  • docker pull oryd/kratos:v0.7.4
  • docker pull oryd/kratos:v0.7.4-alpha.1
  • docker pull oryd/kratos:latest

v0.7.3-alpha.1

2 years ago

Changelog

b9a2bfd4 autogen(docs): generate and format documentation dd2e826d autogen(docs): generate and format documentation 2cb678c8 autogen(docs): generate and format documentation f928ac15 autogen(docs): generate and format documentation b863a829 autogen(docs): generate and format documentation ca152002 autogen(docs): generate and format documentation 2f488ab5 autogen(docs): generate and format documentation 6bb5aa7c autogen(docs): generate and format documentation c7352db8 autogen(docs): generate and format documentation 60d848d1 autogen(docs): generate cli docs 6d56917e autogen(docs): regenerate and update changelog 78269d14 autogen(docs): regenerate and update changelog 57f27311 autogen(docs): regenerate and update changelog 1bfd22bd autogen(docs): regenerate and update changelog ceb1fb16 autogen(docs): regenerate and update changelog c9fb0d4b autogen(docs): regenerate and update changelog 4259a0c3 autogen(docs): regenerate and update changelog b4dfa2b6 autogen(docs): regenerate and update changelog af98e2e1 autogen(docs): regenerate and update changelog f7393d5e autogen(docs): regenerate and update changelog 1aaf6c07 autogen(docs): regenerate and update changelog 814a9c01 autogen(docs): update milestone document 4ce03f25 autogen(docs): update milestone document 80c2fbeb autogen(docs): update milestone document c1180702 autogen(docs): update milestone document 4822a306 autogen(docs): update milestone document b6215a04 autogen(docs): update milestone document 513d527c autogen(docs): update milestone document 1ba6c4ac autogen(docs): update milestone document ad49e5dd autogen(docs): update milestone document 3eb87bc4 autogen(docs): update milestone document 6eb540f4 autogen(docs): update milestone document 11bdc4a8 autogen(docs): update milestone document cc34996b autogen: add v0.7.1-alpha.1 to version.schema.json 16787fc2 autogen: pin v0.7.2-alpha.1 release commit b5ad53ec autogen: pin v0.7.3-alpha.1 release commit 158cf374 chore: adjust CODEOWNERS 1a912c6b chore: update docusaurus template 8ab3c2fc chore: update docusaurus template (#1607) 6d80d12e chore: update docusaurus template (#1622) 2fcfdff9 chore: update repository templates (#1608) e995cc60 chore: update repository templates (#1640) 6b582784 docs: Fixes incorrect yaml identation (#1641) dc32720d docs: Update docker.md - Outdated information (#1627) 09c403e5 docs: change model to schema (#1639) bbeb6132 docs: fix func naming for Logout flow (#1676) 9bc2fd08 docs: fix stub error example (#1642) 641eba67 docs: identity traits are visible to user (#1621) bae1847e docs: make qickstart URLs consistent (playground vs. localhost) (#1626) 51b13117 feat: allow multiple webhook body sources (#1606) 1cf61cde feat: require verified address (#1355) f6b3aa45 fix(docs): ensure config reference is updated da214b29 fix(sdk): use proper annotation for genericError (#1611) 05256232 fix: add new message when refresh parameter is true (#1560) 639a7dd5 fix: add session in spa registration if session cook is configured (#1657) 85337bf6 fix: facebook sign in regression (#1689) b21bd224 fix: http context memory leak 149101ed fix: outdated label (#1681) 45c28d99 fix: register argon2 CLI commands properly (#1592) cdb30bb6 fix: remove session cookie on logout (#1587) a6672554 fix: skip prompt on discord authorization by default (#1594) db54a1bd fix: static parameter for warning message in config.baseURL(...) (#1673) 64c90bf5 fix: update csrf token cookie name (#1601) de5fb3e5 fix: use eager preloading for list identites endpoint (#1588)

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.7-sqlite
  • docker pull oryd/kratos:v0.7.3-sqlite
  • docker pull oryd/kratos:v0.7.3-alpha.1-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.7
  • docker pull oryd/kratos:v0.7.3
  • docker pull oryd/kratos:v0.7.3-alpha.1
  • docker pull oryd/kratos:latest

v0.7.1-alpha.1

2 years ago

Changelog

f557328d autogen(docs): generate and format documentation 608c9198 autogen(docs): generate and format documentation 52434d39 autogen(docs): generate and format documentation de22a1ca autogen(docs): generate cli docs eb11e428 autogen(docs): regenerate and update changelog dacd5ccc autogen(docs): regenerate and update changelog 16ed9434 autogen(docs): regenerate and update changelog 16fb20e6 autogen(docs): regenerate and update changelog 9bd8d019 autogen(docs): regenerate and update changelog 603ca408 autogen(docs): regenerate and update changelog 1c84205d autogen(docs): update milestone document e2f6ca46 autogen(docs): update milestone document 18448ff0 autogen(docs): update milestone document 696fd685 autogen(docs): update milestone document 8cb65bdd autogen(docs): update milestone document a040a0dd autogen: add v0.7.0-alpha.1 to version.schema.json 4fe76af1 autogen: pin v0.7.1-alpha.1 release commit e8aebce3 chore: format c2a1b6df docs: add instruction for creating user (#1541) e5ea5fee docs: clarify flags in schema which are not available in config file 0bfac67a docs: fix formatting of Email and Phone Verification Flow tab content (#1536) b25bae7f docs: fix typo (#1543) 547788de docs: fix typo (#1544) cc7ed4b5 docs: update csrf pitfall flow section (#1558) fe5056e1 fix: automatic tagging for node ui aedbb5a2 fix: bump kratos ui image for quickstart 3cfd7845 fix: cleanup lint errors and add doc to x (#1545) 8d4f3ff2 fix: correct meta schema 835fb312 fix: do not reset link method (#1573) 36bbd434 fix: do not set csrf cookies on /sessions/whoami (#1580) 6af76387 fix: export extensionschemas (#1553) 6612c5f6 fix: generate CSRF token on validation creation (#1549) ba5ca642 fix: identity extension meta schema (#1554) c6145dbf fix: remove domain alias config constraint (#1542) b07927cd fix: resolve wrong openapi types 0217737f fix: update identity state openapi spec 6c13c2be fix: use legacy ssl in quickstart config 3a85a33a test: longer wait time for e2e boot

Docker images

  • docker pull oryd/kratos:v0-sqlite
  • docker pull oryd/kratos:v0.7-sqlite
  • docker pull oryd/kratos:v0.7.1-sqlite
  • docker pull oryd/kratos:v0.7.1-alpha.1-sqlite
  • docker pull oryd/kratos:latest-sqlite
  • docker pull oryd/kratos:v0
  • docker pull oryd/kratos:v0.7
  • docker pull oryd/kratos:v0.7.1
  • docker pull oryd/kratos:v0.7.1-alpha.1
  • docker pull oryd/kratos:latest