Skip to content

Releases: ory/k8s

v0.24.5

01 Aug 19:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.4...v0.24.5

v0.24.4

01 Aug 12:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.3...v0.24.4

v0.24.3

25 Jul 08:30
2ae1784
Compare
Choose a tag to compare

What's Changed

  • fix: indent in kratos migration job template by @piotrmsc in #473

Full Changelog: v0.24.2...v0.24.3

v0.24.2

21 Jul 11:39
a53f0ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.1...v0.24.2

v0.24.1

20 Jul 10:33
d418887
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0

20 Jul 07:08
Compare
Choose a tag to compare

Breaking Changes

This release introduces a small, but breaking change to the following charts: hydra, keto, kratos:

Thanks to @DenisPalnitsky we have introduces the option to pick the type of automigration you want to have in your setup: job or initContainers. Each model comes with its own benefits and drawbacks:

  • Job is configured to always a singleton entity and runs once regardless of how many replicas of your deployment you have, but due to hooks it can not always work as expected in some managed scenarios
  • InitContainers are baked into the deployment, and do not require hooks, which simplifies the setup, but running multiple replicas would run the migration multiple times. Therefore it might be a good idea to scale down your deployments before an upgrade 😉

How to migrate

The migration procedure requires you to modify the values fro charts accordingly:

# v0.23
---
hydra:
  autoMigrate: true
---
# v0.24
hydra:
  automigration:
    enabled: true
    # job is the default value
    type: initContainer

What's Changed

New Contributors

Full Changelog: v0.23.3...v0.24.0

v0.23.3

23 Jun 12:41
Compare
Choose a tag to compare

What's Changed

  • fix: deployment template smtp secret ref by @iutx in #438
  • Fix broken configuration YAML link by @vizv in #439
  • fix: nodeSelector not applied to kratos courier by @alexGNX in #442
  • allow init containers in keto by @waldner in #446
  • feat: set grpc as default names for keto services by @Demonsthere in #447

New Contributors

Full Changelog: v0.23.2...v0.23.3

v0.23.2

06 May 11:00
d2d1650
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.23.2

v0.23.1

08 Apr 14:17
d30fd3b
Compare
Choose a tag to compare

What's Changed

  • feat: add servicemonitor for hydra & make servicemonitors configurable by @alexGNX in #427
  • feat: add custom annotations to kratos courier by @sthh in #414

New Contributors

Full Changelog: v0.23.0...v0.23.1

v0.23.0

05 Apr 09:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.22.2...v0.23.0