mirror of https://github.com/knative/caching.git
bumping go.uber.org/zap ebebbf3...120b08c: > 120b08c Release v1.18.1, fix panic > 35f15d1 Release v1.18.0 (# 973) > a779980 Prepare release v1.18.1 > d5c2a1a Add zapio.Writer (# 971) > 80f724f Prepare release v1.18.0 > 7ea57ce NopLogger: Fix nil Clock panic > 5afb307 Add Buffer.WriteByte and WriteString methods (# 691) > 1797f10 zapio/writer: More documentation and example test > fb71758 zapcore: add stopped for Stop method called exactly once (# 966) > 0c42722 fix typo (# 967) > aa3e73e zapcore: Add Buffered Writer (# 961) > c05967d zaptest/ObservedLogs: Expose more filters (# 943) > 084fb2a SugaredLogger/sweetenFields: Don't panic (# 949) > 4950e39 Merge v1.17.0 release into master > cfe34dc fossa: Run separately, only on push (# 957) > 56304dc zapcore/FieldType: Don't change enum values (# 955) > 3c7c771 Integrate FOSSA (# 953) > fec3dad lint: Check that 'go mod tidy' was run (# 951) > 7699673 clock: Move to zapcore (# 950) > dedcdad clock: Add Ticker support (# 948) > 3748251 go mod tidy (# 947) > debd2f1 internal/readme: Simplify if condition (# 945) > f73286f FAQ: Add zapfilter (# 939) > 8b883c6 Update dependencies to fix vulnerabilities in (# 936) > d9a4dcc Switch from Travis to GitHub Actions (# 940) > 7b21229 zapcore: Cleanup copy in NewMultiWriteSyncer (# 934) > c23abee Update dependencies to fix vulnerabilities (# 931) > bfa147a Add FilterFieldKey to zaptest/observer (# 928) > ca7ddee Support multi-field encoding using zap.Inline (# 912) > 89e3820 Add support for grpclog.LoggerV2 (# 881) > aecb309 tools: Move to submodule (# 914) > ab0cbad Remove outdated information, make dependencies is no longer necessary. (# 915) > 4f6f7e9 Optimize Sugar logger for calls with a single string arg (# 913) > 89d9466 Fix: code quality issues using DeepSource (# 907) > b274f65 http: support additional content type (# 903) > f8ef926 Add WithClock Option (# 897) bumping knative.dev/pkg 51cfaab...e8973c6: > e8973c6 Bump a few assorted dependencies (# 2186) > 4377330 Update community files (# 2185) > 4a3e56d Update actions (# 2182) > fe90576 Retry 'no route to host' errors by default (# 2181) > 30f9568 Update actions (# 2177) 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.