Commit Graph

8 Commits

Author SHA1 Message Date
knative-automation 87ea0f83a1
upgrade to latest dependencies (#1512)
bumping knative.dev/networking 8c71a27...6ef2676:
  > 6ef2676 upgrade to latest dependencies (# 553)
  > 4f29f65 upgrade to latest dependencies (# 550)
  > e9f6e55 upgrade to latest dependencies (# 549)
bumping knative.dev/hack 11d193b...b284d49:
  > b284d49 fix the latest_version function (# 101)
  > 42a2ccb Release use `knative-vX.Y.Z` tag and infer go module tag version automatically (# 98)
  > a42c72a Update community files (# 95)
  > 810ab22 Make go_update_deps module-release aware (# 93)
  > f1228dd Update community files (# 90)
bumping knative.dev/pkg 96c0204...92b8dc6:
  > 92b8dc6 upgrade to latest dependencies (# 2342)
  > 4640349 Bump assorted dependencies (# 2340)
  > fc9d595 upgrade to latest dependencies (# 2336)
  > 6ff7fb8 add array of user agents for healthcheck  in drainer (# 2331)
  > dce062f Update community files (# 2335)
  > 95f98e5 Update actions (# 2332)
  > 8bcc5aa upgrade to latest dependencies (# 2333)
  > f7b70f5 Update community files (# 2330)
bumping knative.dev/eventing 1e4fa35...cdeae54:
  > cdeae54 upgrade to latest dependencies (# 5871)
  > 4b5ef0b fixed eventing testgrid url on community contacts md file (# 5869)
bumping knative.dev/serving f1e419a...782db02:
  > 782db02 Update net-kourier nightly (# 12210)
  > 5aece9a Update net-istio nightly (# 12209)
  > d4f4e0f update fetching the latest istio release (# 12211)
  > 79e7ec9 upgrade to latest dependencies (# 12216)

Signed-off-by: Knative Automation <automation@knative.team>
2021-11-04 01:29:01 -07:00
knative-automation 6dbf72ecae
upgrade to latest dependencies (#1334)
bumping knative.dev/hack 93ad912...de04b70:
  > de04b70 Do not print debug info when running release.sh (# 70)
bumping knative.dev/eventing 49420f4...608a7fe:
  > 608a7fe upgrade to latest dependencies (# 5447)
  > e27695b Update community files (# 5462)
bumping knative.dev/pkg 79f8b3f...0e61d67:
  > 0e61d67 Bump assorted dependencies (# 2140)
  > a2869ae upgrade to latest dependencies (# 2139)
  > e6552a0 Update community files (# 2138)
bumping knative.dev/networking bf0fc84...a442bb6:
  > a442bb6 upgrade to latest dependencies (# 429)
  > 6ce35e5 Update community files (# 428)
bumping knative.dev/serving c1051d9...16a1f6f:
  > 16a1f6f Update net-certmanager nightly (# 11453)
  > f61441d Update net-istio nightly (# 11452)
  > cb81f43 Update net-contour nightly (# 11451)
  > aa2d324 Make schema generation idempotent (# 11445)
  > 561868d Use TLS for websocket and gRPC tests (# 11322)
  > a5caa66 upgrade to latest dependencies (# 11449)
  > 3676663 Regenerate schema after changing some comments in pkg (# 11447)
  > f0520a8 Update community files (# 11446)
  > 2a1b1e7 upgrade to latest dependencies (# 11444)
  > c6d95c0 Unflake per-item test again (# 11443)
  > 22f9ebf Update net-istio nightly (# 11416)
  > 4530c92 Wrap the Reconciler context with timeout (# 10587)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-02 14:15:45 -07:00
knative-automation 4539ee8f33
upgrade to latest dependencies (#1123)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-17 22:30:51 -08: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ß 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
Roland Huß 98184eafbc refactor(serving): KnClient interface for single point of cluster access (#134)
* fix(serving): Remove hardcoded GVK and look it up from schema

Fixes #133.

* chore(serving): Add test for "WaitForService()"

* refactor(service): Add listRoutes() to client + generic way for list options

* chore(serving): Fixing rebase conflicts
2019-07-08 10:08:34 -07:00
Roland Huß 52b6b236fe Update to serving 0.6.0 (#129)
* chore: Update to 0.6.0

* chore: Fix test

* chore: Update modules.txt
2019-05-20 10:41:27 -07:00
Naomi Seyfer fb587184c4 Actually, vendor everything (#59)
* Actually, vendor everything

* Verifier and update deps

* Dont verify codegen; we cant
2019-04-05 04:08:57 -07:00