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
Christoph Deppisch
09f14b1056
Fix describe/list commands with json/yaml output format ( #1278 )
...
* Fix describe/list commands with json/yaml output format
Makes sure to always set proper GroupVersionKind on unstructured objects and lists to avoid marshalling errors when printing in json/yaml output format.
* Deliberately decide to add GVK only to list/read operations in the tests
* rebased and cleaned up
* add some unit tests
Co-authored-by: Roland Huß <rhuss@redhat.com>
2021-09-21 05:32:37 -07:00
David Simansky
910d136563
Upgrade Eventing API from v1beta1 to v1 ( #1284 )
...
* Upgrade Eventing API from v1beta1 to v1
* Update vendor dir
* Fix channel ref parsing
* Remove leftover v1beta1 in docs & tests
2021-04-08 07:42:51 -07:00
Markus Thömmes
d647e44938
Upgrade a few assorted dependencies ( #1220 )
...
* Update spf13 deps
* Upgrade gotest.tools and correctly use versioned module
* Regenerate docs
2021-02-12 05:55:50 -08:00
Arghya Sadhu
33d4dfd468
machine-readable output for broker ( #1124 )
...
Signed-off-by: Arghya Sadhu <arghya88@gmail.com>
2020-11-18 05:11:51 -08:00
Arghya Sadhu
688d9fcab7
add url output for broker and channel ( #1118 )
...
Signed-off-by: Arghya Sadhu <arghya88@gmail.com>
2020-11-17 08:24:52 -08:00
David Simansky
1f59f5341c
Add broker create, delete and list cmds ( #894 )
...
* Add broker create, delete and list cmds
* fix: Fix copyright headers
* fix: Fix linter warnings
* Update pkg/kn/commands/broker/create.go
Co-authored-by: Roland Huß <rhuss@redhat.com>
* Update pkg/kn/commands/broker/delete.go
Co-authored-by: Roland Huß <rhuss@redhat.com>
* Update pkg/kn/commands/broker/list.go
Co-authored-by: Roland Huß <rhuss@redhat.com>
* feat: Add broker describe command
* fix: Fix copyright header
* fix: Fix linter issues
* fix: Fix broker describe test
* fix: Fix order of eventing cmds
* chore: Add e2e tests
* fix: Fix e2e tests annotation
* fix: Reorder e2e tests methods
* feat: Add synchronous broker delete option
* fix: Fix broker describe example
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Fix variable name
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Fix broker list example formatting
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Fix eventing client func name
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
* fix: Reflect changes from PR review suggestions
* fix: Fix formatting of cmd examples
* fix: Fix formatting of cmd examples & trailing spaces
* fix: Polish eventing client docs
* fix: Fix examples alignment
Co-authored-by: Roland Huß <rhuss@redhat.com>
Co-authored-by: Navid Shaikh <nshaikh@redhat.com>
2020-06-23 02:43:26 -07:00