Skip to content

v1.25.0

Choose a tag to compare

@canonical-iam canonical-iam released this 11 Jul 12:40
69177e9

1.25.0 (2025-07-11)

Features

  • add Close method on dbclient (acec456)
  • add DataSourceName config for the DB (20fa02f)
  • add embedded migrations (ace047a)
  • add goose migration sql file + makefile targets (8d743da)
  • add migrate CLI command (3542a1a)
  • add RoleRepositoryInterface, DBClientInterface and TxInterface (fde0984)
  • disable kratos session on logout (5121f0d)
  • disable kratos session on logout (e0cb058)
  • implement CRUD ops for Groups (76be9de)
  • introduce DBClient for database support (911f345)
  • introduce the roleRepository implementation (b0ab7d1)
  • porting clients API (aec21db)
  • porting clients API (f4b408f)
  • porting IDP API (bbe8b8c)
  • porting IDP API (54d942c)
  • porting schemas API (6558694)
  • porting schemas API (21ff190)

Bug Fixes

  • deps: update module github.com/go-chi/chi/v5 to v5.2.2 [security] (e6ac61a)
  • deps: update module github.com/go-chi/chi/v5 to v5.2.2 [security] (4ae33de)
  • fix the idp k8s configmap name to align with kratos charm (16ec9ed)
  • fix the idp mapper (f7c8703)
  • fix the pagination field (b500304)
  • fix the pagination field (34884f6)
  • sql: reorder statements to avoid dependency error (1a77d82)
  • upgrade to 1.24.4 to patch CVE-2025-22874 (a24b5ec), closes #585