Skip to content

v0.5.7

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Mar 21:27
· 5 commits to master since this release
v0.5.7

Added

  • Add forkline setup script for pre-commit installation (f0947a8)

Fixed

  • Add trailing newline to llm.txt (e690f00)
  • Use unique Kanidm instance for group_kanidm_name_account_policy test (5f04347)
  • Add delay after Kanidm setup to allow reflector sync (6a933d8)
  • Increase delay to 5 seconds for Kanidm service readiness (c8ea385)
  • Use warm-up group to ensure operator is ready for kanidmName test (11a6698)
  • Use correct UID for warmup group deletion check (edd712b)
  • Handle 403 AccessDenied for built-in groups on deletion (5056ce8)
  • Add delay after deletion to allow webhook cache to catch up (c11fe6a)
  • Use rash apt module with become for pre-commit installation (5caa6f8)
  • Adapt to sha2 0.11 API change for hex encoding (fc4bb75)

Documentation

  • Add llm.txt for LLM optimization (4ec13bc)

Build

  • deps: Update Rust crate kube to v3.1.0 (d363dd5)
  • deps: Update registry.k8s.io/ingress-nginx/kube-webhook-certgen Docker tag to v1.6.9 (535a1e5)
  • deps: Update Rust crate opentelemetry-otlp to v0.31.1 (d2a5897)
  • deps: Update Rust crate testcontainers to v0.27.2 (ffa0001)
  • deps: Update azure/setup-helm action to v5 (b2f1bd5)
  • deps: Update Rust crate sha2 to 0.11 (a98300f)

Refactor

  • Replace unwrap() with proper error handling in merge_containers (8f296a1)

Testing

  • Add e2e test for kanidmName with account policy on idm_all_persons (dc16366)