Commit Graph

729 Commits

Author SHA1 Message Date
knative-automation 3ca984cc7c
upgrade to latest dependencies (#1305)
bumping knative.dev/serving 9384755...a67cc87:
  > a67cc87 Update net-kourier nightly (# 11364)
  > e592f69 Update net-istio nightly (# 11363)
  > 8d10df6 Update net-contour nightly (# 11361)
  > 26c93b9 Use UID rather than label to avoid hitting character limits (# 11360)
  > b463000 Update actions (# 11359)
  > ad3bb89 Update net-contour nightly (# 11349)
  > 0e71208 Fix invalid link for support.rotation (# 11358)
  > 06f41e0 Update net-istio nightly (# 11350)
  > e6fd019 Update net-certmanager nightly (# 11348)
  > 50146f1 Update net-kourier nightly (# 11341)
  > 5226aa1 Update net-contour nightly (# 11343)
  > b56e96e Update net-certmanager nightly (# 11342)
bumping knative.dev/eventing 1bbc013...200e54c:
  > 200e54c Use new label for defining a cluster-local Knative Service (# 5402)
  > dd955b9 Update actions (# 5401)
  > e3dbc74 upgrade to latest dependencies (# 5393)
  > af770af Update actions (# 5392)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-17 10:49:25 -07:00
David Simansky 9f6ec3194f
Refactor waiting loop to use resourceVersion (#1301)
* WIP: Refactor waiting loop to use resourceVersion

* Remove testing println

* Fix error return in DeleteService

* Add more tests to reflect review feedback
2021-05-17 10:17:25 -07:00
Evan Anderson 66edd00fa8
Add knative-release-leads to OWNERS (#1317) 2021-05-17 09:45:24 -07:00
knative-automation 8836501d25
Update actions (#1314)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-17 04:50:24 -07:00
David Simansky a165c6c64f
Fix replicas *int32 type in describe commands (#1312)
* Update to latest dependencies

* Fix replicas *int32 type in describe commands
2021-05-17 03:31:24 -07:00
knative-automation 390bf0f9ad
Update actions (#1311)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-13 08:00:48 -07:00
Roland Huß 6b220e3e25
Fixe formatting in README (#1310) 2021-05-12 13:53:48 -07:00
Pratham Murkute faee441528
Fix for serviceaccounts "default" not found flaky issue (#1306) 2021-05-11 15:09:46 -07:00
knative-automation fb07e25c74
Update knative/community files (#1309)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-11 13:22:46 -07:00
Martin Gencur adb6bdff74
Fully qualified test images (#1307)
* Use fully qualified image references in helloworld Dockerfile

* TMP: Run tekton tests in pre-submit

* remove this when the tekton tests pass

* TMP: Use mgencurs fork so that buildah uses the updated Dockerfile

* TMP: Fix running in pre-submit

* Revert "TMP: Fix running in pre-submit"

This reverts commit 35694f067e.

* Revert "TMP: Use mgencurs fork so that buildah uses the updated Dockerfile"

This reverts commit b7ad15e4d8.

* Revert "TMP: Run tekton tests in pre-submit"

This reverts commit 36d3a95c1b.
2021-05-10 05:40:00 -07:00
knative-automation 7109533e9c
Update actions (#1303)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-07 09:14:10 -07:00
knative-automation ccf721f8b0
upgrade to latest dependencies (#1302)
bumping knative.dev/serving 101c6f1...2d4e4a1:
  > 2d4e4a1 Make digest resolution idempotent (# 11293)
  > dd0e497 Update go-containerregistry to v0.5.0 (# 11292)
  > dd4e1cb Increase digest resolution rate limit (# 11279)
  > 91d511c Update net-kourier nightly (# 11301)
  > 28e53cb Update net-contour nightly (# 11302)
  > 69214d4 Update net-istio nightly (# 11300)
  > ad94366 Change magic DNS to sslip.io (# 11298)
  > c2f3fda Make sure the decider state is settled in test (# 11290)
  > 695b9e7 Update net-contour nightly (# 11288)
  > aa2ef62 Update net-istio nightly (# 11287)
  > f9abb7f Update net-certmanager nightly (# 11282)
  > e2a8237 e2e - drop imperative bash yaml for declarative ytt/kapp (# 11175)
  > e04223b remove duplicate additionalPrinterColumns (# 11285)
  > 08d17a2 Make KO_FLAG flexible for e2e-tests (# 11284)
  > 5ad9c8e Implement per-item rate limits for digest resolution (# 11278)
bumping knative.dev/eventing 8db3bcf...768b7d1:
  > 768b7d1 ApiServerSource smoke tests (# 5346)
  > 7ae9d3e Increase defaulting test coverage for apis/config and apis/messaging/config (# 5344)
  > 8a094e6 Check SCALE_CHAOSDUCK_TO_ZERO after the chaosduck is deployed (# 5330)
  > e7237ee Trigger defaulting webhook tests (# 5339)
  > 88fc2e2 More containersource e2es (# 5338)
  > 3888d16 [v1] Test to make sure webhook validates ApiServerSource (# 5329)
  > a5db0e1 Add containersource smoke test (# 5331)
  > 0278f6e Format markdown (# 5326)
  > 462f1f3 Pointing to the proper v1 api, as the copy (# 5328)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-05 14:21:09 -07:00
Roland Huß 5ce3d1b71d
chore: fixed documentation of configuration options in README (#1297)
* chore: fixed documentation of configuration options in README

* chore: Updated according to review comments.
2021-05-04 07:18:38 -07:00
David Simansky e5b19e12ab
Update Eventing Sources API to v1 (#1299)
* Update Eventing Sources API to v1

* Update vendor dir

* Fix imports formatting

* Move PingSource client to v1beta2

* Fix sink resolve

* Fix serving version string

* Use Eventing version 0.22.1 in e2e tests
2021-05-03 03:12:58 -07:00
knative-automation dccf3e30fa
upgrade to latest dependencies (#1296)
bumping knative.dev/hack 88c69cd...93ad912:
  > 93ad912 Print java and mvn version (# 65)
  > 86f9adc Fix default codegen pkg dir (# 67)
bumping knative.dev/networking 7a7ad51...796a800:
  > 796a800 upgrade to latest dependencies (# 403)
  > b62df94 upgrade to latest dependencies (# 402)
  > 2696fca Add missing JSON tag to protocol type (# 400)
bumping knative.dev/eventing 83a1713...474fb5b:
  > 474fb5b remove v1alpha1 sources APIs (# 5317)
  > fc44024 More v1 (# 5316)
  > e807987 [v1] Add flows yaml desc (# 5315)
  > 178be6b Remove some vbeta1 IMC configs in tests (# 5314)
  > d21b7d6 💄 Adding API description (e.g. for k explain) for IMC and generic Channel (# 5307)
  > 18fb3db CreatePodOrFail retry on "No API token found" (# 5313)
  > 504cae3 Fixing versions and api groups for subscription validation test (# 5310)
  > 386cd07 upgrade to latest dependencies (# 5302)
  > 5dccb29 Tidy up the CRD to remove the v1beta1 (# 5298)
  > 978778a Increase Subscription validation test coverage (# 5305)
  > 0d25138 Increase Trigger validation test coverage (# 5306)
  > a62ed6a 🧹 lifting some apis to more recent level (# 5300)
  > 6f7c5cf Doing version bumps for some files to v1 (# 5299)
bumping knative.dev/pkg 2a0fc65...5a308fa:
  > 5a308fa upgrade to latest dependencies (# 2105)
  > cfc1eed Better support for error wrapping with ReconcilerEvents (# 2106)
bumping knative.dev/serving 792c8d2...6ed3b03:
  > 6ed3b03 Update net-kourier nightly (# 11265)
  > 38c791e upgrade to latest dependencies (# 11271)
  > c28723a upgrade to latest dependencies (# 11269)
  > efb7b45 Update net-istio nightly (# 11268)
  > 1297dbd Update net-certmanager nightly (# 11266)
  > da0d742 Actually use the rate limited queue (# 11256)
  > 5692160 Update visibility label comment in config-domain (# 11253)
  > 88ff33f Update net-istio nightly (# 11247)
  > b69efda Update net-kourier nightly (# 11255)
  > 7ce1ba1 Update net-contour nightly (# 11254)
  > b4dd584 upgrade to latest dependencies (# 11264)
  > c7326c1 Add myself to support rotation of 04-26 (# 11263)
  > 28ba542 upgrade to latest dependencies (# 11262)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-28 09:28:54 -07:00
knative-automation e829ed24a0
upgrade to latest dependencies (#1292)
bumping knative.dev/hack b6ab329...88c69cd:
  > 88c69cd Add debug info for release.sh to investigate https://knative.slack.com/archives/CA1DTGZ2N/p1619160369065000 (# 66)
  > b5f6e25 Update OWNERS_ALIASES to match autogen in community (# 62)
bumping knative.dev/eventing a0a3302...83a1713:
  > 83a1713 Drop --strict flag on ko (# 5303)
bumping knative.dev/serving 3537984...792c8d2:
  > 792c8d2 upgrade to latest dependencies (# 11260)
bumping knative.dev/networking 2b84569...7a7ad51:
  > 7a7ad51 upgrade to latest dependencies (# 401)
  > 2ee665e upgrade to latest dependencies (# 398)
bumping knative.dev/pkg 0c5259d...2a0fc65:
  > 2a0fc65 Make VolatileTime compatible with controller-gen (# 2104)
  > 78b8140 Use semantic equality for status update retries (# 2103)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-26 18:17:39 -07:00
Markus Thömmes 73f821907c
Drop --strict flag on ko (#1295) 2021-04-26 17:46:39 -07:00
knative-automation eab8a572c8
upgrade to latest dependencies (#1291)
bumping knative.dev/networking 57bee66...2b84569:
  > 2b84569 upgrade to latest dependencies (# 397)
bumping knative.dev/pkg 1afd049...0c5259d:
  > 0c5259d Allow errors.As to work with reconciler.Events (# 2100)
bumping knative.dev/serving 3214502...3537984:
  > 3537984 Don't fall back to cluster IP when error is not mesh-related (# 11208)
  > e97bc76 upgrade to latest dependencies (# 11252)
  > d31ab23 Lower the drain sleep in queue-proxy to previous value (# 11249)
bumping knative.dev/eventing 7775e37...a0a3302:
  > a0a3302 upgrade to latest dependencies (# 5297)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-23 15:08:39 -07:00
knative-automation 1c2381e192
upgrade to latest dependencies (#1286)
bumping knative.dev/eventing 4a3216c...7775e37:
  > 7775e37 Move eventing-contrib/cmd/* here (# 5295)
  > 4c98f8a Adding more coverage (# 5290)
  > 8565fcd Clean up resources created by Feature tests (# 5289)
  > 73ce225 [Rekt] Channel Delivery Spec data plane tests. (# 5279)
  > 5ed9b36 event type v1beta1 (# 5272)
  > 5855490 Running validation for events on broker ingress (# 5275)
  > 0fa5989 Add pre-review checklist to PR template (# 5184)
  > f1909db Improve performance of eventfilter lookups (# 5288)
  > 60bc1cf break delivery/routing tests into features (# 5287)
  > 79e83bd adding more polling for channel tests (# 5284)
  > 31cda4c upgrade to latest dependencies (# 5283)
  > 56631a5 Add tests for additional ingress error cases (# 5281)
  > facbd02 [Rekt] Add polling on inner channel subscriber status (# 5278)
  > 4324aef add test with reply (# 5282)
  > b3ccb11 Do events end where they should (# 5280)
  > cd7c750 test trigger delivery specs fully (# 5268)
  > 0452204 Filtering fix for consistency in handling empty string as value (# 5273)
  > 96a4cc3 Remove KafkaChannel upgrade hack (# 5276)
  > 97c0d30 upgrade to latest dependencies (# 5263)
  > e745733 make sure the mtchannelbasedbroker uses trigger.spec.delivery (# 5267)
  > 71153e6 Adding dataplane conformance tests for Delivery Specs for Brokers. (# 5262)
  > 92fb0f4 Do not panic prober if report fetched too early (# 5264) (# 5265)
  > fc115ae update to new release of goland sdk for cloudevents 2.4.1 (# 5261)
  > 1f54d0e Format markdown (# 5251)
  > 7544bdb Use Event Prober, and Event Library  (# 5216)
  > 68afe54 update deps to latest April 12th (# 5235)
  > 515136c fix(PingSource): remove annotation based conversion logic (# 5153)
  > 39b00a6 upgrade ptypes from deprecation notices (# 5218)
bumping knative.dev/networking fe8b23b...57bee66:
  > 57bee66 Allow the prober to cancel probing by key (# 396)
  > 12abdf2 Add helper to test for potential mesh errors (# 393)
  > de8ac12 upgrade to latest dependencies (# 395)
  > 4e9d153 Update knative/community files (# 394)
  > 90f951c upgrade to latest dependencies (# 392)
  > a64b4be upgrade to latest dependencies (# 391)
  > 89774aa Append headers to TestRule to verify we hit expected backend (# 385)
  > e294898 upgrade to latest dependencies (# 390)
  > 945b81a Update knative/community files (# 389)
  > c8c1ee6 upgrade to latest dependencies (# 387)
bumping knative.dev/pkg 01dccc5...1afd049:
  > 1afd049 Update knative/community files (# 2097)
  > 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)
  > b51994e Fix a few comments in reconciler-gen (# 2090)
  > 3a2ae6d resolve cluster domain using env CLUSTER_DOMAIN as a fallback (# 2092)
  > 4302f33 Update knative/community files (# 2091)
  > 728bc4a Update OWNERS_ALIASES to match autogen in community (# 2078)
bumping knative.dev/serving 79d3123...3214502:
  > 3214502 upgrade to latest dependencies (# 11246)
  > 4ac36ce Add API doc generation to codegen (# 11238)
  > a370537 hardcode the ambassador namespace (# 11245)
  > 3844721 don't specify patch and build for gke version (# 11214)
  > 0470900 Update net-kourier nightly (# 11242)
  > 82e650a Update net-istio nightly (# 11241)
  > 152af6d Update net-contour nightly (# 11240)
  > 6ebf113 Use OnDeletionInterface to drop potentially racy direct usages of DeleteFunc (# 11235)
  > 20e7d89 Update net-kourier nightly (# 11233)
  > 258834f Update net-contour nightly (# 11232)
  > ef2ac45 Use new helper to detect potential mesh errors (# 11234)
  > 5b67bd9 don't use vendor in ko:// path (# 11229)
  > f43af48 Update knative/community files (# 11227)
  > 3822eac upgrade to latest dependencies (# 11228)
  > b2fdf93 drop unused e2e test flag (# 11230)
  > e4c7848 Update net-kourier nightly (# 11219)
  > 83808bc Update net-contour nightly (# 11220)
  > d2ca2eb Drop unnecessary parsing from/to string in probe (# 11224)
  > ae54012 Update net-istio nightly (# 11221)
  > 912936a Allow for more overscale in tests if the deployment is being rolled (# 11209)
  > 1b83b4b upgrade to latest dependencies (# 11217)
  > 9a5f4b8 Update net-istio nightly (# 11180)
  > 44f6033 Fix activator index update log (# 11203)
  > 40a54e3 Statically configure passthrough lb in the activator (# 11184)
  > 9054d8b Don't hardcode replica count in the Activator HA test (# 11189)
  > b6af5b6 Update net-contour nightly (# 11182)
  > ef78b9a Replace all copies of autoscaling annotations with constants (# 11213)
  > db9538d Add addressable-resolver role for serving controller (# 10693)
  > bdc0db4 use GKE 1.18 for CI until we sort out 1.19 failures (# 11206)
  > bbfa917 Set useragent for digest resolver (# 10590)
  > 935bcc8 Excluse domainmapping-webhook from chaos (# 11202)
  > 0640781 Add specific port to instruct istio to open correct listener (# 11063)
  > c50bbf8 Update net-kourier nightly (# 11191)
  > 3b198ec Fix couple of nits in scale tests (# 11204)
  > 09f07d7 bump kind e2e to use go1.15 (# 11187)
  > 0751aed Update net-kourier nightly (# 11181)
  > 7f889d8 fix broken link in spec error.md (# 11167)
  > 3792fb4 Add test for existing queue probe behaviour (# 11186)
  > e57b86b Revert "Thread network config into the autoscaler (# 11056)" (# 11185)
  > 53df47c Remove private service listing (# 11178)
  > 9faf9e6 Don't require ActivatorOverloadTest to scale to 0 (# 11177)
  > 942af3f Move comment above referenced code (# 11179)
  > 40e7ad0 Update net-kourier nightly (# 11169)
  > bd8d6a0 Use passthrough loadbalancing in activator state keeping (# 11172)
  > 7ac0c4f Add a private service name helper and use throughout (# 11176)
  > fc6ca85 Subdomain url from traffic status (# 11149)
  > 01ef03f Be more discerning about which errors cause mesh fall-back (# 11174)
  > 8a0eff7 Connect the networking config with stats scraping (# 11161)
  > d73eb99 upgrade to latest dependencies (# 11173)
  > 2bfe3de upgrade to latest dependencies (# 11168)
  > c96e749 fix cluster.local replace directive (# 11166)
  > a4f70f6 Cleanup deepcopygen annotations and calls (# 11165)
  > 3f6d931 Override Host in activator's main handler if option is set (# 11162)
  > 8d72e76 Fix a few wrong logs in tests and make them consistent (# 11164)
  > 6ed9b72 upgrade to latest dependencies (# 11163)
  > 9cabf66 Update net-contour nightly (# 11157)
  > 05ae6b2 Update net-kourier nightly (# 11158)
  > 81e36a1 Update net-istio nightly (# 11156)
  > 1b007c5 upgrade to latest dependencies (# 11155)
  > daab3e3 Update net-kourier nightly (# 11144)
  > b2c6829 Update net-certmanager nightly (# 11145)
  > b2f616b Update net-contour nightly (# 11143)
  > 339d7e2 Thread network config into the activator (# 11052)
  > 443038c Update knative/community files (# 11141)
  > cc3f45b Update net-contour nightly (# 11131)
  > 6396164 Update OWNERS_ALIASES to match autogen in community (# 11103)
  > d59d81f upgrade to latest dependencies (# 11138)
  > 47f56c6 run kind e2e in release branches (# 11127)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-22 07:15:38 -07:00
knative-automation 47a04cb592
Update knative/community files (#1290)
Signed-off-by: Knative Automation <automation@knative.team>
2021-04-20 04:57:36 -07:00
David Simansky 405691dd8c
Fix domain list output (#1288) 2021-04-14 11:55:01 -07:00
David Simansky cdc1d4e41a
Add number of instances to describe command (#1289) 2021-04-14 11:23:02 -07:00
Yevhen Vydolob 563f1d9294
Fix service/revision list output with '-o' param (#1276)
* Fix service/revision list output with '-o' param

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Update CHANGELOG

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Simplify output flag check

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Respect '-o' in all list commands

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix imports

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix e2e test

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix e2e test

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Remove unnecessary import

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix import

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix tests

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
2021-04-13 07:53:00 -07:00
knative-automation 64c6851972
Update knative/community files (#1279)
Signed-off-by: Knative Automation <automation@knative.team>
2021-04-13 06:24:00 -07:00
David Simansky 33deb82a98
chore(ci): Update E2E latest release versions for Serving & Eventing (#1285) 2021-04-08 09:49:51 -07:00
David Simansky 910d136563
Upgrade Eventing API from v1beta1 to v1 (#1284)
* Upgrade Eventing API from v1beta1 to v1

* Update vendor dir

* Fix channel ref parsing

* Remove leftover v1beta1 in docs & tests
2021-04-08 07:42:51 -07:00
Roland Huß 33e2c9fdf0
Some fixes in `kn domain` help messages (#1283) 2021-04-06 13:31:49 -07:00
Roland Huß 3f1a238124
chore: Prepare for release 0.22.0 (#1282) 2021-04-06 12:37:48 -07:00
ericmillin 804895fe66
Fix memory leak on closed watch channel (#1263)
* Fix timer leak on closed watch channel

* Update changelog

* Stop watch timer on Wait exit

Co-authored-by: Roland Huß <roland@ro14nd.de>
2021-04-06 11:36:39 -07:00
knative-automation 2b7fcaab9e
upgrade to latest dependencies (#1280)
bumping knative.dev/serving fc58a32...813aa65:
  > 813aa65 dont add labels with empty values (# 11114)
  > 5dba505 Redo 10615 - add UID labels (# 11108)
  > baed25a Update net-kourier nightly (# 11031)
  > a43d38d Update net-istio nightly (# 11104)
  > 8e21f57 Add more debugging information to the autoscaling tests (# 11100)
  > abf4d9d preparation for Revision api change (# 11068)
  > 0293644 Update net-contour nightly (# 11096)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-06 07:11:39 -07:00
Evan Anderson dfd59086e4
Update OWNERS_ALIASES to match autogen in community (#1277)
* Update OWNERS_ALIASES to match autogen in community

* Fix spelling of TOC
2021-04-01 09:30:23 -07:00
David Simansky 10ea0df157
Add DomainMapping CRUD commands (#1267)
* Add DomainMapping CRUD commands

* fix: Reflect review feedback

* fix: Fix prealloc lint error

* fix: Add specific reference resolution

* fix: Remove Kubernetes support in ref

* chore: Add context param to client functions
2021-04-01 08:53:23 -07:00
knative-automation 8bcefe59d5
upgrade to latest dependencies (#1266)
bumping knative.dev/hack 9b73a25...b6ab329:
  > b6ab329 Add a comment to explain why we have a long wait_until_pods_running function (# 60)
  > 58edbdc [schema cli] correct arrays (# 58)
  > 97362eb go test flag should go first (# 54)
  > 57abacd Don't redirect STDERR to /dev/null when querying pods (# 55)
bumping knative.dev/pkg 4048853...952fdd9:
  > 952fdd9 Update common github actions (# 2077)
  > 6317ec6 Update DEVELOPMENT.md (# 2069)
  > a5005d3 Bump k8s min version to v1.18.0 (# 2076)
  > 808d622 Escape path before returning it in a response (# 2075)
  > 71e938e Fix int conversion in statefulset ordinals (# 2074)
  > 3b7934e Update webhook/README.md to reflect current packages (# 2062)
  > 9d92ea1 Update reconciler_controller.go (# 2066)
  > 78ca070 upgrade to latest dependencies (# 2070)
  > b558677 Use TB interface, rather than T pointer when doing test stuff (# 2064)
  > 9bf9eeb rename downstream-test-go to actions-downstream-test (# 2065)
  > dfeeb18 Update common github actions (# 2059)
  > de0a8c9 upgrade to latest dependencies (# 2060)
  > 6a33a1a Upgrade a few assorted dependencies (# 2058)
bumping github.com/google/go-cmp ec71d6d...8fa37b4:
  > 8fa37b4 Fix reporter verbosity bug (# 253)
  > dc6435e De-virtualize interfaces for specialized diffing (# 254)
  > e9947a2 Run tests on Go 1.16 (# 252)
  > 3a98a11 cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (# 251)
bumping knative.dev/eventing 3b42737...8f35d42:
  > 8f35d42 last control plane test for channel (# 5182)
  > 2d4951e redo smoketests, move one broker test (# 5187)
  > 5aacf4f Channel Data Plane Conformance Template (# 5183)
  > 6c632d1 add post 022 job to remove pingsource finalizer (# 5008)
  > ae36e5b upgrade to latest dependencies (# 5156)
  > ab0b9b0 Update common github actions (# 5186)
  > dca8b0a 4962 test coverage kncloudevents (# 5171)
  > 18e33bf increase webhook timeout values to be larger than probe timeouts. (# 5175)
  > f526e3d adding channel subscription smoke tests (# 5177)
  > 6d403f8 fix lease not always being released (# 5162)
  > 9ababf2 update downstream test to also run on main branch PRs (# 5145)
  > 9362696 Channel Conformance tests for Spec and Status shapes. (# 5152)
  > 3ebce0d relax malformed ce response code to 4xx (# 5154)
  > 8ff609f add tests for various missing required fields (# 5144)
  > 979f99e Changing cluster role's name check to check only suffix for source spec conformance testing (# 5105)
  > 724f4ed adding role and role selector test for channels (# 5141)
  > 116a571 Fix comment on podspecable-binding clusterrole (# 5142)
  > c820f42 Channel Conformance Tests, CRD (# 5138)
  > d3e856a upgrade to latest dependencies (# 5140)
  > b5b547f adding todo stubs for channel conformance tests (# 5127)
  > 5947002 add test for rejecting malformed CE (# 5135)
  > f9de675 broker.status.address.url is not required (# 5134)
  > 04ab20f rename downstream-test-go to actions-downstream-test (# 5133)
  > 9e8f2df add conformance test for checking GET method gets rejected (# 5132)
  > 88b3c90 More unit tests for pingsource (# 5106)
  > c039526 Add create KinD cluster script (# 5126)
  > aecb58c Format markdown (# 5116)
  > 1ba9ebd add test for wrong version of CE (# 5124)
  > e2e9edf Use correlation between send / response events (# 5108)
  > 33cc21a Adjust resources.requests of eventing-webhook (# 5112)
  > 2dcdb47 Add Eventing 1.0 to the roadmap (# 5043)
  > 4e1a66b Update community support instructions with ux issue template info (# 5109)
  > c42772d KafkaChannel hack to upgrade (# 5085)
  > a95567e statuscode 200-299 (# 5102)
  > 85c4286 add data plane for ce versions (# 5101)
  > 025f1c1 Broker/Trigger Conformance Tests, invalid trigger.spec.filters (# 5089)
  > 266b743 use timing and common config from reconciler-test (# 5094)
  > c1124d5 Format markdown (# 5093)
  > de960c7 Update common github actions (# 5090)
  > 8983fc8 Change spec redirects to template used by docs (# 5092)
  > 48fb081 broker changes come from the env. (# 5088)
  > 23d1519 Format markdown (# 5083)
  > df48abb Schema tool for Eventing v1 (# 5087)
  > 3b812fc Switch slinkydeveloper and devguyio rotations (# 5084)
  > 07939c5 fix trigger conf tests (# 5082)
  > 646b9e2 add unit tests to reconciler/apiserversource (# 5067)
  > b09cc03 add ./ to file (# 5078)
  > ef536d4 Start adding spec based conformance tests for Broker/Trigger. (# 5072)
  > 60043be Add KO_FLAGS usage to chaosduck build (# 5075)
  > b2ea385 Add redirect link (# 5077)
  > c8b0b6b Remove specs for eventing and point to new location in specs repo (# 5057)
  > 1184217 Update support info with machine-readable rotation (# 5068)
  > 248cd1b Add query for doc issues that eventing eng. attention (# 5074)
  > 2b95fce upgrade to latest dependencies (# 5060)
  > 4cbc070 Timezone not added to schedule in runner.go # 5058 (# 5059)
bumping knative.dev/networking 430a689...999a770:
  > 999a770 Update common github actions (# 382)
  > a1fa52a upgrade to latest dependencies (# 381)
  > 45fe1f5 upgrade to latest dependencies (# 380)
  > 354e242 Add pod-addressability config to config-network (# 377)
  > 6a77ca6 upgrade to latest dependencies (# 376)
  > 44a3b91 upgrade to latest dependencies (# 375)
  > 8fc278d rename downstream-test-go to actions-downstream-test (# 374)
  > ed835c9 Update common github actions (# 372)
  > ada810f upgrade to latest dependencies (# 373)
  > 33105c6 upgrade to latest dependencies (# 371)
bumping knative.dev/serving 1583394...fc58a32:
  > fc58a32 Update net-certmanager nightly (# 11095)
  > feb2da0 Add leeway for deployment rollouts in autoscale upgrade tests (# 11093)
  > fe09f38 Update net-contour nightly (# 11071)
  > bb43fdb Update net-istio nightly (# 11086)
  > 8671de8 Update net-certmanager nightly (# 11085)
  > a0a847b Update common github actions (# 11082)
  > 6174a0e upgrade to latest dependencies (# 11083)
  > 1fef748 Add passthrough LB functionality to the stats scraper (# 11076)
  > c6ddb40 upgrade to latest dependencies (# 11081)
  > d6ea20a drop gloo from third party & e2e scripts (# 11080)
  > 5813b79 Drop misleading comment in autoscaler main (# 11073)
  > 0711285 upgrade to latest dependencies (# 11077)
  > 3190050 Update net-istio nightly (# 11072)
  > 350184b Drop explicit namespaces and system imports (# 11054)
  > 9f1b7eb Update net-istio nightly (# 11055)
  > c799d89 upgrade to latest dependencies (# 11067)
  > 7931069 Use kubectl replace instead of patch to restore config-gc (# 11062)
  > 2bbfc27 Thread network config into the autoscaler (# 11056)
  > 8ab7b39 Remove hardcoded config names throughout (# 11057)
  > 3244771 Drop tracing config testdata in activator (# 11053)
  > 69610eb upgrade to latest dependencies (# 11061)
  > 6126291 Update net-certmanager nightly (# 11029)
  > 25a49c8 Bump request timeout in TestProbeQueueNotReady to fix flake (# 11050)
  > 6a45e7d Update net-istio nightly (# 11030)
  > 9b024b4 Update net-contour nightly (# 11028)
  > a597700 Add a proxy-builder to make use of passthrough loadbalancing (# 11035)
  > 34d7b4b upgrade to latest dependencies (# 11040)
  > 5dbe774 upgrade to latest dependencies (# 11036)
  > 2081525 Fix HTTP2 feature-gate threading in queue-proxy (# 11022)
  > 2490284 use-new-helpts (# 11018)
  > d55482e Bypass tracing handler if tracing is disabled (# 11016)
  > 37dedfa Skip flaky HTTP2 probe test (# 11027)
  > d5d489c Reduce allocations to store config on context in Activator (# 11013)
  > 1a0d326 Prevent MaxScaleLimit being exceeded on update (# 11010)
  > 4682e3e Use service-host-name helper in Activator creation (# 11021)
  > fb5af24 upgrade to latest dependencies (# 11020)
  > c9296e1 Add HA test for DomainMapping controller (# 10816)
  > b5d1348 Add a benchmark for the entire handler chain of the activator (# 11014)
  > ccf35f1 Update net-istio nightly (# 11002)
  > 069c635 add to mon reviewers (# 10972)
  > 0e8410a Format markdown (# 11001)
  > 3e2b15e Collapse revision context into specialized context to avoid allocations (# 11009)
  > 4e5fde5 Only allocate named logger if necessary in activator (# 11008)
  > 9ee92b1 Default PeriodSeconds of the readiness probe to 1 if unset (# 10992)
  > 27757ec Fix concurrency reporter log to use the correct key (# 11007)
  > 60a7f99 Add lint for aliasing autoscaling import correctly (# 10885)
  > 05f16c6 Update net-kourier nightly (# 10989)
  > decdaf4 Update net-contour nightly (# 10988)
  > b7ef994 Add ux issue template to community contact instructions (# 10993)
  > 08e4e0e Update net-kourier nightly (# 10977)
  > 9cdf9b0 Update net-certmanager nightly (# 10976)
  > a78e43e Update net-istio nightly (# 10974)
  > aeae909 Update common github actions (# 10969)
  > 8179fc6 set httpoption in kingress spec from cm (# 10412)
  > 77383a4 upgrade to latest dependencies (# 10971)
  > df03bdb Format markdown (# 10970)
  > df6c235 Update support info with machine-readable rotation (# 10955)
  > 3a6856b Add triage instructions for support rotation (# 10965)
  > 5af85b7 Format markdown (# 10968)
  > 90de379 Point spec files and runtime contract file to the specs repo (# 10967)
  > e66e402 Update net-istio nightly (# 10964)
  > a10bc74 upgrade to latest dependencies (# 10956)
  > 057c203 Update query for doc issues for serving that need attention (# 10958)
  > 7398ca3 Update net-istio nightly (# 10952)
  > 7b0bab7 Update net-contour nightly (# 10953)
  > e9ef3a1 Update net-kourier nightly (# 10954)
  > 73a6ba5 Update net-certmanager nightly (# 10945)
  > 503c978 Update net-contour nightly (# 10931)
  > fec9960 Update net-kourier nightly (# 10947)
  > b4fd523 Update net-istio nightly (# 10946)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-01 08:16:23 -07:00
knative-automation a93b9b4e94
Update knative/community files (#1275)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-31 03:13:21 -07:00
knative-automation 49ca6d9e22
Update common github actions (#1268)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-31 00:43:22 -07:00
Navid Shaikh 885f2a9bc9
Update --sink flag description (#1271)
for referring to a Knative service in another namespace by
 'ksvc' prefix explicitly, for e.g. 'ksvc:name:namespace'
 xref: https://github.com/knative/client/pull/1264
2021-03-30 01:23:20 -07:00
Matej Vasek c62842355a
Use context.Context in API methods (#1274)
* Refactor: add ctx param to KnServingClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from knServingClient to ServingV1Interface

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Making wait function cancellable

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Handling SIGINT and SIGTERM

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnEventingClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from knServingClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup style

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Removing unnecessary dependency

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnChannelsClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from knServingClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnSubscriptionsClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from subscriptionsClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnSinkBindingClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from knBindingClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnDynamicClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from knDynamicClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnAPIServerSourcesClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from APIServerSourcesRecorder to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnContainerSourcesClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from containerSourcesClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: add ctx param to KnPingSourcesClient funs

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Passing ctx from pingSourcesClient to knative.dev interfaces

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Using cmd.Context() in pkg/kn/commands

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Test using background ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Removing ctx param from RawClient()

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* ctx for watch/polling

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fix per review request

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: extract ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Refactor: Namespace not requiring ctx

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Revert "Handling SIGINT and SIGTERM"

This reverts commit 9598646fda.

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Update CHANGELOG

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Add test for Wait()

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* Add test for Wait()

Signed-off-by: Matej Vasek <mvasek@redhat.com>
2021-03-26 09:23:20 -07:00
Martin Gencur 43b669fe9f
Pass revision to git-clone Tekton task - fix nightly Tekton tests (#1270)
* Pass revision to git-clone Tekton task

* the branch main branch has been renamed from "master" and the default
value for the git-clone task is no longer valid

* TMP: Test Tekton in-presubmit

* Revert "TMP: Test Tekton in-presubmit"

This reverts commit 23649c9a71.
2021-03-19 07:39:53 -07:00
Kaustubh Pande 431637a1d9
add support for namespace for all commands that takes --sink option (#1264) 2021-03-18 06:41:54 -07:00
David Simansky 6a4f308e5e
Fix linting error SA5011 (#1265) 2021-03-15 17:09:41 -07:00
Kaustubh Pande 2ad8dfe483
add --prune & --prune-all options to delete all the unreferenced revisions (#1217) 2021-03-15 02:26:00 -07:00
knative-automation d68cde6ebe
upgrade to latest dependencies (#1262)
bumping knative.dev/pkg c326b70...4048853:
  > 4048853 Drop master references to knative repos (# 2050)
bumping knative.dev/networking 0770f41...430a689:
  > 430a689 Add arturenault as networking reviewer (# 369)
  > f51c10d upgrade to latest dependencies (# 370)
  > d8e8d36 Update common github actions (# 367)
bumping knative.dev/serving 00cf77d...1583394:
  > 1583394 Add start and end time of failing requests (# 10939)
  > 6065e72 Update net-kourier nightly (# 10923)
  > 70dd918 upgrade to latest dependencies (# 10942)
  > e61757f Add arturenault as networking reviewer (# 10941)
  > b380071 Fix inconsistency flake in TestGlobalResyncOnActivatorChange (# 10935)
  > b7b671f Make all informer tests use the new helper (# 10930)
  > 103aa92 Update net-istio nightly (# 10937)
  > 2e3fbfb Redisable chaos duck for autoscaler (# 10928)
  > c906ecb upgrade to latest dependencies (# 10927)
bumping knative.dev/eventing 9be1470...3b42737:
  > 3b42737 Smoke Tests on SinkBinding (# 5049)
  > 6cefb29 smoketest a channel (# 5052)
  > f80dc0c upgrade to latest dependencies (# 5056)
  > 52757a6 Format markdown (# 5055)
  > c8bfaea upgrade to latest dependencies (# 5054)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-12 14:09:00 -08:00
knative-automation d65a649872
Update common github actions (#1261)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-11 12:53:25 -08:00
knative-automation b00fd21b81
upgrade to latest dependencies (#1260)
bumping knative.dev/eventing 879407f...9be1470:
  > 9be1470 Update common github actions (# 5053)
  > 4c5b31b upgrade to latest dependencies (# 5045)
  > ec309b1 bash v4 is required (# 5044)
  > ce0bec7 swap lberk / slinkydeveloper (# 5048)
bumping knative.dev/pkg 0f8d8de...c326b70:
  > c326b70 Add RunAndSyncInformers helper that makes sure informers are synced in tests (# 2055)
  > 9eeb66f Update common github actions (# 2056)
  > bbe0bb3 Implement getter machinery to generically fetch all injected clients (# 2054)
  > 85bc723 Add benchmark for metrics recording (# 2052)
  > cc278e1 upgrade to latest dependencies (# 2053)
bumping knative.dev/serving 86cc36d...00cf77d:
  > 00cf77d Update common github actions (# 10933)
  > 0041ede Format markdown (# 10934)
  > 01e2d38 Afterthough: we should probably report the current value as well (# 10932)
  > 6b1dc1d Update net-certmanager nightly (# 10922)
  > 491f288 Drop master references to knative repos (# 10918)
  > a6cd9f0 Update net-contour nightly (# 10903)
bumping knative.dev/networking 42a36ac...0770f41:
  > 0770f41 upgrade to latest dependencies (# 368)
  > 5a157db Update KIngress rule path to be a literal string (# 364)
  > b4ddb9a Drop unnecessary occurrences of master (# 366)
  > f3ff07d upgrade to latest dependencies (# 365)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-11 12:16:26 -08:00
knative-automation 0abc1b8806
upgrade to latest dependencies (#1257)
bumping knative.dev/pkg 737401c...0f8d8de:
  > 0f8d8de Update common github actions (# 2051)
  > 185e333 Run downstream action on master branch too (# 2049)
bumping knative.dev/eventing 6136d09...879407f:
  > 879407f smoke test more variants of pingsource (# 5042)
  > 0e2557b Update common github actions (# 5034)
  > 2fb1dd9 upgrade to latest dependencies (# 5035)
  > 2164ff0 Format markdown (# 5037)
  > 5b2912a fix # 4986 remove pingsource adapter (# 5002)
  > 37e7027 Drop master references to knative repos (# 5036)
  > 32fc262 adding ping source smoke test (# 5033)
  > a4840f1 only build linux/amd64 (# 5032)
  > 65e14cf add UT for subscription delete/create failures (# 5031)
  > 8937481 break apart rekt tests from e2e tests (# 5025)
  > 149ebe6 Run kind actions on main branch as well (# 5024)
  > abd6f98 upgrade to latest dependencies (# 5022)
bumping knative.dev/serving dae56e1...86cc36d:
  > 86cc36d Validate default max scale is set if max scale limit is enabled (# 10921)
  > d1aa2ed Update the rollout benchmark to use the new algorithm (# 10911)
  > d10d1a5 Update net-istio nightly (# 10924)
  > f7ecef1 Update common github actions (# 10920)
  > 21868c6 Update net-istio nightly (# 10914)
  > d51a7cc Drop mattmoor from Serving (# 10916)
  > 1640d27 Run kind actions on main branch as well (# 10915)
  > 66cd8ee Bump autoscaler resources to be equal to controller resources (# 10865)
bumping knative.dev/hack f99a255...9b73a25:
  > 9b73a25 Drop unnecessary occurrences of master (# 53)
bumping knative.dev/networking 1b3d24e...42a36ac:
  > 42a36ac Update common github actions (# 363)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-10 03:00:25 -08:00
David Simansky 95ccaeb648
Use common Eventing setup from hack library (#1258)
* Use common Eventing setup from hack library

* fix: Keep eventing core though
2021-03-10 02:24:25 -08:00
knative-automation 3002b641f7
Update common github actions (#1253)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-10 01:32:25 -08:00
David Simansky ca5299334e
Use net-istio provided version in E2E setup (#1256)
* WIP: Use net-istio provided version in E2E setup

* fix: Fix version string

* fix: Fix header

* chore: Cleanup istio setup script
2021-03-10 00:51:25 -08:00
Markus Thömmes 95b0db5b96
Drop master references to knative repos (#1254) 2021-03-09 03:42:25 -08:00
Tonia Elengikal a9687c6417
kn source-list types: adding column to specify built-in source (#1246)
* # This is a combination of 9 commits.
# This is the 1st commit message:
adding BUILT-IN SOURCE column for kn source list-types

# The commit message #2 will be skipped:

#	changing list test to check for BUILT-IN SOURCE column

# The commit message #3 will be skipped:

#	changing e2e source list test to check for BUILT-IN SOURCE column

# The commit message #4 will be skipped:

#	adding CHANGELOG entry

# The commit message #5 will be skipped:

#	kn source list-types: changing BUILT-IN SOURCE to BUILT-IN and moving DESCRIPTION column to the end

# The commit message #6 will be skipped:

#	changing BUILT-IN SOURCE to BUILT-IN in changelog

# The commit message #7 will be skipped:

#	Update CHANGELOG.adoc
#
#	Co-authored-by: David Simansky <dsimansk@redhat.com>

# The commit message #8 will be skipped:

#	kn source list-types: changing column header to S, values to X, and moving to second column

# The commit message #9 will be skipped:

#	fixing CHANGELOG merge conflict

* adding BUILT-IN SOURCE column for kn source list-types
2021-03-09 02:45:25 -08:00