Commit Graph

764 Commits

Author SHA1 Message Date
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
knative-automation 350b2deffc
upgrade to latest dependencies (#1324)
bumping knative.dev/networking b2552ec...54039d7:
  > 54039d7 Fix revive related linting issues (# 419)
  > b0d3be2 upgrade to latest dependencies (# 418)
bumping knative.dev/pkg e749d6a...980a337:
  > 980a337 Fix revive related linting issues (# 2131)
  > ea766de Bump assorted dependencies (# 2130)
  > e2947db update the multiple label selector implemention to avoid clobber in filtered factory (# 2120)
bumping knative.dev/eventing e48c80d...6776718:
  > 6776718 Experimental features process documentation (# 5404)
  > 295134c Experimental features configuration and validation (# 5214)
  > 0882e0c upgrade to latest dependencies (# 5434)
bumping github.com/google/go-cmp 8fa37b4...d103655:
  > d103655 Print as text if mostly text (# 258)
  > 9181d1e Avoid diffing by lines if inefficient (# 260)
  > c5c3378 Cleanup edit groups after coalescing (# 259)
  > 1ee4af8 Fix typo in path.go (# 256)
bumping knative.dev/serving 9cd446e...9bb6349:
  > 9bb6349 Test that readiness is not reported early in HTTP probe test (# 11402)
  > 61178b2 upgrade to latest dependencies (# 11412)
  > 8eb5b88 Update net-istio nightly (# 11397)
  > 01f1cb6 Remove myself following-up knative/community# 628 (# 11408)
  > 1cd1e71 Have our e2e tests use K8s 1.19 again (# 11384)
  > 71e501e upgrade to latest dependencies (# 11405)
  > f9356e3 Update schema generator as a bug has been fixed (# 11406)
  > fc8d0c8 Allow the autoscale upgrade test traffic to settle before upgrading (# 11403)
  > 77d32d8 Regenerate schemas to pick up capabilities addition (# 11400)
  > efbc518 Update net-contour nightly (# 11396)
  > 15e067e Update net-kourier nightly (# 11401)
  > 3afc6e4 Move activator count computation into KPA (# 11375)
  > 8cf7372 Add readiness test image (# 11398)
  > 0760219 Set spec.HTTPOption in Ingress created from DomainMapping (# 11399)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-26 08:07:28 -07:00
David Simansky 0c6ef82a56
Fix Subscription's Channel to use KRefence type (#1326) 2021-05-25 07:54:38 -07:00
knative-automation d0327bca07
Update community files (#1325)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-20 09:36:17 -07:00
Ville Aikas 3cc608f9b1
bump presubmit to .23 (#1323) 2021-05-18 23:55:15 -07:00
knative-automation 54a19f1711
upgrade to latest dependencies (#1320)
bumping knative.dev/eventing 200e54c...200e54c:
bumping knative.dev/serving a67cc87...35efb31:
  > 35efb31 Update net-certmanager nightly (# 11362)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-18 12:02:15 -07:00
David Simansky fc4bc4ffab
Revert "Refactor waiting loop to use resourceVersion (#1321)
* Revert "Refactor waiting loop to use resourceVersion (#1301)"

This reverts commit 9f6ec3194f.

* Remove changelog entry
2021-05-18 05:21:15 -07:00
David Simansky be8f246b79
Update changelog for release v0.23.0 (#1315)
* Update changelog for release v0.23.0

* Add changelog entry PR#1301

* Fix entries ordering

* Fix PingSource entry
2021-05-17 14:26:24 -07:00
Roland Huß 2f88087e38
Update version.go for release 0.23 (#1319) 2021-05-17 12:51:24 -07:00
Murugappan Chetty bcadd502cd
add code cov (#1313)
* add code cov

* add code cov

* add readme badge
2021-05-17 11:47:31 -07:00
knative-automation 3ca984cc7c
upgrade to latest dependencies (#1305)
bumping knative.dev/serving 9384755...a67cc87:
  > a67cc87 Update net-kourier nightly (# 11364)
  > e592f69 Update net-istio nightly (# 11363)
  > 8d10df6 Update net-contour nightly (# 11361)
  > 26c93b9 Use UID rather than label to avoid hitting character limits (# 11360)
  > b463000 Update actions (# 11359)
  > ad3bb89 Update net-contour nightly (# 11349)
  > 0e71208 Fix invalid link for support.rotation (# 11358)
  > 06f41e0 Update net-istio nightly (# 11350)
  > e6fd019 Update net-certmanager nightly (# 11348)
  > 50146f1 Update net-kourier nightly (# 11341)
  > 5226aa1 Update net-contour nightly (# 11343)
  > b56e96e Update net-certmanager nightly (# 11342)
bumping knative.dev/eventing 1bbc013...200e54c:
  > 200e54c Use new label for defining a cluster-local Knative Service (# 5402)
  > dd955b9 Update actions (# 5401)
  > e3dbc74 upgrade to latest dependencies (# 5393)
  > af770af Update actions (# 5392)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-17 10:49:25 -07:00
David Simansky 9f6ec3194f
Refactor waiting loop to use resourceVersion (#1301)
* WIP: Refactor waiting loop to use resourceVersion

* Remove testing println

* Fix error return in DeleteService

* Add more tests to reflect review feedback
2021-05-17 10:17:25 -07:00
Evan Anderson 66edd00fa8
Add knative-release-leads to OWNERS (#1317) 2021-05-17 09:45:24 -07:00
knative-automation 8836501d25
Update actions (#1314)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-17 04:50:24 -07:00
David Simansky a165c6c64f
Fix replicas *int32 type in describe commands (#1312)
* Update to latest dependencies

* Fix replicas *int32 type in describe commands
2021-05-17 03:31:24 -07:00
knative-automation 390bf0f9ad
Update actions (#1311)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-13 08:00:48 -07:00
Roland Huß 6b220e3e25
Fixe formatting in README (#1310) 2021-05-12 13:53:48 -07:00
Pratham Murkute faee441528
Fix for serviceaccounts "default" not found flaky issue (#1306) 2021-05-11 15:09:46 -07:00
knative-automation fb07e25c74
Update knative/community files (#1309)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-11 13:22:46 -07:00
Martin Gencur adb6bdff74
Fully qualified test images (#1307)
* Use fully qualified image references in helloworld Dockerfile

* TMP: Run tekton tests in pre-submit

* remove this when the tekton tests pass

* TMP: Use mgencurs fork so that buildah uses the updated Dockerfile

* TMP: Fix running in pre-submit

* Revert "TMP: Fix running in pre-submit"

This reverts commit 35694f067e.

* Revert "TMP: Use mgencurs fork so that buildah uses the updated Dockerfile"

This reverts commit b7ad15e4d8.

* Revert "TMP: Run tekton tests in pre-submit"

This reverts commit 36d3a95c1b.
2021-05-10 05:40:00 -07:00
knative-automation 7109533e9c
Update actions (#1303)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-07 09:14:10 -07:00
knative-automation ccf721f8b0
upgrade to latest dependencies (#1302)
bumping knative.dev/serving 101c6f1...2d4e4a1:
  > 2d4e4a1 Make digest resolution idempotent (# 11293)
  > dd0e497 Update go-containerregistry to v0.5.0 (# 11292)
  > dd4e1cb Increase digest resolution rate limit (# 11279)
  > 91d511c Update net-kourier nightly (# 11301)
  > 28e53cb Update net-contour nightly (# 11302)
  > 69214d4 Update net-istio nightly (# 11300)
  > ad94366 Change magic DNS to sslip.io (# 11298)
  > c2f3fda Make sure the decider state is settled in test (# 11290)
  > 695b9e7 Update net-contour nightly (# 11288)
  > aa2ef62 Update net-istio nightly (# 11287)
  > f9abb7f Update net-certmanager nightly (# 11282)
  > e2a8237 e2e - drop imperative bash yaml for declarative ytt/kapp (# 11175)
  > e04223b remove duplicate additionalPrinterColumns (# 11285)
  > 08d17a2 Make KO_FLAG flexible for e2e-tests (# 11284)
  > 5ad9c8e Implement per-item rate limits for digest resolution (# 11278)
bumping knative.dev/eventing 8db3bcf...768b7d1:
  > 768b7d1 ApiServerSource smoke tests (# 5346)
  > 7ae9d3e Increase defaulting test coverage for apis/config and apis/messaging/config (# 5344)
  > 8a094e6 Check SCALE_CHAOSDUCK_TO_ZERO after the chaosduck is deployed (# 5330)
  > e7237ee Trigger defaulting webhook tests (# 5339)
  > 88fc2e2 More containersource e2es (# 5338)
  > 3888d16 [v1] Test to make sure webhook validates ApiServerSource (# 5329)
  > a5db0e1 Add containersource smoke test (# 5331)
  > 0278f6e Format markdown (# 5326)
  > 462f1f3 Pointing to the proper v1 api, as the copy (# 5328)

Signed-off-by: Knative Automation <automation@knative.team>
2021-05-05 14:21:09 -07:00
Roland Huß 5ce3d1b71d
chore: fixed documentation of configuration options in README (#1297)
* chore: fixed documentation of configuration options in README

* chore: Updated according to review comments.
2021-05-04 07:18:38 -07:00
David Simansky e5b19e12ab
Update Eventing Sources API to v1 (#1299)
* Update Eventing Sources API to v1

* Update vendor dir

* Fix imports formatting

* Move PingSource client to v1beta2

* Fix sink resolve

* Fix serving version string

* Use Eventing version 0.22.1 in e2e tests
2021-05-03 03:12:58 -07:00
knative-automation dccf3e30fa
upgrade to latest dependencies (#1296)
bumping knative.dev/hack 88c69cd...93ad912:
  > 93ad912 Print java and mvn version (# 65)
  > 86f9adc Fix default codegen pkg dir (# 67)
bumping knative.dev/networking 7a7ad51...796a800:
  > 796a800 upgrade to latest dependencies (# 403)
  > b62df94 upgrade to latest dependencies (# 402)
  > 2696fca Add missing JSON tag to protocol type (# 400)
bumping knative.dev/eventing 83a1713...474fb5b:
  > 474fb5b remove v1alpha1 sources APIs (# 5317)
  > fc44024 More v1 (# 5316)
  > e807987 [v1] Add flows yaml desc (# 5315)
  > 178be6b Remove some vbeta1 IMC configs in tests (# 5314)
  > d21b7d6 💄 Adding API description (e.g. for k explain) for IMC and generic Channel (# 5307)
  > 18fb3db CreatePodOrFail retry on "No API token found" (# 5313)
  > 504cae3 Fixing versions and api groups for subscription validation test (# 5310)
  > 386cd07 upgrade to latest dependencies (# 5302)
  > 5dccb29 Tidy up the CRD to remove the v1beta1 (# 5298)
  > 978778a Increase Subscription validation test coverage (# 5305)
  > 0d25138 Increase Trigger validation test coverage (# 5306)
  > a62ed6a 🧹 lifting some apis to more recent level (# 5300)
  > 6f7c5cf Doing version bumps for some files to v1 (# 5299)
bumping knative.dev/pkg 2a0fc65...5a308fa:
  > 5a308fa upgrade to latest dependencies (# 2105)
  > cfc1eed Better support for error wrapping with ReconcilerEvents (# 2106)
bumping knative.dev/serving 792c8d2...6ed3b03:
  > 6ed3b03 Update net-kourier nightly (# 11265)
  > 38c791e upgrade to latest dependencies (# 11271)
  > c28723a upgrade to latest dependencies (# 11269)
  > efb7b45 Update net-istio nightly (# 11268)
  > 1297dbd Update net-certmanager nightly (# 11266)
  > da0d742 Actually use the rate limited queue (# 11256)
  > 5692160 Update visibility label comment in config-domain (# 11253)
  > 88ff33f Update net-istio nightly (# 11247)
  > b69efda Update net-kourier nightly (# 11255)
  > 7ce1ba1 Update net-contour nightly (# 11254)
  > b4dd584 upgrade to latest dependencies (# 11264)
  > c7326c1 Add myself to support rotation of 04-26 (# 11263)
  > 28ba542 upgrade to latest dependencies (# 11262)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-28 09:28:54 -07:00