0.0.8 (2026-04-08)
- prevent duplicate certificate service entries in DSM; treat DSM error 4154 (already exists) as success on create (da9722b)
- skip re-auth on DSM 5xx HTML responses (e.g. 504 timeout) (fccd04b)
- unassign certificate from DSM before deleting proxy record (a824269)
- unassign old certificate entry when proxy record is recreated with new UUID (0e2a984)
0.0.7 (2026-04-06)
- add operator.extraArgs to Helm chart (c2c09f9)
- suppress glob auto-discovery when manual SPR exists in namespace (e2a17d2)
- add disableAutoDiscoveryIfSPRExists to values.schema.json (3d05e7e)
- adding namespace rules (a980e7e)
- check source namespace for manual SPR, not rule namespace (af6db06)
- correct goimports grouping in sprdiscovery.go (9460264)
- log HTML response body and HTTP status when DSM returns non-JSON (ad109e7)
- re-enqueue Service/Ingress on SPR deletion; handle HTML DSM responses (70fc458)
- deps: bump actions/create-github-app-token from 1 to 3 (41538ee)
- deps: bump imjasonh/setup-crane from 0.4 to 0.5 (41538ee)
0.0.6 (2026-04-03)
- add missing podSecurityContext and securityContext properties to values schema (46b0870)
- distributed SPR namespaces, correct print columns, deepcopy generation (6061581)
- replace yq with python in schema-drift check (84f439f)
0.0.5 (2026-04-02)
- restructure CI/CD workflows, sign Helm chart, fix ArtifactHub verification (510bd3e)
- Updated CI execution check (f53e516)
- Updated CI/CD naming (ab5d955)