Roland Huß
a252d9b38d
Add an update timestamp to trigger the creation of a revision when needed. ( #1364 )
...
* Add a update timestamp anytime a new revision should be triggered. Previously client side revision names was this trigger but since we switched to server-side revision naming by default that didn't work anymore (and hasn't worked with server-side revision naming before, too).
Fixes #1318 .
* fix e2e test
* add some unit tests
* Update error handling + added some tests
* fixed compile error in test
* lint fixes
2021-07-26 12:17:16 -07:00
knative-automation
c5cb3d1d2c
Update community files ( #1400 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-26 11:45:16 -07:00
Gunjan Vyas
b05a1114b3
Adding base64 data handling to ping update command ( #1392 )
2021-07-26 02:59:15 -07:00
dr.max
5bbe68f3be
update plugin README ( #1398 )
...
Fix default `directory` value
2021-07-25 21:31:15 -07:00
Martin Gencur
c145ecaf26
Use namespaced kubectl for sa,role,rolebinding in tests ( #1396 )
2021-07-22 05:06:03 -07:00
Chris Suszynski
a7df7c76a0
Skip non modified event first while waiting for ready ( #1390 )
...
* Reproduction of #1389
* Fixing #1389
* Removal of panic in test
* Cover the "impossible" missing generation case
2021-07-21 12:20:38 -07:00
knative-automation
b12065d6dc
upgrade to latest dependencies ( #1391 )
...
bumping knative.dev/serving ee022f4...11abffd:
> 11abffd Update net-istio nightly (# 11702)
> fe60cdd add tests for kubernetes.containerspec-addcapabilities feature flag (# 11700)
> 1ec1414 Update net-kourier nightly (# 11696)
> 2575a92 Update net-certmanager nightly (# 11697)
bumping knative.dev/eventing 25bd8ef...003a8a2:
> 003a8a2 upgrade to latest dependencies (# 5595)
> 48112db Change Result->Reply in comments, left over cruft (# 5600)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-21 09:53:39 -07:00
Roland Huß
5a4496900b
Fix issue with Windows pathes not being escaped when applying a regexp. ( #1395 )
2021-07-21 09:22:39 -07:00
knative-automation
271d25fce7
Update community files ( #1393 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-21 08:31:39 -07:00
Gunjan Vyas
bef27e9e82
Adding test cases for serving pkg ( #1376 )
2021-07-20 06:32:13 -07:00
Gunjan Vyas
e4f18fa7f8
Adding tests for commands package ( #1377 )
2021-07-20 03:14:12 -07:00
knative-automation
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>
2021-07-19 16:15:12 -07:00
vyasgun
e26d5f27ca
Adding encoding flag and support for base64 data ( #1388 )
2021-07-19 02:52:53 -07:00
knative-automation
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>
2021-07-14 05:24:31 -07:00
Martin Gencur
2d6cab730d
Run tests as project admin ( #1384 )
...
* Create Broker explicitly rather than by labeling namespace
* creating explicity is allowed for users with project admin permissions
in the given project
* Use Role instead of ClusterRole to work with Sources
* this allows for running the tests as project admin users and don't
require cluster-admin permissions
* Separate SourceList test for cluster admin and regular user
* Instructions for running E2E as project admin
* Fix imports
* Define output as a new variable in source_list_crd_test
* Fix golint
* Reference an issue created for source list-types
2021-07-14 00:53:31 -07:00
Martin Gencur
804d021e13
Introduce -reusenamespace test flag ( #1383 )
...
* Introduce -reusenamespace test flag
* allows for reusing test namespaces that were created in advance
(possibly by a cluster admininstrator)
* Fix gofmt
2021-07-14 00:18:30 -07:00
Murugappan Chetty
0c3e236006
make command as array instead of string ( #1380 )
...
* make command as array instead of string
* make command as array instead of string
* make command as array instead of string
* make command as array instead of string
* make command as array instead of string
* make command as array instead of string
2021-07-13 13:32:31 -07:00
knative-automation
536d1f13c1
upgrade to latest dependencies ( #1379 )
...
bumping knative.dev/serving 7a3e9d0...b4b3ad9:
> b4b3ad9 drop stackdriver exporter support (# 11659)
> be52cef Drop the use of serving specific metric keys declared in knative.dev/pkg (# 11658)
> 1f8520f Use tmpfs for etcd storage in Kind-e2e (# 11648)
> 543bb73 Remove the unused flag reuse-test-namespace (# 11656)
> 9c2ec0f Use more specific error when Domain Claim does not exist (# 11651)
> fdfe3f2 Allow for running conformance tests by users with reduced privileges (# 11609)
> aebfbce Update net-istio nightly (# 11638)
> c5c4710 Update community files (# 11654)
> 4104e55 Update comment line for config store (# 11646)
> 9bd7e39 Use lister to get ClusterDomainClaim. (# 11649)
> c1c4fc1 Remove dead code for scale-to-zero (# 11641)
> e5bad20 Update net-certmanager nightly (# 11642)
bumping knative.dev/pkg 4a3e56d...e8973c6:
> e8973c6 Bump a few assorted dependencies (# 2186)
> 4377330 Update community files (# 2185)
bumping knative.dev/eventing 221dfdf...5add485:
> 5add485 drop use of upstream knative.dev/pkg/metric eventing keys (# 5586)
> 8678c3c Update community files (# 5583)
bumping knative.dev/networking 4e655b7...946273d:
> 946273d Update community files (# 460)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-12 23:08:50 -07:00
knative-automation
386031276c
Update community files ( #1378 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-12 08:28:22 -07:00
vyasgun
4bb9609273
Adding tests for commands/flag pkg ( #1375 )
2021-07-09 06:45:19 -07:00
knative-automation
0c231e2b6c
upgrade to latest dependencies ( #1366 )
...
bumping knative.dev/pkg 30f9568...4a3e56d:
> 4a3e56d Update actions (# 2182)
> fe90576 Retry 'no route to host' errors by default (# 2181)
bumping knative.dev/serving d207fa3...7a3e9d0:
> 7a3e9d0 Update net-contour nightly (# 11630)
> 05e8a56 Update net-certmanager nightly (# 11639)
> c9ede02 Update actions (# 11637)
> f096587 Update net-kourier nightly (# 11633)
> da26d28 Allow setting runAsNotRoot without the feature flag (# 11606)
> 2a217e7 Update net-istio nightly (# 11632)
> a147d72 upgrade to latest dependencies (# 11631)
bumping knative.dev/networking ca0a601...4e655b7:
> 4e655b7 Update actions (# 459)
> 2a685f4 upgrade to latest dependencies (# 458)
bumping knative.dev/eventing 90932eb...221dfdf:
> 221dfdf add retries for apiServerSource (# 5457)
> 262b70e Update actions (# 5575)
> e1db1d3 upgrade to latest dependencies (# 5569)
> 9ced574 Update actions (# 5557)
> 9bc39bd Add DeadLetterURI to trigger status (# 5551)
> cc883dc Make apiserversource test watch for update events (# 5568)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-08 22:32:19 -07:00
vyasgun
a7265a435e
Adding tests for wait pkg ( #1371 )
2021-07-08 10:45:23 -07:00
David Simansky
dfc8665d12
Remove standalone DomainMapping setup ( #1370 )
2021-07-08 08:00:23 -07:00
Martin Gencur
157d568bcb
Do not cleanup on failure in Tekton tests ( #1369 )
...
* Cleanup Tekton tests only on success
* TMP: Run in presubmits
* Skip Istio addon in Tekton tests
* Revert "TMP: Run in presubmits"
This reverts commit d050971465 .
2021-07-08 05:13:23 -07:00
knative-automation
f545b07c96
Update actions ( #1363 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-08 01:24:23 -07:00
vyasgun
1e05940c12
Adding tests for printer pkg ( #1367 )
2021-07-07 06:43:19 -07:00
knative-automation
3f424c371e
upgrade to latest dependencies ( #1362 )
...
bumping knative.dev/networking 53f45d6...ca0a601:
> ca0a601 Remove deprecated label (# 457)
> c8ff46f add annotation for setting http option (# 440)
> b983b72 Update actions (# 456)
> 6c60e9e upgrade to latest dependencies (# 455)
> 2315e14 Update community files (# 454)
> 78822ee Set default HTTPOption to Enabled for conformance test (# 453)
> 0367556 upgrade to latest dependencies (# 452)
> be44eda Update community files (# 451)
bumping knative.dev/serving c75484e...d207fa3:
> d207fa3 upgrade to latest dependencies (# 11622)
> 6459485 Update net-contour nightly (# 11627)
> 5f1b6c2 Update net-istio nightly (# 11615)
> 7da260d Update net-certmanager nightly (# 11628)
> 3d23011 Remove deprecated label `networking.internal.knative.dev/disableWildcardCert` (# 11626)
> dbffff6 Update net-kourier nightly (# 11616)
> 56506cc Update net-certmanager nightly (# 11620)
> b066a0b Remove unused varlog and observed-concurrency images (# 11619)
> ad3e890 Update net-contour nightly (# 11614)
> 657e524 Update actions (# 11613)
> 98a184b upgrade to latest dependencies (# 11612)
bumping knative.dev/pkg dd0db4b...30f9568:
> 30f9568 Update actions (# 2177)
> 51cfaab Added inverse functions for the ptr package (# 2172)
> cf1994e Update community files (# 2171)
> 4cdacd0 add concurrency for each controller (# 2160)
> e117baa Replace reference to obsolete xip.io service (# 2169)
> a1bc850 Print proper warning logs from API warnings (# 2168)
> a421cf1 upgrade to latest dependencies (# 2167)
> 6b252df Update community files (# 2165)
bumping knative.dev/eventing a574b7b...90932eb:
> 90932eb upgrade to latest dependencies (# 5556)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-05 23:12:20 -07:00
David Simansky
090ba0ceaa
Refactor waiting loop to use resourceVersion ( #1333 )
...
* Refactor waiting loop to use resourceVersion
* Add test coverage for delete ops
* Reformat code
* Move helper function to test file
* Add more test coverage
2021-07-01 12:05:04 -07:00
David Simansky
a90595961f
Move warning handler from `main()` to `RestConfig()` ( #1359 )
...
* Move warning handler from main() to RestConfig()
* Add also original code comment
2021-06-30 07:10:10 -07:00
Dave Protasowski
0bbb3ec9d9
update versions to 0.24 ( #1360 )
...
* update versions
* upgrade integration tests
2021-06-29 12:00:17 -07:00
knative-automation
b4af7f278f
upgrade to latest dependencies ( #1358 )
...
bumping knative.dev/serving c54eeab...c75484e:
> c75484e Update net-istio nightly (# 11610)
> 4aeada7 Remove unused secret accessor (# 11603)
> 9bff34a Update net-kourier nightly (# 11602)
> 074dfcb Update net-certmanager nightly (# 11599)
> 6894844 Update community files (# 11604)
> 776c39a Update net-istio nightly (# 11601)
> dd5ff5f Update net-contour nightly (# 11600)
> 81e8732 issues/11122 EnableLogStream test flag (# 11598)
> 20139f4 Update net-istio nightly (# 11595)
> d4c0f90 Update net-contour nightly (# 11594)
> 643def2 Update net-certmanager nightly (# 11593)
> 2079293 Fix references to xip.io in comments/DEVELOPMENT.md (# 11589)
> b943156 Remove reference to domain mapping yaml from DEVELOPMENT.md (# 11590)
> 5fa6042 upgrade to latest dependencies (# 11587)
bumping knative.dev/eventing 0cb7873...a574b7b:
> a574b7b Fix flakiness & slowness of imc dispatcher test (# 5537)
> b2f4322 Removing deprecated code from test/upgrade (# 5555)
> 14ae489 Update community files (# 5553)
> 6addfef Update community files (# 5546)
> 21651d4 Knativehistory was removed (# 5550)
> e614155 [PingSource] Degrade warning to normal event (# 5549)
> c84fe22 Extend rotation calendar (# 5538)
> 2fcbc0a Glue Delivery.Timeout to RetryConfig.RequestTimeout (# 5507)
> d69382b upgrade to latest dependencies (# 5547)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-29 11:14:17 -07:00
David Simansky
64915102a0
Update changelog for 0.24.0 release ( #1356 )
...
* Update changelog for 0.24.0 release
* Fix entries ordering
2021-06-29 02:25:13 -07:00
Zbynek Roubalik
a086cc9707
Add `env-value-from` flag & keep order of env vars in created/updated services ( #1328 )
...
* Add --env-value-from & preserve env var order
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* add e2e test for checking Service Env Vars
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* update changelog
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* refactor UpdateEnvVars()
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* apply review suggestions
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* fix typo
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
* improve test cases names
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
2021-06-29 01:48:13 -07:00
David Simansky
ab537bc731
Improve test coverage of main package ( #1357 )
...
* Improve test coverage of main package
* Add test for internal plugin
* Rerurn codegen
2021-06-29 00:10:13 -07:00
knative-automation
1859299c4c
Update community files ( #1354 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-27 23:34:47 -07:00
David Simansky
88fd3102a6
Remove force update of go-licenses binary ( #1348 )
2021-06-25 05:04:21 -07:00
Murugappan Chetty
4da64757d5
increase code cov for sources ( #1343 )
...
* increase code cov for ping source
* add ut for api server source
* update tests for apiserver source
* update tests for apiserver source
* api source updates
* update ping source tests
* add tests for container source
* add tests for container source
* change error checking
* update license
2021-06-25 02:11:21 -07:00
Markus Thömmes
95dc71c631
Prettify printing of webhook warnings ( #1353 )
2021-06-24 07:04:46 -07:00
knative-automation
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>
2021-06-24 05:22:45 -07:00
knative-automation
8ac780f0f8
Update community files ( #1351 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-24 02:04:45 -07:00
knative-automation
a54abbdfa1
Update community files ( #1347 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-18 02:07:50 -07:00
David Simansky
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
2021-06-17 07:42:22 -07:00
knative-automation
935c2a5303
Update actions ( #1341 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-14 06:31:20 -07:00
Hyounggyu Choi
217df5ccf5
Make e2e test run over other networks ( #1339 )
2021-06-08 12:52:41 -07:00
knative-automation
81cb343b4e
upgrade to latest dependencies ( #1335 )
...
bumping knative.dev/serving 16a1f6f...68a1b38:
> 68a1b38 Update actions (# 11458)
> e11d906 Update net-istio nightly (# 11461)
> 51bfe38 add feature gate to allow adding capabilities to securityContext (# 11410)
> c2cb038 Update net-certmanager nightly (# 11460)
> 07f8171 add label selector in autoscaler to filter knative specific pod (# 11142)
> 52a823e Automate schema creation via update-codegen.sh. (# 11450)
> fc23fb1 upgrade to latest dependencies (# 11455)
> f2cb8e5 Domainmapping bring your own certificate (# 11250)
> 966f015 Update net-kourier nightly (# 11454)
> e297718 drop use of KubeClient (# 11432)
bumping knative.dev/eventing 608a7fe...0ca9a9c:
> 0ca9a9c remove v1beta1 task as it has been done (# 5467)
> 5b1d8dd use the non-deprecated version (# 5468)
> 114c6b7 Update actions (# 5466)
> 738ffa0 upgrade to latest dependencies (# 5465)
bumping knative.dev/networking a442bb6...5521a8b:
> 5521a8b Update actions (# 431)
> 9c0fc00 upgrade to latest dependencies (# 430)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-03 23:32:45 -07:00
knative-automation
5074d48b8b
Update actions ( #1336 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-03 15:32:44 -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
67bbe37afa
Update community files ( #1332 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-01 10:23:37 -07:00
knative-automation
3a97aa2f85
upgrade to latest dependencies ( #1330 )
...
bumping knative.dev/pkg 980a337...79f8b3f:
> 79f8b3f Auto-generate webhook certs with ECDSA for FIPS compliance (# 2136)
> 3e1e4d7 Update community files (# 2137)
> 803d2ba use more general kubernetes.Interface (# 2135)
> 47dfdcf consolidate k8s flags to an environment package (# 2133)
> 6484377 update boilerplate date (# 2134)
> 35916ab Update actions (# 2132)
bumping knative.dev/networking 54039d7...bf0fc84:
> bf0fc84 drop use of pkgtest.KubeClient (# 423)
> 04feff3 upgrade to latest dependencies (# 426)
> 7ded2e6 Update community files (# 427)
> 443b181 Replace redirect code 302 with 301 (# 416)
> 77a9c97 upgrade to latest dependencies (# 424)
> 329cdb3 Update actions (# 422)
> c90fe70 Remove deprecated cert and key field (# 414)
> b81353d upgrade to latest dependencies (# 420)
bumping knative.dev/serving 9bb6349...c1051d9:
> c1051d9 Update net-kourier nightly (# 11442)
> 07e6fc1 Move schemapatch config here for easier access (# 11407)
> fd235d8 Update net-contour nightly (# 11441)
> d920d2a drop dependency on knative.dev/networking/test (# 11439)
> 40a36e9 Update net-certmanager nightly (# 11435)
> b417fc3 upgrade to latest dependencies (# 11437)
> 248381d Update community files (# 11438)
> 65929cc Update net-kourier nightly (# 11436)
> d09e5e3 Update net-contour nightly (# 11434)
> 526721f Improve readiness tests for exec case (# 11425)
> a9aeafb Fix PerItem test flake (# 11430)
> 64a0bb5 upgrade to latest dependencies (# 11433)
> 620cb44 Update net-contour nightly (# 11428)
> f89b0de Update net-certmanager nightly (# 11427)
> b6fa655 Update net-kourier nightly (# 11426)
> 27f036c Update net-certmanager nightly (# 11414)
> f98b448 Use cert-manager API version to v1 for test resources (# 11424)
> 27e330a Update net-contour nightly (# 11415)
> df3b056 fix typo and redundant code (# 11419)
> ecca088 Update actions (# 11421)
> 4265285 upgrade to latest dependencies (# 11420)
> 8a9bb8e upgrade to latest dependencies (# 11418)
> 5d1672d Update net-kourier nightly (# 11417)
bumping knative.dev/eventing 6776718...49420f4:
> 49420f4 Added broker.WithConfig (# 5461)
> 66dbf4a Added tristate flags and changed experimental config map name (# 5459)
> a4650e0 Update community files (# 5458)
> d5f8b90 rekt/resources: support trigger annotations (# 5456)
> d1106c8 [QE] Don't wait on triggers, before deploying their subscriber (# 5444)
> 65bed40 Update actions (# 5438)
> 0d129e4 Fix a broken link in experimental-features.md (# 5453)
> b813a54 Remove camel as a downstream now that is deprecated (# 5449)
> 9d1c35f drop use of deprecated sharedmain functions (# 5450)
> 6e9588c Bump downstream job to go 1.16 (# 5448)
> 5d3d12f Use a readiness probe to check apiserver adapter readiness (# 5446)
> 674815e Remove unprintable characters from the deadLetterSink request header (# 5439)
> 7678f90 upgrade to latest dependencies (# 5437)
> 91d6079 Fix ordering in EventTransformation test (# 5435)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-01 09:53:37 -07:00
knative-automation
aacd22c3d0
Update actions ( #1331 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-31 04:14:32 -07:00