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
2164243458
upgrade to latest dependencies ( #1387 )
...
bumping knative.dev/serving 69caf07...ee022f4:
> ee022f4 Update net-certmanager nightly (# 11691)
> 0e98289 Update net-contour nightly (# 11690)
> 73c1c0f Update net-istio nightly (# 11689)
> 317cde6 Add support for emptyDir volume type (# 11669)
> 770a40f Update boilerplate copyright year (# 11687)
> 0b09cdd upgrade to latest dependencies (# 11671)
> 9a84c20 Update net-kourier nightly (# 11685)
> df276ab Update net-contour nightly (# 11684)
> be47608 Update net-certmanager nightly (# 11683)
> 026291c drop use of knative.dev/pkg metricskey in tests (# 11679)
> c85d5fe Update net-certmanager nightly (# 11677)
> 68da2ee Update net-contour nightly (# 11676)
> 5bceb54 Update net-kourier nightly (# 11675)
> 8076b8b Fix order of parameters in conformance README (# 11678)
bumping knative.dev/eventing 0af15fd...25bd8ef:
> 25bd8ef move source.StatsReporter from knative.dev/pkg (# 5594)
> 1677431 upgrade to latest dependencies (# 5592)
bumping knative.dev/networking e937f69...7390d8c:
> 7390d8c upgrade to latest dependencies (# 464)
> 8925a50 upgrade to latest dependencies (# 463)
> d965698 upgrade to latest dependencies (# 462)
bumping knative.dev/pkg 7d1b0f1...d9b7180:
> d9b7180 minor bug when passing spoof options (# 2194)
> 8931f82 remove source stats reporter (# 2193)
> 591cb89 drop unused workflow (# 2192)
> dbcf4cf removing default for KUBECONFIG to enable in cluster tests (# 2191)
> 7764284 include OpenCensus in the list of metric backend (# 2189)
> aff7376 drop stackdriver metrics and tracing exporters (# 2183)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-19 16:15:12 -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
8a4ab8fc84
upgrade to latest dependencies ( #1180 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-05 20:24:56 -08:00
knative-automation
809f925a0c
upgrade to latest dependencies ( #1177 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-21 00:14:03 -08:00
knative-automation
10128901aa
upgrade to latest dependencies ( #1120 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-17 06:32:52 -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
Roland Huß
46d5e60e42
refactor(source): Update to Knative eventing 0.13.0 ( #705 )
...
* chore(e2e): Optimized tests
Smoke Tests now run before the E2E tests, but in the same cluster
* chore: Removed unneeded test
* fix
* fix
* fix
* fix
* chore: Update to serving & eventing v0.13.0
* refactor(source): Update to Knative eventing 0.13.0
* Moved to "sources.knative.dev" API group
* Replaced CronJobSource with PingSource (and removed unsupported options for service account, requests limits)
* Move to versions:
- SinkBinding v1alpha2
- PingSource v1alpha2
- ApiServerSource v1alpha1
* update to eventing 0.13.1
* go.sum fix
* fixed test
* test updates
* try to enhance error output
* fix test.
* update tests infra to 0.13.1
2020-03-06 13:47:27 -08:00
Roland Huß
1b9a76bc31
feature(serving): Update API to serving.knative.dev/v1 ( #640 )
...
* feature(serving): Update API to serving.knative.dev/v1
Due to an issue with 0.12.0 (a missing constant) the update also includes an update
to the latest knative-serving and knative-eventing dependencies from master
(as reflected in version.go)
Signed-off-by: Roland Huß <roland@ro14nd.de>
* fix(serving): Bogus import removed
* fix(serving): Add missing go.sum entry
2020-02-07 02:03:14 -08:00
Scott Nichols
9fd763e5dd
migrate to the new eventing legacy client ( #621 )
...
* migrate to the new eventing legacy client
* ran go mod tidy
* found the ./hack/build.sh file and ran it.
2020-01-21 23:15:23 -08:00
Navid Shaikh
f0a40d1b4b
Vendor eventing v0.11.0 and run tests against it ( #546 )
...
- Pin contrib.go.opencensus.io/exporter/stackdriver@59d068f8d8ff5b653916aa30cdc4e13c7f15d56e
- Pin knative.dev/pkg@release-0.11
- Move `Destination` from (knative.dev/pkg) v1alpha1 to duckv1beta1
- Run tests against Eventing v0.11.0
2019-12-11 00:21:48 -08:00
Ying Chun Guo
d66887a310
Add dependencies to Eventing 0.9.0 ( #470 )
2019-11-12 00:41:22 -08: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