Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 5.27 KB

File metadata and controls

73 lines (41 loc) · 5.27 KB

Changelog

0.0.8 (2026-04-08)

Bug Fixes

  • 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)

Features

  • add operator.extraArgs to Helm chart (c2c09f9)
  • suppress glob auto-discovery when manual SPR exists in namespace (e2a17d2)

Bug Fixes

  • 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)

Dependencies

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • restructure CI/CD workflows, sign Helm chart, fix ArtifactHub verification (510bd3e)
  • Updated CI execution check (f53e516)
  • Updated CI/CD naming (ab5d955)

0.0.4 (2026-04-01)

Features

  • sign releases with cosign, upgrade Go 1.25, add ArtifactHub verification workflow (#5) (47989e1)

Bug Fixes

  • adding direct chart link to sources (a838505)
  • sign releases with cosign, upgrade Go 1.25, add ArtifactHub verification workflow (e36b64a)
  • sign releases with cosign, upgrade Go 1.25, add ArtifactHub verification workflow (69b27a5)

Dependencies

  • deps: bump golang from 1.25-alpine to 1.26-alpine (#6) (0d701df)
  • deps: bump versions (#12) (baaac6f)