Commit Graph

16 Commits

Author SHA1 Message Date
knative-automation c053f2bf75
upgrade to latest dependencies (#1538)
bumping knative.dev/eventing 72a4be0...43aa796:
  > 43aa796 Fix channel template spec type for Sequence channel template field (# 5955)
  > ab80d13 Update community files (# 5956)
  > 93df31e CR's name in metrics' label (# 5945)
  > 7678268 Enhance broker filter to proxy response headers. (# 5946)
bumping knative.dev/networking 9e2b349...1c6e5ff:
  > 1c6e5ff Simplify the HTTP Proxy test image a bit (# 588)
  > 6c8dbb6 upgrade to latest dependencies (# 587)
  > d65e1ba Update community files (# 586)
bumping knative.dev/hack 4ec2223...e11ac12:
  > e11ac12 Update community files (# 126)
bumping knative.dev/pkg 0c482f1...18589ac:
  > 18589ac Bump assorted dependencies to their latest releases (# 2371)
  > d37811b Update community files (# 2370)
bumping knative.dev/serving d24124c...8f36565:
  > 8f36565 Simplify the HTTP Proxy test image a bit (# 12399)
  > 9c546a5 upgrade to latest dependencies (# 12398)
  > 580901b Avoid LRU in defaults configmap (# 12348)
  > 0cb0b81 Update net-gateway-api nightly (# 12396)
  > a794e1f Simplify `net_istio_file_url()` in test script (# 12394)
  > d436895 Update net-contour nightly (# 12389)
  > 8b808e6 simplify net-gateway-api install (# 12386)
  > b291012 Update net-kourier nightly (# 12392)
  > 76d05d4 Update net-gateway-api nightly (# 12390)
  > 57a23a9 Update net-istio nightly (# 12391)
  > 420a599 Update community files (# 12388)
  > 1cc3a31 Do not install redundant resources in upgrade tests (# 12366)
  > ccfd144 Update net-istio nightly (# 12383)
  > 1f84d93 Update net-gateway-api nightly (# 12382)
  > 4bcfc89 Update net-certmanager nightly (# 12381)
  > 13d0c3b Update net-contour nightly (# 12380)
  > 550ef67 Use CheckEndpointState in v1beta1 domainmapping test (# 12373)
  > 50e4b64 enable feature emptyDir for tests run with Kind (# 12385)

Signed-off-by: Knative Automation <automation@knative.team>
2021-12-07 06:26:57 -08:00
knative-automation e3022e662f
upgrade to latest dependencies (#1517)
bumping knative.dev/networking 79a1ce1...1507a59:
  > 1507a59 replaces part-of with name k8s label (# 558)
  > 5ee8933 upgrade to latest dependencies (# 557)
  > 5d4dc7f adds k8s recommended labels (# 555)
bumping knative.dev/pkg 3cc697a...91d1932:
  > 91d1932 upgrade to latest dependencies (# 2345)
bumping knative.dev/eventing a72cfc9...31e4e2e:
  > 31e4e2e Trigger dls resolving e2e (# 5841)
  > aef6803 upgrade to latest dependencies (# 5882)
bumping knative.dev/serving fdaccb7...c02ef31:
  > c02ef31 Update net-contour nightly (# 12243)
  > 745a29d Update net-kourier nightly (# 12242)
  > e42fcda upgrade to latest dependencies (# 12245)
  > 4bdd867 Add init container defaults (# 12155)
  > d870410 upgrade to latest dependencies (# 12240)

Signed-off-by: Knative Automation <automation@knative.team>
2021-11-09 18:15:45 -08:00
knative-automation 5892b7c18f
upgrade to latest dependencies (#1405)
bumping knative.dev/eventing ea859aa...486c349:
  > 486c349 fix metrics md page (# 5615)
  > d32eb86 Update CODE_OF_CONDUCT.md (# 5616)
  > 1f48ef0 Revert "if no kubeconfig use inclusterconfig test (# 5603)" (# 5613)
  > 699a33b Improve security-related config in more yaml files (# 5612)
bumping knative.dev/networking 03e4c43...f3c57a0:
  > f3c57a0 Bump go version in knative-downstream.yaml (# 472)
bumping knative.dev/serving 7b9f1e9...492d71c:
  > 492d71c Use io and os packages in preference to ioutil (# 11744)
  > 45dda6b Allow setting spec.template.spec.automountServiceAccountToken in PodSpec (# 11723)
  > 1d1cd79 Correct typo in a few places and include error in log (# 11731)
  > 537cb1c Update net-kourier nightly (# 11727)
  > 3dc4876 Add limits and proper security context to jobs (# 11726)

Signed-off-by: Knative Automation <automation@knative.team>
2021-07-30 03:40:31 -07: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
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
Roland Huß 3a242c7604
chore: Unpin dependencies to follow master again (#870)
Reset version to "master" and update-deps.sh --upgrade after branching off for release-0.15
2020-06-02 08:02:17 -07:00
Markus Thömmes 4ba1cca91e
Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
Roland Huß df9278743b
chore: Update to Knative serving/eventing 0.14.0 (#810)
* chore: Update to Knative serving/eventing 0.14.0

and also move ApiServerSource to v1alpha2, adapting the option
(from "controller" to "labelSelector")

* fix go.sum

* chore: Update and fix tests

* chore: fix go.sum
2020-04-16 14:27:48 -07:00
Navid Shaikh b7a2a09085
Pin serving to v0.13.2 and update version command (#797)
* Pin serving v0.13.2 dep to v0.13.2

* Update version command

 now points to serving v0.13.2 and eventing v0.13.6

* Copy go.sum as generated in CI
2020-04-14 01:26:15 -07:00
Matt Moore 2e4ff2be4c
[master] Auto-update dependencies (#776)
Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign maximilien rhuss
/cc maximilien rhuss
2020-04-03 12:08:18 -07:00
Roland Huß 1f5a1b8566
chore: Update dependencies on to serving and eventing (#756)
The check of the maximum for concurrency-limit had to be removed as
this is picked up now also from the server side configuration
to which we don't have access. Checking against the default
max is misleading and contra-productive if this could be
different when configured differently by the Knative administrator.
2020-03-24 09:19:09 -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