Skip to content

Releases: poweradmin/cert-manager-webhook-poweradmin

v0.1.9

28 Apr 18:47
56c1e4d

Choose a tag to compare

0.1.9 (2026-04-28)

Bug Fixes

  • drop deprecated cosign --output-certificate from signs config (#33) (b450367)

v0.1.8

16 Apr 05:54
17fa722

Choose a tag to compare

0.1.8 (2026-04-16)

Bug Fixes

  • bump Go to 1.26.2 to resolve stdlib CVEs (0a67306)
  • bump Go to 1.26.2 to resolve stdlib CVEs (b7de191)

v0.1.7

25 Mar 14:08
f600ddf

Choose a tag to compare

0.1.7 (2026-03-25)

Bug Fixes

  • extract TXT string constant to satisfy goconst linter (4c8caf2)

Documentation

  • fix version numbers in compatibility table (32b0147)

v0.1.6

25 Mar 04:04
0040372

Choose a tag to compare

0.1.6 (2026-03-25)

Bug Fixes

  • handle wrapped v2 records response for PowerAdmin 4.3.0+ compatibility (87f8d34)
  • upgrade grpc-go to v1.79.3 (CVE-2026-33186 authorization bypass) (abe2fbe)

Documentation

  • add PowerAdmin version compatibility table (3645c84)

v0.1.5

13 Mar 09:07
f1725a7

Choose a tag to compare

0.1.5 (2026-03-13)

Bug Fixes

  • revert cosign-installer to v3 (no v4 major tag exists) (99f180e)
  • specify dockerfile in goreleaser dockers_v2 config (c2969cc)

Documentation

  • add helm chart README for Artifact Hub (6d032af)

v0.1.4

13 Mar 05:42
c8aa30f

Choose a tag to compare

0.1.4 (2026-03-13)

Bug Fixes

  • correct Artifact Hub badge link (c9b32d7)
  • correct Go Report Card badge URL (f88103a)

Refactoring

  • rename helm chart from poweradmin-webhook to cert-manager-webhook-poweradmin (6ea2cb9)

Documentation

  • add links to container registry pages (7329901)
  • add OCI helm install, uninstall section, license and Artifact Hub badges (4c52987)

v0.1.3

12 Mar 05:25
a739dbf

Choose a tag to compare

0.1.3 (2026-03-12)

Bug Fixes

  • ci: skip cosign signing during goreleaser snapshot in security workflow (32943bd)

v0.1.2

11 Mar 19:23
7052155

Choose a tag to compare

0.1.2 (2026-03-11)

Bug Fixes

  • ci: install cosign before goreleaser snapshot in security workflow (c2cb54a)
  • ci: install syft before goreleaser snapshot in security workflow (560ce0e)

v0.1.1

11 Mar 18:10
7d39b8c

Choose a tag to compare

0.1.1 (2026-03-11)

Features

  • add build-local target and include webhook binary in clean (b37b478)
  • add GoReleaser config for multi-platform Docker image publishing (3dbd23d)
  • add integration test script for local PowerAdmin testing (8a67520)
  • add security context and configurable health probes to Helm chart (f170321)
  • implement cert-manager DNS01 webhook for PowerAdmin (0f10cc9)

Bug Fixes

  • add --secure-port=443 to match exposed container port (e908c5f)
  • add FlexBool for disabled field and normalize TXT content for quoting compatibility (5e45e4f)
  • ci: add Docker login for cosign chart signing (936ee14)
  • ci: skip SARIF uploads on forked pull requests (ad613b9)
  • ci: use correct trivy-action tag 0.35.0 without v prefix (c7590ed)
  • correct typo in pki.yaml comment (f647888)
  • guard conformance tests with integration build tag (cf0749b)
  • handle wrapped API response format for PowerAdmin v1 and v2 (6b9117f)
  • merge golangci-lint config into existing .golangci.yaml and remove duplicate (a230eb6)
  • normalize TXT content in integration test lookups for quote-insensitive matching (86c2a1d)
  • preserve record_id when decoding v1 create responses (0102afc)
  • remove hard-coded UID/GID from pod security context for OpenShift compatibility (2fefa75)
  • remove undefined main.Version linker flag from GoReleaser config (c5bec3f)
  • resolve errcheck lint violations and normalize serverURL trailing slashes (30a455f)
  • resolve golangci-lint issues in test files (66ac39f)
  • surface API errors during zone discovery instead of swallowing them (d8b3266)
  • update Dockerfile Go version to 1.26 to match go.mod (aa31e36)
  • update integration test for wrapped API responses and v1 TXT quoting (0485827)
  • upgrade golangci-lint to v2.11.3 for Go 1.26 compatibility (c575b81)
  • use Helm 3 syntax for template command (8884855)
  • use non-privileged port 10250 for non-root container compatibility (dfedd5c)

Refactoring

  • extract shared challenge setup into resolveChallenge helper (2800a50)
  • replace python3 with jq in integration test script (d0dceed)
  • unify v1/v2 API clients into single path-prefix-based implementation (cb1fa97)

Documentation

  • add CI, Go Report Card, and release badges to README (2570960)
  • add container image registry info to README (227aa0d)
  • add Menzel IT GmbH as sponsor (b7c1959)