mirror of https://github.com/knative/caching.git
bumping google.golang.org/grpc c6e7f04...d715b2e: > d715b2e Change version to 1.62.0 (# 6994) > d706a42 cherry-pick # 6926 to 1.62 release branch (# 6986) > 8a4ca0c cherry-pick # 6977 to 1.62.x release branch (# 6979) > d41b01d encoding: fix typo (# 6966) > c2b50ee deps: fix backwards compatibility with encoding (# 6965) > 05b4a8b Revert "xds/googlec2p: use xdstp names for LDS (# 6949)" (# 6964) > 03e76b3 grpc: add ability to compile with or without tracing (# 6954) > 84b85ba xds/googledirectpath: Check if ipv6 address is non empty (# 6959) > 6f63f05 internal/grpcrand: use Go top-level random functions for go1.21+ (# 6925) > cd69b5d .*: fix minor linter issues (# 6958) > 891f8da build(deps): bump the github-actions group with 2 updates (# 6955) > 8da3e23 status: modify TestStatus_ErrorDetails_Fail to replace protoimpl package (# 6953) > a3f5ed6 interop: Replace context.Background() with passed ctx (# 6827) > 3aafa84 xds/googlec2p: use xdstp names for LDS (# 6949) > 02858ee deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (# 6919) > 8d735f0 internal/transport: Remove redundant if conditional in http2_server (# 6946) > 5051eea grpc: Update go mod (# 6939) > d66bc9b encoding/proto: make sure proto imports are renamed (# 6934) > 4d792e5 Change version to 1.62.0-dev (# 6938) bumping knative.dev/pkg 32e13c4...97fb318: > 97fb318 Bump google.golang.org/grpc from 1.61.1 to 1.62.0 (# 2974) Signed-off-by: Knative Automation <automation@knative.team> |
||
---|---|---|
.github | ||
config | ||
hack | ||
pkg | ||
test | ||
third_party/VENDOR-LICENSE | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.md | ||
DEVELOPMENT.md | ||
LICENSE | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
SECURITY.md | ||
code-of-conduct.md | ||
go.mod | ||
go.sum |
README.md
Knative Caching Resources
Knative caching
defines resources that can be used to express a desire to
cache things. These are just API definitions for caching custom resources
plugins, it does not include an implementation of this API.
To learn more about Knative, please visit our Knative docs repository.
If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md. For a list of all help wanted issues in Knative, see CLOTRIBUTOR.