kubewebhook icon indicating copy to clipboard operation
kubewebhook copied to clipboard

Go framework to create Kubernetes mutating and validating webhooks

Results 56 kubewebhook issues
Sort by recently updated
recently updated
newest added

Bumps golang from 1.18 to 1.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18&new-version=1.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.5.0 to 1.9.0. Release notes Sourced from go.opentelemetry.io/otel/trace's releases. Release v1.6.3 Fixed Allow non-comparable global MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773) Release v1.6.2...

dependencies
go

Bumps [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) from 1.5.0 to 1.9.0. Release notes Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's releases. Release v1.6.3 Fixed Allow non-comparable global MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773) Release v1.6.2...

dependencies
go

Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.5.0 to 1.9.0. Release notes Sourced from go.opentelemetry.io/otel/sdk's releases. Release v1.6.3 Fixed Allow non-comparable global MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773) Release v1.6.2...

dependencies
go

Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.30.0 to 0.34.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases. Release v1.9.0/v0.34.0/v0.4.0 Upgrades all go.opentelemetry.io/otel dependencies to v1.9.0. Added The TextMapPropagator function to go.opentelemetry.io/contrib/propagators/autoprop. This function is used...

dependencies
go

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.5.0 to 1.9.0. Release notes Sourced from go.opentelemetry.io/otel's releases. Release v1.6.3 Fixed Allow non-comparable global MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773) Release v1.6.2...

dependencies
go

Currently, slok/kubewebhook only supports `StopChain` and `MutatedObject`, or returning 500 ISE directly, but it does not support rejecting the request directly in the validating webhook style. https://github.com/slok/kubewebhook/blob/7cda6658a8ec35339496b9062cd23eb6a1e7e8fd/pkg/webhook/mutating/mutator.go#L14-L22 I have confirmed...

When an error is returned, kubewebhook returns error 500 with the JSON-encoded AdmissionReview response object. However, Kubernetes doesn't actually decode this response body, it just displays an error like this...

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...

dependencies
github_actions