pepr icon indicating copy to clipboard operation
pepr copied to clipboard

Type safe K8s middleware for humans

Results 72 pepr issues
Sort by recently updated
recently updated
newest added

Bumps chainguard/node-lts from `a8d75b6` to `1fa615d`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard/node-lts&package-manager=docker&previous-version=a8d75b6c274c0db9044d0f2d389adfeb28a2d07ee3d1bb1380bc26a32f139eb1&new-version=1fa615d46ab7175a3cbb34d9ae9950e06ef68ac86f84e3c9873ea57fb425cb8c)](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

### Describe what should be investigated or refactored With the root level markdown files now being pulled directly into the Pepr docs website, we need to review/update the markdown files...

tech-debt

### Is your feature request related to a problem? Please describe. hello-pepr is great, but it's better as a test framework and a stream of examples. ### Describe the solution...

documentation

## Description Configuration options for pino timestamps ## Related Issue Fixes #795 Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue)...

### Is your feature request related to a problem? Please describe. Background: this is in UDS - Person creates 10 exemption CRs all at once - All 10 get added...

enhancement

Running all e2e tests for the `hello-pepr-store` excellent example will fail intermittently _IF_ the commented out scenarios in [store.e2e.test.ts](https://github.com/defenseunicorns/pepr-excellent-examples/blob/main/hello-pepr-store/capabilities/store.e2e.test.ts) and [store.ts](https://github.com/defenseunicorns/pepr-excellent-examples/blob/main/hello-pepr-store/capabilities/store.ts) are uncommented. It appears that the call to `Store.clear()`...

### Is your feature request related to a problem? Please describe. When debugging across kube-apiserver logs, cluster audit logs, and Pepr logs the Pepr logs use a timestamp and we...

enhancement

### Environment Device and OS: UDS Core App version: - UDS Core v0.19.0 (Pepr v0.29.0) Reported by Jordan - UDS Core v0.18.0 Pepr 0.28.6 Reported by Wayne Watch controller started...

### Environment Device and OS: App version: Kubernetes distro being used: Other: I think that no error object exists. ``` └─[0] k run n --image=nginx -n pepr-demo Warning: Action failed:...

## Description Pepr is a system of callbacks that produce logs. The callbacks are anonymous, so debugging which log comes from which callback can be confusing unless you manually write...