Commit Graph

14 Commits

Author SHA1 Message Date
David Simansky 2b1e77de20
Align autoscaling annotations in tests (#1531)
* Align autoscaling annotations in unit tests

* Fix code style

* Fix e2e tests
2021-11-26 05:34:51 -08:00
knative-automation 76299ef027
upgrade to latest dependencies (#1526)
bumping knative.dev/serving a816f59...5e96dc0:
  > 5e96dc0 Hpa stabilization window (# 12286)
  > 2d7ecbb upgrade to latest dependencies (# 12325)
bumping knative.dev/eventing 4e372e5...7c8aaa4:
  > 7c8aaa4 upgrade to latest dependencies (# 5923)
bumping knative.dev/networking bab26a8...75d86c5:
  > 75d86c5 upgrade to latest dependencies (# 574)

Signed-off-by: Knative Automation <automation@knative.team>
2021-11-22 05:54:14 -08:00
knative-automation fe9edcc236
upgrade to latest dependencies (#1417)
bumping knative.dev/eventing 5c7b553...0c41e6d:
  > 0c41e6d Fix ci (# 5629)
  > e340077 upgrade to latest dependencies (# 5626)
  > e7445c5 Enable OPTIONS and CloudEvent Webhook headers (# 5542)
  > ca9e469 Prevent teardown in ugprade tests on failure (# 5624)
  > 8551625 Update actions (# 5627)
bumping knative.dev/serving ac8d05d...5ad15df:
  > 5ad15df short name (# 11788)
  > d0d882f fix scrape_time metric registration (# 11778)
  > af1ada2 Add test for readiness behaviour after startup when periodSeconds is 0 (# 11768)
  > 9e96a38 Update net-contour nightly (# 11782)
  > cbbffd9 Update net-kourier nightly (# 11780)
  > d236674 Update net-istio nightly (# 11779)
  > e6a15b0 Update net-certmanager nightly (# 11781)
  > b415c53 Fix TestContainerErrorMsg failures against DockerHub (# 11751)
  > ffda04b Update actions (# 11777)
  > dd83fd9 add memory metrics for hpa (# 11668)
  > b744943 Reduce allocations from the timeout handler by pooling the timers (# 11771)
  > f4f721b Update net-certmanager nightly (# 11773)
  > 60159d8 Add a benchmark for the TimeToFirstByteTimeoutHandler (# 11766)
  > 85af882 Always set `ENABLE_HTTP2_AUTO_DETECTION` envvar (# 11760)
  > db42cb6 Update net-kourier nightly (# 11776)
  > cc8e07f Update net-contour nightly (# 11775)
  > 869ef86 Update net-istio nightly (# 11774)
  > 019b501 Use zero value in default case to clean up tests (# 11772)
  > 8a7848b upgrade to latest dependencies (# 11770)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-09 23:28:12 -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 270e322401
upgrade to latest dependencies (#1245)
bumping knative.dev/networking 94bfc01...54c0eb1:
  > 54c0eb1 upgrade to latest dependencies (# 358)
  > d5e05ad Update common github actions (# 357)
bumping knative.dev/serving b9576f5...472f8e2:
  > 472f8e2 drop k8s 1.17 from kind e2e testing (# 10854)
  > c1a0496 Fix race condition with Prober logger in upgrade tests (# 10815)
  > 527416d upgrade to latest dependencies (# 10861)
  > 0282521 Introduces h2c auto-detection support in health prober (# 10628)
  > 4aa9840 Thread the metric aggregation algorithm through collector. (# 10850)
  > 6826a1b Don't validate autoscaling annotations where they're not allowed (# 10847)
  > b039ea5 Update net-contour nightly (# 10853)
  > a8e67e0 Add algorithm possible values and annotation validation. (# 10846)
  > cbc2a29 Update net-istio nightly (# 10849)
  > 56f645c Update net-contour nightly (# 10842)
  > ee588f5 Add the annotation for averaging algorithm selection. (# 10840)
  > 18b149f Update the setup of HTTP01 challenge tests (# 10843)
  > c4193ed relax annotation constraints and some cleanup (# 10837)
  > 6e788d7 Fix KeepAlives for HTTPProbe (# 10820)
  > 86b92e0 bump k8s versions for kind e2e (# 10809)
  > 28b910b More deep cleaning of the Route reconciler it needed for some time. (# 10839)
  > a70d100 Use Revision from context in request log (# 10836)
  > a675c75 Backfill some test coverage for annotation validation (# 10834)
bumping knative.dev/eventing 207aa26...2db6877:
  > 2db6877 Add missing singular resource names to source/sinkbinding crds (# 4992)
  > 184fa2f mtping adapter now cleans up internal cache when it stops leading (# 4908)
  > 6fb67cd update deps + codegen (# 4990)
  > 00b44e9 Format markdown (# 4980)
  > 235dba5 refactor for better testability, add ut (# 4979)
  > 44b0a0e Add roadmap for 2021 for Eventing, Eventing Sources and Event Delivery WGs (# 4863)
  > 5451f19 add more ut coverage (# 4978)
bumping knative.dev/pkg 584933f...9039dc1:
  > 9039dc1 moved release docs to github.com/knative/release (# 2040)
  > 07b5ddf add demoteFunc controller option (# 2033)
  > 8a8de5f Move IsKProbe to drainer, since it's the only place it's used (# 2038)
  > 5367a43 Fix potential deadlock when k8s client is used (# 2031)
  > b5bf07b adding retry event count metric for source (# 2016)
  > 17a36e7 Format markdown (# 2037)
  > 29be1c1 Add the release badge for all of the repos (# 2035)
  > e90ac15 Remove the system.Clock and it's mock in a different location (# 2034)
  > 8a9bf76 Add symmetric filter helped based on OwnerRefable. (# 2032)
  > 29092fe Format markdown (# 2030)
  > d733bb4 Add nightly badged to release tables (# 2029)
  > 7b5bcc3 Use the constant for UserAgent (# 2028)
  > 86a8236 Format markdown (# 2025)
  > 6c2f94a Unregister views to avoid slow oom issue during meter cleanup (# 2005)
  > 7689cce Update common github actions (# 2024)
  > f4650d8 Add releasability badges for each repo (# 2023)

Signed-off-by: Knative Automation <automation@knative.team>
2021-03-01 15:06:49 -08:00
Navid Shaikh ad4a7b18a2
Pin deps back to master (#1082)
* Update autoscaling annotation validation

 see ref: https://github.com/knative/serving/pull/9496

* Replace DeprecatedInjectionAnnotation with InjectionAnnotation

* Vendor deps at master

* Use context.TODO instead of context.Background
2020-10-30 08:15:35 -07:00
Matt Moore 0bf9aa4746
upgrade to latest dependencies (#1028)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-09-29 03:32:28 -07:00
Zhimin Xiang 9b210e3be1
[Release-0.18] Pin knative deps to release-0.18 (#1025)
* Pin pkg to release-0.18 version

* ./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh

* bump k8s version to 1.18.8

* Fix the brokerage of importing latest serving

* exclude script/test-infra md from md check
2020-09-23 11:58:41 -07:00
Navid Shaikh f91fb57f9a
kn v0.16.0 release prep (#922)
* Update unit test for invalid concurrency target value

* Vendor v0.16.0 eventing and serving

* Commit the LICENSES generated by hack/update-deps.sh

* Spare third_party dir from license check in hack/build.sh

* Update eventing and serving version for 'kn version'

* Use DeprecatedInjectionAnnotation key for backward compatibility

  Fixes #918
  Use DeprecatedInjectionAnnotation, i.e. "knative-eventing-injection"
  for reconciling broker via namespace labeling and trigger annotations.

  From eventing v0.16.0 release, this key is changed to "eventing.knative.dev/injection"
  however, older eventing installation wont recognize it. So we continue
  using the deprecated key until the sugar-controller would support reconciling
  on either keys.

* Fix(kn version): Display eventing.knative.dev at v1beta1 version

 We've been showing 'v1alpha1' in kn version while we actually
 vendor and refer v1beta1 for eventing.knative.dev

* chore(e2e): Run tests against serving/eventing v0.16.0 release

* Update test for concurrency-target to expect new error message

 the new error message for incorrect concurrency-target value contains "should be at least 0.01"

* Setup sugar-controller for released eventing version setup

 - reuse knative_setup util from common lib for latest-release CI setup

* Fix typo in YAML URL and add subheader for sugar-controller install
2020-07-10 10:41:19 -07:00
Roland Huß 2a42ee1a33
chore: Move from Eventing v1alpha1 to v1beta1 (#878) 2020-06-08 05:42:19 -07:00
Markus Thömmes 4ba1cca91e
Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
Roland Huß d8d0192206 chore: Update to Knative Serving 0.10.0 (#474)
* chore: Update to Knative Serving 0.10.0

* chore: Add missing dep, introduced by codegen test (when installing goimports)

* added missing target dir
2019-11-04 13:02:19 -08:00
Navid Shaikh a32f5666b5 Vendors serving v0.9.0 (#458)
* Vendors serving v0.9.0

* Updates references per serving v0.9.0 vendoring

 - Updates code and tests to refer the required data structure and method/function calls
 - duckv1beta1 -> duckv1 conditions
 - traffic percent value is now *int64
 - containerConcurrency validation method relocation

* fix(golint): exported function should have comment

 for NonReadyConditionReason function

* Updates check for removing null targets

 fixes the pointer value check

* Updates per review comments
2019-10-27 22:22:36 -07:00
Naomi Seyfer 25c726453e Update serving dependency to 0.8; change all import paths (#368)
* Update serving to 0.8. Try building.

* Find the right serving version

* Change our own import path to knative.dev to match

* Remove dependency on old version of client

* Update yaml template

* Add sleep to test to deal with race

* fix merge conflict

* Update vendor modules
2019-08-15 18:09:08 -07:00