docs icon indicating copy to clipboard operation
docs copied to clipboard

User documentation for Knative components.

Results 205 docs issues
Sort by recently updated
recently updated
newest added

At some ppint we need to update this. We are currently rewriting the py middleware, and will likely create also a few new templates. But that is second half of...

lifecycle/stale

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...

size/XS
dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

size/S
dependencies
javascript

Fixes #6139 ### Proposed Changes - add missing table delimiters (pipes) - update _RedisSource_ url with `knative-extensions/eventing-redis` repository url

size/XS

## Expected Behavior https://github.com/knative/docs/blob/main/docs/eventing/sources/README.md?plain=1#L42 In Knative Sources table, I think RedisSource row should have pipe(`|`) boundaries. ## Actual Behavior RedisSource row must be in a single row, but broken as...

kind/bug

## What is changing? (Please include as many details as possible.) For long running tasks, you can't reuse containers. It seems to be because knative eventing creates jobs not pods....

**Describe the change you'd like to see** Currently in the blog there is text on the footer above each link saying next/previous. As the blog posts are reverse chronological order...

triage/accepted

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...

size/XS
dependencies
go

Without this, following the instructions that don't require port forwarding (e.g. using "minikube tunnel") fails: the service is exposed on port 80, which is not what the frontend expects. After...

size/S

Currently we don't document the OIDC support of the SinkBinding and ContainerSource in https://knative.dev/docs/eventing/features/sender-identity/ ([sender-identity.md](https://github.com/knative/docs/blob/6525f3c262610be9c4b8f1e7cd58007af0441261/docs/eventing/features/sender-identity.md)). We should document that, as soon as the SinkBindings/ContainerSource sink has an audience and OIDC...

good first issue
help wanted