Commit Graph

2 Commits

Author SHA1 Message Date
knative-automation dedcad7c7e
upgrade to latest dependencies (#1442)
bumping knative.dev/serving e6a7166...1c022d7:
  > 1c022d7 Add e2e test for # 11668 (# 11755)
  > a9cb969 Widen checks in TestRateLimitPerItem to allow for slow systems (# 11934)
  > 7653caf roles: Don't specify rules when using aggregationRules. (# 11899)
  > 2b44131 Update net-certmanager nightly (# 11929)
  > fc038ea Update net-contour nightly (# 11928)
  > 6fc7e33 Update net-istio nightly (# 11927)
  > 2ba37be Drop unnecessary spoof.Retrying call (# 11930)
  > 9b128a6 Allow directly setting mesh compatibility mode on/off in stat scraper (# 11913)
  > 0bb3503 upgrade to latest dependencies (# 11932)
  > fe5f5b7 Teach resources/queue to allow no readiness probes (# 11866)
  > 406d0ed Drop all usages of EventuallyMatchesBody (# 11931)
  > 13ee889 Add idle timeout to queue proxy (# 11791)
  > 8377769 Speed up TestRateLimitPerItem (# 11908)
  > 5244862 Update net-certmanager nightly (# 11911)
  > 6a5bd01 Update net-contour nightly (# 11887)
  > b83f82d upgrade to latest dependencies (# 11915)
  > b82440c Fix indentation in e2e-tests.sh (# 11902)
  > 54d232c Update net-kourier nightly (# 11912)
  > d9c1342 Support configuring HTTPOption per ksvc (# 11882)
  > ae44ea6 Update net-istio nightly (# 11894)
  > cefe5ed upgrade to latest dependencies (# 11907)
  > b1c20f6 upgrade to latest dependencies (# 11901)
  > fd04ef8 Tracking request counts in queue proxy (# 11783)
  > 0e6dbde Improve error messages on probe failure (# 11897)
  > 24c59e0 Update net-kourier nightly (# 11888)
  > 68dba4a change wait calls for check calls in tests (# 11680)
  > 6d0317e Update link to serving specs (# 11891)
  > 22fc6eb Update go-containerregistry to 0.6.0 (# 11876)
  > 5b9face TestServiceWithTrafficSplit test changes (# 11799)
  > 88a8d1b upgrade to latest dependencies (# 11893)
  > 1c25327 Update net-certmanager nightly (# 11880)
  > d6c8217 Update net-istio nightly (# 11879)
  > 6ef09ce Allow for additional delete calls without hanging in KPA test (# 11886)
  > 2c0663c upgrade to latest dependencies (# 11884)
bumping knative.dev/eventing ea5ed9a...38f3845:
  > 38f3845 Clarify meaning of `default-br-config` (# 5713)
  > 546b3b6 upgrade to latest dependencies (# 5712)
  > 158f189 Test runner: Increase MaxNamespaceSkip (# 5706)
  > bbd498b upgrade to latest dependencies (# 5702)
  > 4a55e51 Fix inaccurate description of default-br-config (# 5703)
  > 38bfba7 drop scheduled github action e2e tests (# 5701)
  > c4acab4 💄 Fix name of test, as it was changed in code before... (# 5695)
  > dd02173 fix typo (# 5697)
  > 0b5e37d 💄 Going w/ v1 API shape for CRDs (# 5688)
  > 7412ab7 upgrade to latest dependencies (# 5684)
  > bb0b305 DeliverySpec.Timeout on Broker and Trigger (# 5687)
  > 59dc3fc adding conformance test for Spec.Config being immutable (# 5686)
  > 00ab8a1 Add ability to specify heartbeat durations as a time.Duration (# 5683)
  > 16104f9 Validate broker spec config immutable (# 5682)
  > 75b9159 Update actions (# 5673)
  > 9b1f09c upgrade to latest dependencies (# 5681)
  > 51319db Add heartbeats image to released images (# 5680)
bumping knative.dev/networking ff7c341...9d1fe47:
  > 9d1fe47 upgrade to latest dependencies (# 501)
  > 7c11d23 upgrade to latest dependencies (# 498)
  > 5f2e230 upgrade to latest dependencies (# 495)
  > ee93e22 Allow 502 codes as well as 503 to indicate mesh errors (# 494)
  > e755cda upgrade to latest dependencies (# 493)
  > a31c669 upgrade to latest dependencies (# 492)
bumping knative.dev/pkg 2bd91f7...73d4fe6:
  > 73d4fe6 Drop Retrying and EventuallyMatchesBody checks (# 2278)
  > bb433c9 Add tests for retriable errors to the spoof client (# 2277)
  > b09fa45 Declare `DefaultErrorRetryChecker` as `ErrorRetryChecker` type (# 2276)
  > dec98b4 fix a small lint warning (# 2270)
  > fbe9e7e Widen the error checker interface to allow response error checking (# 2253)
  > 7a61343 only test downstream tekton with HEAD (# 2271)
  > c69aba0 Deduplicate Check and Poll functions on the spoof client (# 2264)
  > b721b0b fix check calls being unreliable (# 2250)
  > d60f1a4 Avoid double-resyncs without leader election. (# 2252)
  > 0482448 allow unknown metadata fields (# 2249)
  > f39ea04 Add eventing-redis to downstream test (# 2247)
  > 82f3a9f Add triggers to the downstream test (# 2236)
  > e957ee5 Drop several deprecated APIs. (# 2228)

Signed-off-by: Knative Automation <automation@knative.team>
2021-09-07 10:21:19 -07:00
David Simansky fc7e87667f
Add support for multi-containers (#1382)
* Add support for multi-containers

* Update examples

* Fix UpdateContainers to match by name

* Add experimental note & tests

* Rename flag to --extra-containers

* Fix formatting

* Fix flag renaming leftovers

* Update pkg/kn/flags/podspec_test.go

Co-authored-by: Roland Huß <rhuss@redhat.com>

Co-authored-by: Roland Huß <rhuss@redhat.com>
2021-08-09 12:25:12 -07:00