client/pkg/kn/commands
knative-automation 982711e2e3
[main] Upgrade to latest dependencies (#1763)
* upgrade to latest dependencies

bumping knative.dev/networking c037e29...e9d3a55:
  > e9d3a55 adjust domain validation in kcert (# 755)
  > dd05ffd upgrade to latest dependencies (# 753)
  > 3ad2fdc Update actions (# 752)
  > fe0ac7d Update community files (# 751)
  > 68f0fa7 add new field 'Domain' to kcert spec (# 747)
  > a51817e upgrade to latest dependencies (# 750)
  > bc7a7e5 Update community files (# 749)
  > eee5118 upgrade to latest dependencies (# 748)
  > f1db313 upgrade to latest dependencies (# 746)
  > 383bb2f Update community files (# 745)
  > 891aac2 upgrade to latest dependencies (# 740)
  > 5be75f2 upgrade to latest dependencies (# 739)
bumping knative.dev/serving cd1cd1a...6b7e09a:
  > 6b7e09a upgrade to latest dependencies (# 13616)
  > 2338826 Don't default Revision values when BYO name is unchanged. (# 13565)
  > f2147ef Stream logs from system and test namespace in upgrade tests (# 13587)
  > b989439 Ensure the autoscaler only has a single elector (# 13585)
  > 873eb5c Advance pvc e2e test to beta (# 13535)
  > 5cb43ab Update net-gateway-api nightly (# 13615)
  > 8064f6b Update net-gateway-api nightly (# 13614)
  > 52e79f7 show an error when curling the istio release (# 13612)
  > a5d0384 Update net-contour nightly (# 13613)
  > 2c117e8 Update net-gateway-api nightly (# 13607)
  > 06f59e3 Update net-kourier nightly (# 13608)
  > aa744ae Update net-certmanager nightly (# 13606)
  > cd2ad0c Update actions (# 13604)
  > 162b8fb consistent label selector for Service - include app label (# 13265)
  > 76005a0 upgrade to latest dependencies (# 13594)
  > ff959e4 Update net-kourier nightly (# 13599)
  > fc1cf65 Update net-contour nightly (# 13597)
  > 3db1864 Update net-istio nightly (# 13596)
  > bab961f Update net-certmanager nightly (# 13595)
  > e6db06e Update net-gateway-api nightly (# 13598)
  > 10a8e38 Update community files (# 13593)
  > b421efb Update net-kourier nightly (# 13590)
  > 288e59a Update net-contour nightly (# 13578)
  > 6d70f59 Update net-gateway-api nightly (# 13577)
  > b9d0952 Update net-certmanager nightly (# 13588)
  > 7b5c641 upgrade to latest dependencies (# 13573)
  > 4ad830a add fetch depth so we can fetch the tags (# 13586)
  > fb0c4bd Add setup script for internal-encryption e2e test (# 13559)
  > 11d88db Update community files (# 13584)
  > aaa992e upgrade to latest dependencies (# 13564)
  > 3b8f17c Update net-kourier nightly (# 13561)
  > 35abde0 Update net-istio nightly (# 13556)
  > 88ccb50 Update net-certmanager nightly (# 13557)
  > 3812acf Update net-contour nightly (# 13555)
  > cd50d85 Update net-gateway-api nightly (# 13554)
  > 01676d5 Update net-kourier nightly (# 13547)
  > f1b45e6 Update net-istio nightly (# 13549)
  > f0379ef Update net-certmanager nightly (# 13548)
  > 114bebe Update net-contour nightly (# 13550)
  > 38fa7c0 Update community files (# 13545)
  > 017bb66 Update net-istio nightly (# 13538)
  > a4f6edc Update net-contour nightly (# 13534)
  > 442877d Update net-certmanager nightly (# 13533)
  > b4198e7 Update net-kourier nightly (# 13532)
  > ceb505d Update net-gateway-api nightly (# 13530)
  > 99c3d5a Update net-gateway-api nightly (# 13527)
  > 95a6492 upgrade to latest dependencies (# 13526)
  > 7f217bb Use ubuntu 20.04 for kind e2e tests (# 13528)
  > 327bf91 Update net-istio nightly (# 13524)
  > 1beadbd Update net-gateway-api nightly (# 13523)
  > 0ea12f4 Update net-contour nightly (# 13520)
  > bcef4be Update net-contour nightly (# 13514)
  > b7492cc Update net-certmanager nightly (# 13509)
  > 5b217ef Update net-istio nightly (# 13510)
  > 2ba4499 Don't set seccomp profile in the queue proxy (# 13507)
  > e17e4d1 Update net-contour nightly (# 13502)
  > 05a28e0 Ensure probes from the autoscaler are not passed to the user-container (# 13501)
bumping knative.dev/hack c12c1bf...c7cfcb0:
  > c7cfcb0 Update community files (# 263)
  > af8745e Update community files (# 262)
  > cf3796d Upload attestations and print cosign version (# 261)
  > b9801b4 Update community files (# 260)
  > 7233e77 No more sugar controller in upstream eventing (# 259)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix broker test

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: David Simansky <dsimansk@redhat.com>
2023-01-19 16:42:02 +00:00
..
broker [main] Upgrade to latest dependencies (#1763) 2023-01-19 16:42:02 +00:00
channel Adding completion for remaining Eventing resources (#1567) 2022-01-18 01:08:32 -08:00
completion Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
container Fix env, annotation and labels flags in service create/update/apply (#1516) 2021-11-25 00:32:16 -08:00
domain Added completion for domain command (#1562) 2022-01-12 06:19:51 -08:00
eventtype Added eventtype support (#1598) 2022-03-02 03:48:43 -08:00
flags added gvr sink test cases and support to specify resource name in both singular/plural versions (#1724) 2022-08-23 12:38:18 +00:00
options Enable errorlint and fix all issues (#1223) 2021-02-12 18:27:38 -08:00
plugin [main] Upgrade to latest dependencies (#1731) 2022-09-19 09:32:09 +00:00
revision [main] Upgrade to latest dependencies (#1731) 2022-09-19 09:32:09 +00:00
route Added completion for route name (#1561) 2022-01-10 10:12:59 -08:00
service [main] Upgrade to latest dependencies (#1731) 2022-09-19 09:32:09 +00:00
source [main] Upgrade to latest dependencies (#1731) 2022-09-19 09:32:09 +00:00
subscription Adding completion for remaining Eventing resources (#1567) 2022-01-18 01:08:32 -08:00
trigger [main] Upgrade to latest dependencies (#1731) 2022-09-19 09:32:09 +00:00
version Refactor version command to use go modules (#1621) 2022-03-08 11:51:05 -08:00
completion_helper.go Added eventtype support (#1598) 2022-03-02 03:48:43 -08:00
completion_helper_test.go test: use `T.TempDir` to create temporary test directory (#1660) 2022-04-21 11:53:30 +00:00
describe.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
describe_test.go Adding tests for commands package (#1377) 2021-07-20 03:14:12 -07:00
human_readable_flags.go chore: Add gitops feature to changelog (#1190) 2021-01-14 06:31:19 -08:00
human_readable_flags_test.go Adding tests for commands/flag pkg (#1375) 2021-07-09 06:45:19 -07:00
namespaced.go Added autocompletion for service name (#1547) 2022-01-04 04:31:33 -08:00
namespaced_test.go Fix namespaced unit test (#1753) 2022-10-19 10:09:11 +00:00
testing_helper.go Update k8s dependencies to v0.20.7 (#1344) 2021-06-17 07:42:22 -07:00
testing_helper_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
types.go cli options to enable user, uid, and group impersonation (#1745) 2022-10-13 13:11:53 +00:00
types_test.go cli options to enable user, uid, and group impersonation (#1745) 2022-10-13 13:11:53 +00:00
wait_flags.go Added flag to configure wait-window between intermediate errors durin… (#1645) 2022-04-13 17:17:09 +00:00
wait_flags_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00