FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · cocoonstack/cocoon-webhook · GitHub

Tags: cocoonstack/cocoon-webhook

Tags

v0.2.7

Toggle v0.2.7's commit message
bump cocoon-common to v0.2.8

v0.2.6

Toggle v0.2.6's commit message
build: align the builder image with the go.mod toolchain

go.mod moved to 1.26.5 but the docker builder stayed on golang:1.25-alpine
with GOTOOLCHAIN=local, so the tag-triggered image build refused to start.

v0.2.5

Toggle v0.2.5's commit message
fix: exit non-zero when server run fails

A non-nil return from httpx.Run is a genuine serve failure (bind
conflict, TLS cert error) or shutdown timeout — it filters
http.ErrServerClosed and returns nil on clean signal shutdown. Logging
it at Error and returning left the process exiting 0, so k8s exit-code
alerting, crashloop-backoff, and CI status checks saw success on a
webhook that failed to serve. Use Fatalf to match the setup/keypair/
clientset fatal paths above.

Bump cocoon-common to v0.2.5 (KUBECONFIG list handling; no logic impact on webhook).

v0.2.4

Toggle v0.2.4's commit message
fix(deploy): fail closed on the bare-pod gate

pods.mutate exists to deny bare cocoon pods, so failurePolicy Ignore
defeated it whenever the webhook, its CA, or TLS was unavailable. Now
Fail, with a namespaceSelector excluding system namespaces so a webhook
outage cannot wedge cluster-critical pod creation.

v0.2.3

Toggle v0.2.3's commit message
fix(metrics): unify fail-open decode as skipped; audit follow-ups

Mutate's fail-open decode recorded result=error while the four identical
fail-open validator decodes record skipped — dashboards on error would
fire for one and miss the others. Rule now encoded in the const block:
fail-open decode = skipped, fail-closed = error. parent-fetch error gains
a reason (contract: "" only for allow/deny). Comment fixes: contract
wording, Reloader/GetCertificate godocs (drop package-doc duplicate and
the false lock-free claim), test helper restatement.

v0.2.2

Toggle v0.2.2's commit message
chore(deps): bump cocoon-common to v0.2.2

v0.2.1

Toggle v0.2.1's commit message
chore(deps): bump cocoon-common to v0.2.1

v0.2.0

Toggle v0.2.0's commit message
style: flatten single-entry const block to bare form

v0.1.9

Toggle v0.1.9's commit message
upgrade to latest common, epoch

v0.1.8

Toggle v0.1.8's commit message
upgrade to latest common


Back | FazBrowse Home | New Git URL