mirror of https://github.com/knative/client.git
19 Commits
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
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> |
|
|
|
0e07481fa6
|
upgrade to latest dependencies (#1381)
bumping knative.dev/networking 946273d...e937f69: > e937f69 upgrade to latest dependencies (# 461) bumping github.com/spf13/cobra 8380ddd...de187e8: > de187e8 Fix flag completion (# 1438) > 07861c8 Fix documentation (# 1434) > 5738d6b Add install instructions for zsh on Mac OS (# 1417) > 5d46ac9 custom comp: do not complete flags after args when interspersed is false (# 1308) > 3c8a19e fix RegisterFlagCompletionFunc concurrent map writes error (# 1423) > 2dea4f2 Bump to viper 1.8.1 (# 1433) > b361960 Bash completion V2 with completion descriptions (# 1146) > d0f318d ci: deprecate Travis CI > 8eaca5f drop mitchellh/go-homedir (# 853) > ace6b14 readme: split 'Getting Started' into 'user_guide.md' > 701fa6c chore(deps): update viper > 9a43267 fix home directory config not loading (# 1282) > 4590150 Correcting misspelled words (# 1349) > c2e21bd Fix multiple fish completion issues (# 1249) > 95d23d2 Fix zsh for DirectiveNoSpace and DirectiveNoFileComp (# 1213) > 2d94892 Custom completion handle multiple shorhand flags together (# 1258) > 6d00909 Pass context to completion (# 1265) > 7223a99 powershell completion fix no file comp directive (# 1363) > 06e4b59 Allow fish comp to support trailing empty lines (# 1284) > 3ed6a39 ci/MSYS2: go install @latest (# 1366) > eb3b639 Bash completion variable leak fixes (# 1352) > b55fa79 Add PR labeler with pull_request_target (# 1338) > b312f0a Create 'completion' command automatically (# 1192) > ded486a Fix trailing whitespace in the powershell completion script (# 1342) > 893ebf6 Fix typo > be1efc8 Update CHANGELOG.md for v1.1.3 bumping github.com/spf13/viper 3826be3...bd03865: > bd03865 Add a proper processing for pflag.StringArray > 3fcad43 update %s to %w > faa8ba0 chore: update gotestsum > 65ee986 chore(lint): fix gofumpt > 04ef5fa chore: update golangci-lint > acd965b Add ini load options argument > 5f4d053 chore(deps): update dependencies > dd57ae6 chore(deps): update etcd > cdb5e59 Fix merging a key into a nil target > 36be6bf feat: make sure Viper compiles on WASM > 727a41c doc: add a note about concurent Get/Set to godoc > cb41ae0 doc: discuss concurrency in README > 7fdb267 chore: update dependencies > 5253694 ci: add Go 1.16 to build matrix > fb4eafd fix INI saving panics (# 1075) > 3c7b44f Update afero version (CVE-2020-14040) (# 1090) > 4613c4a docs: move troubleshooting to a new document > a86148e docs: add note about go modules to the readme > e66f940 docs: add troubleshooting guide about package not being found > d10c856 Add discussions to issue links > da70fee Add troubleshooting about unmarshaling > 99da8b2 Add labels to issue templates > 811f0e6 Add issue and PR templates > bba82cf docs: add run on repl.it badge with example > 6ddd354 Always quote $@ > 493643f Update README.md > f415025 Fix a minor typo in README.md > 4938331 fix typo > 8c89438 docs: improve AutomaticEnv documentation > 33bcdc9 Added support for accessing slices (# 861) > 44e6ee8 Use pull_request_target event in PR feedback > 656b877 Revert "Remove pull request feedback" > 0a45372 Remove pull request feedback > 82c2ddf Fix tests broken by mapstructure update > 16dc0f7 chore(deps): update mapstructure dependency > f67a901 docs: add go version badge and update pkg.go.dev badge > d2df377 ci: drop tests for Go 1.11-1.13 > cfcfed5 refactor: add setenv helper for tests > ea89028 Update docs > b655224 Allow BindEnv to register multiple environment variables. > b534983 Add some emojis to feedback bot > f3c0954 Add some emojis to feedback bot > dd2e0fa Add feedback bot to pull request > bed424f Add feedback bot to issue > 29c3027 docs: rewrite sub documentation > 6d4eb76 Add feedback form to the readme > 406ea27 Add feedback form to the readme > a028516 ensure BindPFlag() detects a nil flag parameter before wrapping in pflagValue. > d9d7dcd Increase lint timeout > a515209 Improve lint rules > ae12c84 Upgrade linter > 387404d Add log for remote config errors > f26928c Add Go 1.15 to the build matrix > 9c7144e Build on both linux and macos bumping knative.dev/eventing 5add485...0af15fd: > 0af15fd Move knative.dev/pkg/source.StatsReporter to eventing/pkg/metrics/source.StatsReporting - 1/n (# 5587) > 144a5b8 tracing fix for APIServerSource and PingSource (# 5567) > c86690c upgrade to latest dependencies (# 5588) > 4a679a4 [PingSource] disable @every (# 5585) bumping knative.dev/pkg e8973c6...7d1b0f1: > 7d1b0f1 Add ability to filter objects on injection controller promotion (# 2180) > 459d317 Add CheckEndpointState method to SpoofingClient (# 2166) bumping knative.dev/serving b4b3ad9...69caf07: > 69caf07 allow conformance test setup to be done without ytt (# 11657) > 548da1c Update net-istio nightly (# 11665) > f4c0946 Update net-certmanager nightly (# 11666) > 1bc6a10 Update net-kourier nightly and fix ytt matchers (# 11663) > b79f306 Update net-contour nightly (# 11667) > 05af7d4 Update net-contour nightly (# 11643) > 782a827 Bump a few assorted deps (# 11662) > 92df69f upgrade to latest dependencies (# 11660) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
46297a770e
|
upgrade to latest dependencies (#1340)
bumping knative.dev/networking 29c1fb2...53f45d6:
> 53f45d6 upgrade to latest dependencies (# 450)
> 2eeaa06 upgrade to latest dependencies (# 449)
> 9b6da19 Change default for autocreateClusterDomainClaims (# 447)
> 07ba22c Update community files (# 446)
> 4a8bec0 upgrade to latest dependencies (# 445)
> e291c80 upgrade to latest dependencies (# 444)
> 91799da upgrade to latest dependencies (# 443)
bumping knative.dev/pkg ed09cd0...dd0db4b:
> dd0db4b upgrade to latest dependencies (# 2163)
> 7521c92 drop deprecated enabledComponents field (# 2162)
> f454995 Update community files (# 2161)
> 841aa73 fix package name (# 2159)
> 77ff8d9 Bump k8s min k8s version to 1.19 (# 2157)
> 192b0c9 Add KReference.Group field and ResolveGroup function (# 2127)
> b2bf37c upgrade to latest dependencies (# 2156)
bumping knative.dev/hack 66ab1a0...e28525d:
> e28525d Add knative-release-leads to OWNERS (# 69)
> 13753fa update owner aliases manually (# 76)
bumping knative.dev/eventing b0b32c4...0cb7873:
> 0cb7873 ./hack/update-deps.sh --upgrade (# 5545)
> 95b4275 upgrade to latest dependencies (# 5540)
> 74d711b Bump deps, fix tests (# 5541)
> a02a8f2 RetryConfig.RequestTimeout to configure the timeout of a single request (# 5503)
> 587958f Fix IMC webhook cluster role (# 5539)
> 9cd2858 Delivery timeout (# 5149)
> b312f0e Support `KReference.Group` in `Subscription.Spec.Channel` (# 5520)
> 3247d83 Update community files (# 5530)
> 39e1be2 upgrade to latest dependencies (# 5519)
> b164d3c Fix subtest client scope (# 5531)
> 6adafe5 Implement `KReference.Group` resolution for `Subscriber.Ref` (# 5440)
> 193809a Use test namespaces with numeric suffix (# 5337)
> c4bcc3a upgrade to latest dependencies (# 5514)
> 4eb1738 Add API doc generation to codegen (# 5504)
> af6744d 💫 Add permission to update namespace finalizer (# 5501)
> 8a110a1 upgrade to latest dependencies (# 5495)
> d4244d5 Fix tests (# 5498)
> fc21a1a pass transformers to executeRequest (# 5512)
> 02403a5 Remove flaky test (# 5508)
> 39d1977 Wait for receiver to be done (# 5509)
bumping knative.dev/serving 380a090...c54eeab:
> c54eeab Update net-kourier nightly (# 11580)
> 94b240e Update net-istio nightly (# 11576)
> 478b5e7 Move DomainMapping feature to beta (# 11573)
> f6c40af install the latest net-istio release first when performing upgrade tests (# 11583)
> 9ec6fb9 Update net-contour nightly (# 11579)
> 58ca921 Update community files (# 11584)
> 110416c Remove YAML anchors (# 11581)
> 2110f33 upgrade to latest dependencies (# 11577)
> 913d966 Update net-contour nightly (# 11574)
> 939accb Update net-certmanager nightly (# 11575)
> 91d0441 Add short option to scale test (# 11571)
> 9958145 update names of components (# 11560)
> eeacc0d nits from # 11551 (# 11570)
> eee7741 Add $TEST_OPTIONS to hpa test (# 11561)
> 31d5683 upgrade to latest dependencies (# 11563)
> add5507 Wait until HPA status is available (# 11562)
> 8d83ada Set autocreateClusterDomainClaims true for DomainMapping tests 7152b50 (# 11565)
> a8a5c2d Update net-contour nightly (# 11567)
> 0ff6b0f Update net-kourier nightly (# 11569)
> 28fae98 Update net-istio nightly (# 11568)
> 6d5efe3 Update net-certmanager nightly (# 11566)
> c8a7098 update ytt files to support smooth renaming of net-* components (# 11551)
> 010f96a Use https to verify the access when https option is enabled (# 11537)
> 1c042a1 rename namespace certificate controller & service (# 11559)
> 4c6b64d Update net-contour nightly (# 11554)
> 4f509fc Update net-istio nightly (# 11557)
> c9a9f2f Update net-certmanager nightly (# 11555)
> c77ba94 Update net-kourier nightly (# 11556)
> 7624462 Remove unreachable code in testActivatorHA (# 11549)
> 9298c6b Update community files (# 11550)
> 629598c Update net-kourier nightly (# 11546)
> 4d5784b Update net-istio nightly (# 11545)
> 003e133 upgrade to latest dependencies (# 11543)
> c9cdc34 Update net-kourier nightly (# 11539)
> fb38239 Update net-certmanager nightly (# 11542)
> bf28585 Update net-istio nightly (# 11540)
> 4195b66 Update net-contour nightly (# 11541)
> 7103234 Make TestProjectedServiceAccountToken not need to run as root (# 11538)
> e94b287 upgrade to latest dependencies (# 11536)
> 4386c6b Update net-contour nightly (# 11527)
> 183f686 Update net-istio nightly (# 11526)
> e1a5164 Revert "Temporarily remove routetags for queue metrics (# 8969)" (# 11534)
> 561d9d0 upgrade to latest dependencies (# 11530)
> b2ad8e0 Update net-certmanager nightly (# 11528)
> 36883da Update net-kourier nightly (# 11525)
> cd8839f Add permission to update namespaces/finalizers (# 11517)
> d638cf7 upgrade to latest dependencies (# 11524)
Signed-off-by: Knative Automation <automation@knative.team>
|
|
|
|
e23b4d626e
|
Update k8s dependencies to v0.20.7 (#1344)
* Update k8s dependencies to v0.20.7 * Update vendor dir * Fix license dir * Remove commented code * Update knative deps * Use scheme to add known types for dynamic client * Update go-licenses in build script |
|
|
|
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> |
|
|
|
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 |
|
|
|
8bcefe59d5
|
upgrade to latest dependencies (#1266)
bumping knative.dev/hack 9b73a25...b6ab329: > b6ab329 Add a comment to explain why we have a long wait_until_pods_running function (# 60) > 58edbdc [schema cli] correct arrays (# 58) > 97362eb go test flag should go first (# 54) > 57abacd Don't redirect STDERR to /dev/null when querying pods (# 55) bumping knative.dev/pkg 4048853...952fdd9: > 952fdd9 Update common github actions (# 2077) > 6317ec6 Update DEVELOPMENT.md (# 2069) > a5005d3 Bump k8s min version to v1.18.0 (# 2076) > 808d622 Escape path before returning it in a response (# 2075) > 71e938e Fix int conversion in statefulset ordinals (# 2074) > 3b7934e Update webhook/README.md to reflect current packages (# 2062) > 9d92ea1 Update reconciler_controller.go (# 2066) > 78ca070 upgrade to latest dependencies (# 2070) > b558677 Use TB interface, rather than T pointer when doing test stuff (# 2064) > 9bf9eeb rename downstream-test-go to actions-downstream-test (# 2065) > dfeeb18 Update common github actions (# 2059) > de0a8c9 upgrade to latest dependencies (# 2060) > 6a33a1a Upgrade a few assorted dependencies (# 2058) bumping github.com/google/go-cmp ec71d6d...8fa37b4: > 8fa37b4 Fix reporter verbosity bug (# 253) > dc6435e De-virtualize interfaces for specialized diffing (# 254) > e9947a2 Run tests on Go 1.16 (# 252) > 3a98a11 cmp/cmpopts: use errors.Is with ≥go1.13 in compareErrors (# 251) bumping knative.dev/eventing 3b42737...8f35d42: > 8f35d42 last control plane test for channel (# 5182) > 2d4951e redo smoketests, move one broker test (# 5187) > 5aacf4f Channel Data Plane Conformance Template (# 5183) > 6c632d1 add post 022 job to remove pingsource finalizer (# 5008) > ae36e5b upgrade to latest dependencies (# 5156) > ab0b9b0 Update common github actions (# 5186) > dca8b0a 4962 test coverage kncloudevents (# 5171) > 18e33bf increase webhook timeout values to be larger than probe timeouts. (# 5175) > f526e3d adding channel subscription smoke tests (# 5177) > 6d403f8 fix lease not always being released (# 5162) > 9ababf2 update downstream test to also run on main branch PRs (# 5145) > 9362696 Channel Conformance tests for Spec and Status shapes. (# 5152) > 3ebce0d relax malformed ce response code to 4xx (# 5154) > 8ff609f add tests for various missing required fields (# 5144) > 979f99e Changing cluster role's name check to check only suffix for source spec conformance testing (# 5105) > 724f4ed adding role and role selector test for channels (# 5141) > 116a571 Fix comment on podspecable-binding clusterrole (# 5142) > c820f42 Channel Conformance Tests, CRD (# 5138) > d3e856a upgrade to latest dependencies (# 5140) > b5b547f adding todo stubs for channel conformance tests (# 5127) > 5947002 add test for rejecting malformed CE (# 5135) > f9de675 broker.status.address.url is not required (# 5134) > 04ab20f rename downstream-test-go to actions-downstream-test (# 5133) > 9e8f2df add conformance test for checking GET method gets rejected (# 5132) > 88b3c90 More unit tests for pingsource (# 5106) > c039526 Add create KinD cluster script (# 5126) > aecb58c Format markdown (# 5116) > 1ba9ebd add test for wrong version of CE (# 5124) > e2e9edf Use correlation between send / response events (# 5108) > 33cc21a Adjust resources.requests of eventing-webhook (# 5112) > 2dcdb47 Add Eventing 1.0 to the roadmap (# 5043) > 4e1a66b Update community support instructions with ux issue template info (# 5109) > c42772d KafkaChannel hack to upgrade (# 5085) > a95567e statuscode 200-299 (# 5102) > 85c4286 add data plane for ce versions (# 5101) > 025f1c1 Broker/Trigger Conformance Tests, invalid trigger.spec.filters (# 5089) > 266b743 use timing and common config from reconciler-test (# 5094) > c1124d5 Format markdown (# 5093) > de960c7 Update common github actions (# 5090) > 8983fc8 Change spec redirects to template used by docs (# 5092) > 48fb081 broker changes come from the env. (# 5088) > 23d1519 Format markdown (# 5083) > df48abb Schema tool for Eventing v1 (# 5087) > 3b812fc Switch slinkydeveloper and devguyio rotations (# 5084) > 07939c5 fix trigger conf tests (# 5082) > 646b9e2 add unit tests to reconciler/apiserversource (# 5067) > b09cc03 add ./ to file (# 5078) > ef536d4 Start adding spec based conformance tests for Broker/Trigger. (# 5072) > 60043be Add KO_FLAGS usage to chaosduck build (# 5075) > b2ea385 Add redirect link (# 5077) > c8b0b6b Remove specs for eventing and point to new location in specs repo (# 5057) > 1184217 Update support info with machine-readable rotation (# 5068) > 248cd1b Add query for doc issues that eventing eng. attention (# 5074) > 2b95fce upgrade to latest dependencies (# 5060) > 4cbc070 Timezone not added to schedule in runner.go # 5058 (# 5059) bumping knative.dev/networking 430a689...999a770: > 999a770 Update common github actions (# 382) > a1fa52a upgrade to latest dependencies (# 381) > 45fe1f5 upgrade to latest dependencies (# 380) > 354e242 Add pod-addressability config to config-network (# 377) > 6a77ca6 upgrade to latest dependencies (# 376) > 44a3b91 upgrade to latest dependencies (# 375) > 8fc278d rename downstream-test-go to actions-downstream-test (# 374) > ed835c9 Update common github actions (# 372) > ada810f upgrade to latest dependencies (# 373) > 33105c6 upgrade to latest dependencies (# 371) bumping knative.dev/serving 1583394...fc58a32: > fc58a32 Update net-certmanager nightly (# 11095) > feb2da0 Add leeway for deployment rollouts in autoscale upgrade tests (# 11093) > fe09f38 Update net-contour nightly (# 11071) > bb43fdb Update net-istio nightly (# 11086) > 8671de8 Update net-certmanager nightly (# 11085) > a0a847b Update common github actions (# 11082) > 6174a0e upgrade to latest dependencies (# 11083) > 1fef748 Add passthrough LB functionality to the stats scraper (# 11076) > c6ddb40 upgrade to latest dependencies (# 11081) > d6ea20a drop gloo from third party & e2e scripts (# 11080) > 5813b79 Drop misleading comment in autoscaler main (# 11073) > 0711285 upgrade to latest dependencies (# 11077) > 3190050 Update net-istio nightly (# 11072) > 350184b Drop explicit namespaces and system imports (# 11054) > 9f1b7eb Update net-istio nightly (# 11055) > c799d89 upgrade to latest dependencies (# 11067) > 7931069 Use kubectl replace instead of patch to restore config-gc (# 11062) > 2bbfc27 Thread network config into the autoscaler (# 11056) > 8ab7b39 Remove hardcoded config names throughout (# 11057) > 3244771 Drop tracing config testdata in activator (# 11053) > 69610eb upgrade to latest dependencies (# 11061) > 6126291 Update net-certmanager nightly (# 11029) > 25a49c8 Bump request timeout in TestProbeQueueNotReady to fix flake (# 11050) > 6a45e7d Update net-istio nightly (# 11030) > 9b024b4 Update net-contour nightly (# 11028) > a597700 Add a proxy-builder to make use of passthrough loadbalancing (# 11035) > 34d7b4b upgrade to latest dependencies (# 11040) > 5dbe774 upgrade to latest dependencies (# 11036) > 2081525 Fix HTTP2 feature-gate threading in queue-proxy (# 11022) > 2490284 use-new-helpts (# 11018) > d55482e Bypass tracing handler if tracing is disabled (# 11016) > 37dedfa Skip flaky HTTP2 probe test (# 11027) > d5d489c Reduce allocations to store config on context in Activator (# 11013) > 1a0d326 Prevent MaxScaleLimit being exceeded on update (# 11010) > 4682e3e Use service-host-name helper in Activator creation (# 11021) > fb5af24 upgrade to latest dependencies (# 11020) > c9296e1 Add HA test for DomainMapping controller (# 10816) > b5d1348 Add a benchmark for the entire handler chain of the activator (# 11014) > ccf35f1 Update net-istio nightly (# 11002) > 069c635 add to mon reviewers (# 10972) > 0e8410a Format markdown (# 11001) > 3e2b15e Collapse revision context into specialized context to avoid allocations (# 11009) > 4e5fde5 Only allocate named logger if necessary in activator (# 11008) > 9ee92b1 Default PeriodSeconds of the readiness probe to 1 if unset (# 10992) > 27757ec Fix concurrency reporter log to use the correct key (# 11007) > 60a7f99 Add lint for aliasing autoscaling import correctly (# 10885) > 05f16c6 Update net-kourier nightly (# 10989) > decdaf4 Update net-contour nightly (# 10988) > b7ef994 Add ux issue template to community contact instructions (# 10993) > 08e4e0e Update net-kourier nightly (# 10977) > 9cdf9b0 Update net-certmanager nightly (# 10976) > a78e43e Update net-istio nightly (# 10974) > aeae909 Update common github actions (# 10969) > 8179fc6 set httpoption in kingress spec from cm (# 10412) > 77383a4 upgrade to latest dependencies (# 10971) > df03bdb Format markdown (# 10970) > df6c235 Update support info with machine-readable rotation (# 10955) > 3a6856b Add triage instructions for support rotation (# 10965) > 5af85b7 Format markdown (# 10968) > 90de379 Point spec files and runtime contract file to the specs repo (# 10967) > e66e402 Update net-istio nightly (# 10964) > a10bc74 upgrade to latest dependencies (# 10956) > 057c203 Update query for doc issues for serving that need attention (# 10958) > 7398ca3 Update net-istio nightly (# 10952) > 7b0bab7 Update net-contour nightly (# 10953) > e9ef3a1 Update net-kourier nightly (# 10954) > 73a6ba5 Update net-certmanager nightly (# 10945) > 503c978 Update net-contour nightly (# 10931) > fec9960 Update net-kourier nightly (# 10947) > b4fd523 Update net-istio nightly (# 10946) Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
d647e44938
|
Upgrade a few assorted dependencies (#1220)
* Update spf13 deps * Upgrade gotest.tools and correctly use versioned module * Regenerate docs |
|
|
|
72aeb1c820
|
upgrade to latest dependencies (#1207)
bumping knative.dev/hack 8d623a0...8368e1f: > 8368e1f guard against set -o unset (# 49) > 2b4f6fc disable go's proxy and sumdb only for knative deps (# 47) bumping knative.dev/networking 8b522a9...e24bdfe: > e24bdfe upgrade to latest dependencies (# 350) > ab1235e Bump a few assorted dependencies to their latest versions (# 349) > 45b7ed1 Add ingress conformance test to ensure we do not add retries (# 348) > |
|
|
|
1499be95c7
|
fix: Fix deprecated terminal lib (#1215) | |
|
|
f15f2755d8
|
update to k8s 0.19.7, go v1.15, fix gnostic (#1206)
* update to k8s 0.19.7, go v1.15, fix gnostic * oops, did not run ./hack/build.sh * Fix unit tests that broke because of k8s 1.19 update * Update asserting in test to adapt to new jsonpath output behaviour Looks like that strings are quoted now in arrays. * fix one more assert Co-authored-by: Roland Huß <roland@ro14nd.de> |
|
|
|
03d8236b62
|
upgrade to latest dependencies (#1164)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
4539ee8f33
|
upgrade to latest dependencies (#1123)
Signed-off-by: Knative Automation <automation@knative.team> |
|
|
|
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 |
|
|
|
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 |
|
|
|
eda276b8a3
|
Pin knative/pkg to release-0.17 (#976)
* Pin pkg to release-0.17 branch. * hack/update-deps.sh --upgrade * Update hack/update-deps.sh for the test-infra section. * hack/update-deps.sh --upgrade |
|
|
|
7965358b58
|
[master] Auto-update dependencies (#936)
Produced via: `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh` /assign maximilien rhuss /cc maximilien rhuss |
|
|
|
217a813344
|
Track floating deps at master (#932)
* Track floating deps at master * Update kn version command |
|
|
|
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 |