mirror of https://github.com/knative/caching.git
bumping google.golang.org/grpc 62726d4...c0aa20a:
> c0aa20a Change version to 1.58.2 (# 6654)
> 67a53a6 balancer/weightedroundrobin: fix ticker leak on update (# 6655)
> 863de73 update version to 1.58.2-dev (# 6633)
bumping google.golang.org/genproto/googleapis/rpc 2d3300f...007df8e:
> 007df8e chore(all): auto-regenerate .pb.go files (# 1053)
bumping knative.dev/pkg 05a411a...51a826d:
> 51a826d Bump google.golang.org/grpc from 1.58.1 to 1.58.2 (# 2835)
> 4930930 Bump google.golang.org/api from 0.141.0 to 0.142.0 (# 2834)
> 0efc1bc Also return Audience in URIResolver.AddressableFromDestinationV1() (# 2836)
> 559de7e upgrade to latest dependencies (# 2833)
> dd819c0 Update community files (# 2830)
bumping google.golang.org/api c3d417d...fc96064:
> fc96064 chore(main): release 0.142.0 (# 2162)
> da71d0a feat(all): auto-regenerate discovery clients (# 2171)
> ea1fe11 chore(all): update all to 007df8e (# 2167)
> a8cadbf feat(all): use updated mtls config endpoint (# 2164)
> 0c5c2d2 feat(all): auto-regenerate discovery clients (# 2168)
> c4024ed feat(all): auto-regenerate discovery clients (# 2166)
> 304fb51 feat(all): auto-regenerate discovery clients (# 2165)
> a34ad77 feat(internal): add some feature flags for new auth libs (# 2163)
> d6822ad feat(all): auto-regenerate discovery clients (# 2161)
bumping knative.dev/hack da6e74c...403114f:
> 403114f Manual shellcheck (# 321)
> 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
> 34850cd Update community files (# 319)
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 | ||
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.