Commit Graph

6 Commits

Author SHA1 Message Date
knative-automation 9b6ee73dc4
upgrade to latest dependencies (#539)
bumping go.uber.org/zap c8e813e...eaeb0fc:
  > eaeb0fc Preparing release v1.19.1 (# 1005)
  > 0944a26 Update changelog (# 1004)
  > 305c249 json: Fix float32 encoding and add test (# 1003)
  > 914c4ff json: Fix encoding complex with negative i (# 1001)
  > d8fd848 Fixes multiple CVE from imports (# 990)
bumping knative.dev/pkg 5ae4821...2267a4c:
  > 2267a4c Bump a few assorted deps (# 2301)
  > 221312a duck cronjob (# 2299)
  > f07c8e4 Add pod / cronjob (# 2298)
  > 07ea512 Update very old Google API dependencies (# 2294)
  > 55de825 Update actions (# 2296)
  > c92466a Update community files (# 2295)
  > b708bde Bump a few assorted dependencies (# 2292)
  > 7d6d325 Update actions (# 2287)
  > 61a3edd Add IsNum to true when set `-0` to minimumVersion.Pre (# 2288)
  > c5ec096 Update community files (# 2286)
  > 52b0e29 Source validation fixes (# 2285)
  > d8349b0 Update community files (# 2284)

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-29 06:14:22 -07:00
knative-automation 5c740fb8f2
upgrade to latest dependencies (#499)
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>
2021-07-12 22:21:50 -07:00
knative-automation 9f992d13f5
upgrade to latest dependencies (#456)
bumping knative.dev/pkg b51994e...942c621:
  > 942c621 add prometheus condition (# 2088)
  > 554d133 Bump assorted dependencies (# 2096)
  > 2e62ba6 Add possibility to implement a deletion handler in a reconciler. (# 2089)
  > b80a192 Improve state reporting in kube checks (# 2082)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-19 22:24:35 -07:00
Matt Moore 7f5b718a01
[master] Auto-update dependencies (#261)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign n3wscott vagababov
/cc n3wscott vagababov
2020-04-29 09:02:42 -07:00
Matt Moore 1dd26e7d03
Migrate caching to go mod (#258) 2020-04-27 14:35:51 -07:00
Matt Moore 932173e3e2 Bootstrap knative/caching.
This adds all of the elements needed to bootstrap the knative/caching repo.

I've tried to limit this to largely boilerplate elements so that it can more easily be recycled as we create other repos.
2018-09-01 20:50:01 +00:00