Commit Graph

1239 Commits

Author SHA1 Message Date
knative-automation ed5fed50d1
upgrade to latest dependencies (#1708)
bumping knative.dev/pkg e60d250...ed7ab1d:
  > ed7ab1d upgrade to latest dependencies (# 2559)
  > 6c9c1c6 remove defunct markdown linting variable (# 2552)
  > 3764d73 fix linting (# 2555)
  > a286510 upgrade to latest dependencies (# 2554)
  > 1a5e168 Update community files (# 2553)
  > c488837 Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (# 2550)
  > 1ad02a5 Drop error from changeset.Get signature (# 2549)
  > 473ba31 Bump min go version to  1.18 && read build info from embedded binary (# 2548)
  > f1f36a2 Fix subresource update logic. (# 2546)
  > 418e138 Update community files (# 2545)
bumping knative.dev/networking f087178...cddb0ff:
  > cddb0ff Stop using knative.dev/pkg/pool, use errgroup instead (# 695)
  > 1f4c9ce Bump Go version to 1.18 for CI (# 693)
  > 5ea1a8e Update community files (# 691)
  > 30b5dfe Update community files (# 690)
bumping knative.dev/eventing 0eb566a...c8435ed:
  > c8435ed 🧹 Accommodate to knative-sandbox/reconciler-test# 294 (# 6451)
  > 5a21cd4 Update community files (# 6453)
  > 365a012 Update community files (# 6449)
bumping knative.dev/serving 3666ce7...63523f9:
  > 63523f9 Enable refactoring queue-proxy binary with out-of-tree extensions (# 13133)
  > 8f351ad Update net-gateway-api nightly (# 13152)
  > 1656d0d Update net-certmanager nightly (# 13151)
  > 08c4062 Update net-kourier nightly (# 13150)
  > 2a22c44 upgrade to latest dependencies (# 13147)
  > 808923d upgrade to latest dependencies (# 13144)
  > ca011f8 Update net-certmanager nightly (# 13142)
  > 50a87e9 Stop using knative.dev/pkg/pool, use errgroup instead (# 13143)
  > 5467217 remove defunct markdown lint and linking variables (# 13137)
  > ed1397d Update `changeset.Get` according to pkg update (# 13141)
  > d1f8e8d bump go version in kind-e2e tests to v1.18 (# 13140)
  > dc552e5 Update community files (# 13138)
  > 38973e5 Update net-gateway-api nightly (# 13134)
  > 044d947 Update net-kourier nightly (# 13132)
  > 017b9d0 Don't included git info in our containers (# 13130)
  > 167199a QP shim main (# 13128)
  > d366049 Update community files (# 13129)
  > 97517d3 Add test flag --ingress-class (# 13117)
  > ed2ddf2 Update net-gateway-api nightly (# 13124)
  > 3ce8ebb Update net-gateway-api nightly (# 13119)
  > 57c2a04 Update net-contour nightly (# 13120)
bumping knative.dev/hack 65c463a...782bbaa:
  > 782bbaa drop warning (# 204)
  > 92c7e36 Fix the buoy invocation (# 203)
  > 123a278 🧹 Migrate to using the `go run` instead of `go install` (# 172)
  > a645040 Update community files (# 201)
  > 81e30c2 remove references to git markdown checking (# 199)
  > e3be8da Update community files (# 197)
bumping golang.org/x/sync 036812b...886fb93:
  > 886fb93 A+C: delete AUTHORS and CONTRIBUTORS
  > 0de741c x/sync/errgroup: make note of the default errgroup goroutine limit (unlimited)
  > 0976fa6 x/sync/errgroup: add TryGo and SetLimit to control concurrency

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-26 08:50:24 +00:00
David Simansky 2f1eefe6f1
Add check for PVC status in E2E tests (#1707)
* Add check for PVC status in E2E tests

* Update test/e2e/service_test.go

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>
2022-07-21 16:21:19 +00:00
Kelly A 452863fb54
remove defunct markdown linting variable (#1705) 2022-07-21 13:04:20 +00:00
knative-automation cbf710a0b1
Update community files (#1706)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-21 01:42:26 +00:00
knative-automation 5251985592
Update community files (#1703)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-15 01:44:28 +00:00
knative-automation bfdc0a2198
upgrade to latest dependencies (#1702)
bumping knative.dev/eventing 2d2e049...0eb566a:
  > 0eb566a upgrade to latest dependencies (# 6448)
bumping knative.dev/serving e2862ae...3666ce7:
  > 3666ce7 upgrade to latest dependencies (# 13116)
  > 67347fe Update net-contour nightly (# 13115)
  > 9c88305 Update net-certmanager nightly (# 13113)
  > 4009fb7 Update net-kourier nightly (# 13114)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-13 05:22:13 +00:00
Gunjan Vyas 61579a20bc
Added --broker-config flag to broker create command (#1700)
* Added --broker-config flag to broker create command

* Added unit tests

* Added comments for exported functions and regenerated docs

* Changed format for spec config
2022-07-12 18:00:13 +00:00
David Simansky 9abb876c76
Add --probe-liveness and --probe-readiness flags (#1697)
* Add --probe-liveness and --probe-readiness flags

* Add more unit test

* Add even more unit tests

* Fix spelling

* Add error coverage

* Update pkg/kn/flags/podspec.go

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>

* Regen docs

* Fix error message

* Split probe opts into standalone flag

* Fix docs

Co-authored-by: Gunjan Vyas <vyasgun20@gmail.com>
2022-07-12 17:27:13 +00:00
knative-automation f2dd5fc664
upgrade to latest dependencies (#1701)
bumping knative.dev/networking 5bf508e...f087178:
  > f087178 upgrade to latest dependencies (# 689)
bumping knative.dev/pkg 97eb150...e60d250:
  > e60d250 upgrade to latest dependencies (# 2543)
bumping knative.dev/eventing a63ea4e...2d2e049:
  > 2d2e049 Increase initialDelaySeconds to 120 for webhooks (# 6447)
  > b84ec54 Refactor tracing helper to be reusable (# 6446)
  > 465db7c Bump prom client version for CVE-2022-21698 (# 6443)
  > cb776ce Add validation methods for ingress feature in broker's conformance test (# 6434)
  > aea0887 Deschedule placements on FinalizeKind (# 6440)
  > d3813f7 Golang version update (# 6433)
bumping knative.dev/serving 6ceb219...e2862ae:
  > e2862ae allow unknown fields in our webhooks since our CRD schemas are now specified (# 13111)
  > 3360e41 Remove Prometheus stat reporter from queue-proxy (# 12961)
  > 4fa002a Update net-gateway-api nightly (# 13106)
  > e701a33 Update Knative Serving schema (# 13095)
  > 432b38d Update net-certmanager nightly (# 13105)
  > 4b09847 Update net-contour nightly (# 13107)
  > 1d44884 Update net-kourier nightly (# 13104)
  > 1ba9714 Update net-istio nightly (# 13103)
  > deed9f4 Add filtering secret informer label for internal-encryption (# 13082)
  > 9f4f28d Update net-istio nightly (# 13100)
  > f9951ec Add overview for scaling doc (# 13088)
  > 499c0af Update net-gateway-api nightly (# 13093)
  > c190a06 Update net-kourier nightly (# 13092)
  > 70c3309 Drop EnableAlphaFeatures from TestHttpRedirect (# 13084)
  > bf49148 upgrade to latest dependencies (# 13089)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-12 06:03:12 +00:00
David Simansky 8931db000c
Add release note section to PR template (#1692) 2022-07-05 13:59:06 +00:00
knative-automation e6503785b1
upgrade to latest dependencies (#1699)
bumping knative.dev/networking 716a8b8...5bf508e:
  > 5bf508e generate schema for networking types (# 688)
  > c3aef9c upgrade to latest dependencies (# 683)
bumping knative.dev/serving df215c7...6ceb219:
  > 6ceb219 upgrade to latest dependencies (# 13087)
  > 2e823f7 Update net-istio nightly (# 13086)
  > 2ea6b3e Update net-gateway-api nightly (# 13085)
  > 838305e upgrade to latest dependencies (# 13081)
  > a3348ed Update net-gateway-api nightly (# 13080)
  > ef11229 Update net-contour nightly (# 13079)
  > 8d6189c Update net-certmanager nightly (# 13078)
  > 4695705 Update net-kourier nightly (# 13030)
  > dd5cf21 upgrade to latest dependencies (# 13037)
bumping knative.dev/eventing f69e181...a63ea4e:
  > a63ea4e upgrade to latest dependencies (# 6436)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-05 13:25:06 +00:00
knative-automation cfed6d7653
upgrade to latest dependencies (#1694)
bumping knative.dev/eventing c1b0ea6...f69e181:
  > f69e181 Update community files (# 6435)
  > 159f4ec upgrade to latest dependencies (# 6432)
  > 33d1be7 Bump PodDisruptionBudget to policy/v1 (# 6424)
  > ee47ed1 Update community files (# 6431)
  > 9c41f75 upgrade to latest dependencies (# 6428)
  > eaec729 Update actions (# 6427)
  > 7763e03 upgrade to latest dependencies (# 6423)
  > 0866e62 Report last error for unavailability periods (# 6381)
bumping knative.dev/networking 07c9d76...716a8b8:
  > 716a8b8 Update community files (# 687)
  > 10dbbe0 Update community files (# 686)
  > a44888a Update actions (# 685)
bumping knative.dev/pkg 9c5a731...97eb150:
  > 97eb150 Update community files (# 2541)
  > 5569169 update boilerplate date (# 2539)
  > 85965e1 upgrade to latest dependencies (# 2540)
  > f4ae0af Update community files (# 2538)
  > f5db225 Drop `UserInfo` from logger tagging in webhook. (# 2535)
  > 1777513 Update actions (# 2536)
bumping knative.dev/hack dc6c287...65c463a:
  > 65c463a Update community files (# 195)
  > e7d6365 Add [skip-dot-release] feature (# 189)
  > 33ce6af Update community files (# 190)
bumping knative.dev/serving 3573163...df215c7:
  > df215c7 Update community files (# 13076)
  > 58cce54 Support config to deploy internal certificates automatically (# 13005)
  > 25de812 Fix webhook config drift issue (# 13061)
  > ee386a1 Update community files (# 13068)
  > d9cb5f0 Update net-istio nightly (# 13067)
  > 189003d Update net-contour nightly (# 13066)
  > d0367df Update net-gateway-api nightly (# 13064)
  > 278cedc Update net-certmanager nightly (# 13065)
  > 1da6f33 Update actions (# 13063)
  > cd85b44 Update net-gateway-api nightly (# 13062)
  > 752c336 Allow calls to test.Setup to disable logstream (# 13046)
  > 8f62874 Update net-certmanager nightly (# 13040)
  > 2b7f301 Update net-istio nightly (# 13031)
  > 6eccc36 Update net-gateway-api nightly (# 13029)
  > 38c5dbc Update net-contour nightly (# 13032)
  > f25a0df Temporarily disable flaky kind test (# 13055)

Signed-off-by: Knative Automation <automation@knative.team>
2022-07-01 12:42:42 +00:00
Gunjan Vyas c23a1f7dbe
Added PVC support to volume mounts (#1693)
* Added  PVC support to volume mounts

* Added unit tests for pvc volume type

* Added e2e tests
2022-07-01 09:54:42 +00:00
knative-automation e2e06321b9
Update community files (#1698)
Signed-off-by: Knative Automation <automation@knative.team>
2022-07-01 01:43:01 +00:00
knative-automation 06a463fb83
Update community files (#1696)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-29 13:24:43 +00:00
knative-automation 458a6b7cca
Update actions (#1695)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-28 02:12:29 +00:00
Gunjan Vyas b6965469fe
Added support for mounting EmptyDir volume type (#1679)
* Added emptyDir support for volume mount

* Moved detailed emptyDir configuration spec to --volume

* Added unit tests

* Added readonly false for emptyDir volume
2022-06-24 12:22:25 +00:00
knative-automation 1b039776c7
upgrade to latest dependencies (#1690)
bumping knative.dev/networking 3103f3a...07c9d76:
  > 07c9d76 Support `internal-encryption` to deploy internal certificates automatically (# 680)
bumping knative.dev/eventing f488f46...c1b0ea6:
  > c1b0ea6 Bump cloudevents/sdk-go to v2.10.1 (# 6422)
  > c71c362 upgrade to latest dependencies (# 6419)
bumping knative.dev/serving 2f7b6db...3573163:
  > 3573163 only watch endpoints for our private services (# 13048)
  > 35a94ff Update link, thanks to Zhu Lei (# 13052)
  > 5f8892f skip http2 test early (# 13047)
  > e67dbb9 Improve SKS handling for unavailable Activator. (# 13027)
  > 6fca86c fix scale-from-zero mako test (# 13035)
  > 7c2b46d Relax the "timeout" requirement for `TestProbeRuntimeAfterStartup` (# 13026)
  > d54ad4c Remove the scale-to-zero checking in conformance. (# 13025)
bumping go.uber.org/multierr 3114a8b...10aaa3c:
  > 10aaa3c Prepare release v1.8.0 (# 56)
  > cea7d2e Combine: Optimize for all nil (# 55)
  > d49c2ba doc: AppendInvoke: Fix typo (# 54)
  > ee7346a Merge pull request # 52 from uber-go/fossa
  > 7c6ff6f Integrate FOSSA (# 51)
  > d9efa4b fossa: Run separately, only on push
  > a5cd550 Release v1.7.0 (# 50)
  > a20a852 ci: Use GitHub Workflows (# 49)
  > 1014a7c AppendInvoke: Merge test, real example (# 48)
  > 0b65632 Use GitHub workflows
  > a402392 Add AppendInvoke (# 47)
  > 520752c Update license headers everywhere
  > e015acf error.go: Fix typo of doc (# 44)
  > 40de9b0 tools: Update to latest versions
  > 8b005e6 doc: change godoc to go.dev (# 45)
  > b78aea8 tools: Delete update-license
  > 0eb6eb5 Drop Go 1.12 support (# 41)

Signed-off-by: Knative Automation <automation@knative.team>
2022-06-22 11:06:23 +00:00
knative-automation 56e146231a
upgrade to latest dependencies (#1688)
bumping knative.dev/eventing 56edb3b...f488f46:
  > f488f46 Update community files (# 6418)
  > 57f2395 Update community files (# 6416)
  > 59d13fa Update community files (# 6414)
  > 6072846 Update community files (# 6413)
  > 6fc4a54 add openssf badge (# 6412)
  > 13ed6ed Update community files (# 6411)
  > 816db8d Parallel to use `subscription.subscriber` instead of `reply` if there's no filter (# 6405)
  > 21ab643 Update community files (# 6406)
bumping knative.dev/serving 36ee6f2...2f7b6db:
  > 2f7b6db Bump kind to v0.14 for e2e tests (# 13022)
  > eeaff1c upgrade to latest dependencies (# 13016)
  > 50a42a9 Update net-certmanager nightly (# 13018)
  > 15111a1 Update net-istio nightly (# 13017)
  > 093ba0b Update net-gateway-api nightly (# 13021)
  > bc6d456 Update net-kourier nightly (# 13020)
  > 1997324 Update net-contour nightly (# 13019)
  > bf3b740 Update community files (# 13015)
  > 1ec8ad3 Update net-gateway-api nightly (# 13013)
  > 81fc500 Update community files (# 13014)
  > 78272a6 Update community files (# 13012)
  > 2b88568 regen protobuf after bumping the versions in the prow-image (# 13011)
  > 47cf88d Update net-contour nightly (# 13006)
  > 01f81e9 Update net-gateway-api nightly (# 13008)
  > 1be5251 Update net-certmanager nightly (# 13007)
  > 0d0cb33 Update net-istio nightly (# 13010)
  > 8de1a68 Update net-kourier nightly (# 13009)
  > 3c1b20e Update community files (# 13004)
  > 0c0acc9 add openssf knative badge (# 13001)
  > bb5bdbb Update net-contour nightly (# 12992)
  > a8dc74c Update net-gateway-api nightly (# 12991)
  > 67ee782 Update net-certmanager nightly (# 12990)
  > 9c56abc Update net-kourier nightly (# 12994)
  > 6bb3576 Update net-istio nightly (# 12993)
  > 6e4a27d Update community files (# 12988)
  > 44178dc Update net-kourier nightly (# 12984)
  > 7e45e5a Update net-gateway-api nightly (# 12983)
  > 527c69a Update net-istio nightly (# 12985)
  > 6a1160a Update net-contour nightly (# 12982)
  > 7134e31 Update net-certmanager nightly (# 12979)
  > 77c2527 Update community files (# 12981)
bumping knative.dev/hack 12d3e2a...dc6c287:
  > dc6c287 Update community files (# 185)
  > fd240e2 Update community files (# 184)
  > 40350b6 Update community files (# 183)
  > 674c2b3 Update community files (# 182)
  > 0c389ad Update community files (# 181)
  > bafe4b1 Update community files (# 180)
bumping knative.dev/pkg 19adf79...7d607d6:
  > 7d607d6 Update community files (# 2531)
  > 865e331 Update community files (# 2530)
  > ec27457 Update community files (# 2529)
  > 759dd87 Update community files (# 2528)
  > aad4309 sets mutating webhook ReinvocationPolicy to ifNeeded (# 2472)
  > 9ffe192 Update community files (# 2527)
  > bac16f2 Update community files (# 2525)
  > 18f6995 Log metrics/logging init messages at debug level (# 2522)
bumping knative.dev/networking 22d1b93...3103f3a:
  > 3103f3a Update community files (# 684)
  > 2d1abcf Update community files (# 682)
  > c339ad0 Update community files (# 681)
  > edfa211 Update community files (# 679)
  > 50e5291 Update community files (# 678)
  > 02f3ab7 Update community files (# 677)

Signed-off-by: Knative Automation <automation@knative.team>
2022-06-13 10:53:18 +00:00
knative-automation ada0005ff7
Update community files (#1689)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-10 13:19:26 +00:00
knative-automation 95f6a55628
Update community files (#1687)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-09 13:23:31 +00:00
knative-automation 9b0407797e
Update community files (#1686)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-09 01:36:37 +00:00
knative-automation 6210f9637d
Update community files (#1685)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-08 01:37:38 +00:00
knative-automation 7ac23dbede
Update community files (#1683)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-03 01:35:53 +00:00
knative-automation 363ec9449e
Update community files (#1682)
Signed-off-by: Knative Automation <automation@knative.team>
2022-06-01 01:45:11 +00:00
knative-automation 0646532018
upgrade to latest dependencies (#1681)
bumping knative.dev/eventing 56edb3b...56edb3b:
bumping knative.dev/serving 33dbc31...36ee6f2:
  > 36ee6f2 Update net-contour nightly (# 12964)
  > d7027b5 skips default probe if container freezer in use (# 12967)
  > 797bee5 Update net-kourier nightly (# 12976)
  > ca6a190 Support parsing host header with port (# 12974)
  > 620139a Update net-gateway-api nightly (# 12968)
  > 293a95a Update net-istio nightly (# 12975)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-31 17:09:36 +00:00
David Simansky 4cccb5f683
Update changelog for 1.5 release (#1680)
* Update changelog for 1.5 release

* Update CHANGELOG.adoc

Co-authored-by: Navid Shaikh <shaikhnavid14@gmail.com>

Co-authored-by: Navid Shaikh <shaikhnavid14@gmail.com>
2022-05-31 16:28:37 +00:00
knative-automation dec1fa55f2
upgrade to latest dependencies (#1678)
bumping knative.dev/hack b4d4d73...12d3e2a:
  > 12d3e2a switch to UTC (# 176)
bumping knative.dev/serving 45f7c05...33dbc31:
  > 33dbc31 Log confirmation of queue-proxy startup (# 12965)
  > d14ebd8 Update net-kourier nightly (# 12962)
  > 158177d Update net-certmanager nightly (# 12957)
  > 22f2af6 Update net-istio nightly (# 12956)
  > 3446ca3 upgrade to latest dependencies (# 12955)
  > b44da83 Update actions (# 12963)
bumping knative.dev/pkg f907b31...19adf79:
  > 19adf79 upgrade to latest dependencies (# 2524)
  > b0ff5ad Update actions (# 2523)
bumping knative.dev/eventing c3e1396...56edb3b:
  > 56edb3b upgrade to latest dependencies (# 6398)
  > 1096fc2 Update actions (# 6397)
bumping knative.dev/networking 941c61a...22d1b93:
  > 22d1b93 upgrade to latest dependencies (# 676)
  > 5d159ff Update actions (# 675)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-30 14:17:36 +00:00
Gunjan Vyas 2a56f07c18
Added delivery options to broker create (#1670)
* Added delivery flags

* Added test cases

* Added client tests

* Added unit tests and updated flag usage

* Added broker update command

* Added unit tests for update command

* Added mock and update retry tests
2022-05-26 11:06:05 +00:00
knative-automation 4df601027b
[main] Upgrade to latest dependencies (#1675)
* upgrade to latest dependencies

bumping knative.dev/pkg a8b7d99...f907b31:
  > f907b31 Update community files (# 2520)
  > 2d8305b Update community files (# 2517)
bumping knative.dev/hack a8076b0...b4d4d73:
  > b4d4d73 Update community files (# 178)
  > f4972b4 Update community files (# 177)
bumping knative.dev/serving f726b1d...45f7c05:
  > 45f7c05 Fix deprecation notices (# 12958)
  > 4446497 fix owner files after merging scaling + serving working groups (# 12960)
  > 92b11a8 drop swap file (# 12959)
  > 591e12d upgrade to latest dependencies (# 12954)
  > a522443 Update net-istio nightly (# 12951)
  > 9ea835d Update net-gateway-api nightly (# 12950)
  > bc7fcd3 Update net-certmanager nightly (# 12949)
  > b2fff20 Update net-contour nightly (# 12948)
  > 9db81c3 Update net-kourier nightly (# 12952)
  > 4e54509 Update community files (# 12946)
  > 646e5cc Update net-istio nightly (# 12945)
  > f56e235 Update net-certmanager nightly (# 12944)
  > 08f0d31 Update net-contour nightly (# 12929)
  > ba84f6e upgrade to latest dependencies (# 12943)
  > 08e09bc kind-e2e dump namespaces and crds (# 12942)
  > 5776635 Update net-istio nightly (# 12931)
  > d7e2e3a Update net-certmanager nightly (# 12928)
  > 0bdaf56 Update net-kourier nightly (# 12930)
  > 3b832ad Update net-gateway-api nightly (# 12926)
  > 1a99825 Use mako stub for collecting performance tests results (# 12889)
  > fd6b191 fix a flake where the informer didn't have KPA (# 12934)
  > 9b7788c Update community files (# 12933)
  > f778a37 Update net-certmanager nightly (# 12925)
bumping knative.dev/eventing 9af9870...c3e1396:
  > c3e1396 Propagate log level to env var in source ConfigWatcher (# 6391)
  > 9449169 Update community files (# 6390)
  > d7a8a95 upgrade to latest dependencies (# 6389)
  > 75253dc Only proxy some headers from the reply in MTBroker filter (# 6357)
  > bba50a4 Upgrade test exports logs before shutting down sender (# 6384)
  > 0a738fd Remove calling 'ExecuteLocalYAML', b/c it is deprecated (# 6380)
  > e7c9ffc Adding retry for 408 (Request Timeout) http status code ♻️ (# 6370)
  > b966175 remove the namespae for the imc (# 6382)
  > 005d6b6 adding util for adding custom annotation values to different broker implementation usage (# 6378)
  > 02a6fa0 Update community files (# 6379)
  > ee7c071 Update the link of the sample code.(# 6374) (# 6375)
bumping knative.dev/networking 91dcb36...941c61a:
  > 941c61a move label to apis/networking (# 674)
  > 773e2bf fix deprecated comments (# 673)
  > 3f52bdb Update community files (# 672)
  > f1ee84b Split up the `networking/pkg` to separate packages (# 670)
  > 7363ea6 Add label selector for secrets (# 668)
  > 894675d Update community files (# 669)

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

* Fix deprecated networking pkg label

Co-authored-by: David Simansky <dsimansk@redhat.com>
2022-05-24 20:13:03 +00:00
knative-automation 2f4e19252f
Update actions (#1677)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-24 17:15:04 +00:00
knative-automation 8cfec3d368
Update community files (#1676)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-18 01:39:20 +00:00
knative-automation 00b78866ca
Update community files (#1674)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-12 01:42:38 +00:00
knative-automation dcd6bb612b
upgrade to latest dependencies (#1671)
bumping knative.dev/pkg 5c8cc3c...a8b7d99:
  > a8b7d99 Update community files (# 2515)
  > 0719b40 upgrade to latest dependencies (# 2512)
  > 2451664 Switch to iota/fmt.Stringer-based diagnostic levels. (# 2511)
  > ea3c8cb Fix timeout test on darwin and log dial destination on timeout. (# 2510)
  > af54d73 Support fetching configs from `ctx`. (# 2505)
  > 5f5455f Use the updated action that infers the module name (# 2509)
  > 4fced01 Use knative/action/go/downstream-test (# 2507)
  > 16b36b7 Add support for admission webhook warnings. (# 2498)
  > 6ec9c1a Fix linting (# 2506)
bumping knative.dev/serving f6cb424...f726b1d:
  > f726b1d Bump cert-manager to 1.8.0 (# 12923)
  > 01f15e1 Update net-gateway-api nightly (# 12920)
  > dcb16f2 Update net-kourier nightly (# 12919)
  > d9f4954 Update net-istio nightly (# 12918)
  > 69bf45c Update net-certmanager nightly (# 12901)
  > 754ea6c Update net-kourier nightly (# 12916)
  > 4273c6e Update net-contour nightly (# 12915)
  > 119517a Update net-gateway-api nightly (# 12902)
  > 18da4c0 upgrade to latest dependencies (# 12907)
  > 8129005 Update community files (# 12913)
  > 9dc1baa run go.mod tidy (# 12911)
  > 061be9e Fixing the panicRPSM parameter in autoscaler (# 12910)
  > 7aa5d8a Update net-kourier nightly (# 12903)
bumping knative.dev/eventing 01f5612...9af9870:
  > 9af9870 upgrade to latest dependencies (# 6371)
  > 59e25b8 Export trace for events which exceeded unavailable period limit (# 6372)
  > 22e2a2c upgrade to latest dependencies (# 6365)
  > e033a2a Update community files (# 6369)
  > ec36c86 upgrade to latest dependencies (# 6360)
bumping knative.dev/networking 591d2bb...91dcb36:
  > 91dcb36 Update community files (# 667)
  > 8d5dcbe upgrade to latest dependencies (# 666)
  > a60cb5f upgrade to latest dependencies (# 665)
bumping knative.dev/hack 5f47386...a8076b0:
  > a8076b0 Model []byte as strings (# 175)
  > ccf82ad Update community files (# 174)
  > 46c77f1 Skip passing enable-ha flag to test script (# 173)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-11 10:46:34 +00:00
David Simansky 48ff336ce4
Cleanup sugar controller setup (#1669) 2022-05-10 14:25:33 +00:00
David Simansky e3dbe5879f
Fix Tekton e2e script (#1673) 2022-05-10 13:49:33 +00:00
knative-automation 94a5352da1
Update community files (#1672)
Signed-off-by: Knative Automation <automation@knative.team>
2022-05-05 01:42:15 +00:00
knative-automation e734ca660a
upgrade to latest dependencies (#1668)
bumping knative.dev/networking 700c576...591d2bb:
  > 591d2bb upgrade to latest dependencies (# 664)
bumping knative.dev/eventing 2219e14...01f5612:
  > 01f5612 fix pingsource-mt-adapter crash when initial replica is more than 0 (# 6359)
  > 11dd387 Update support rotation (# 6351)
  > 98de1d7 upgrade to latest dependencies (# 6350)
bumping knative.dev/serving 7184235...f6cb424:
  > f6cb424 Add support for `dnsConfig` and `dnsPolicy` in pod spec (# 12897)
  > 89be0fd modify checksum so its not a float64 (# 12900)
  > 078e0b9 upgrade to latest dependencies (# 12899)
  > 0d76bb7 Update net-certmanager nightly (# 12879)
  > 95cfa70 ServerlessService's initial operation mode is now Proxy (# 12842)
  > 5128270 upgrade to latest dependencies (# 12890)
bumping knative.dev/pkg 2d552be...5c8cc3c:
  > 5c8cc3c Ignore migration of CRDs that aren't installed (# 2493)

Signed-off-by: Knative Automation <automation@knative.team>
2022-05-02 10:37:56 +00:00
David Simansky 06b4b9e9ca
Bump Tekton pipeline version to latest by default (#1667) 2022-05-02 09:37:56 +00:00
David Simansky bcd18d39f4
Fix OCI image build (#1666)
* Fix OCI image build

* Reflect review feedback
2022-04-29 11:48:53 +00:00
knative-automation fef2f69e6f
upgrade to latest dependencies (#1663)
bumping knative.dev/networking 1145ec5...700c576:
  > 700c576 upgrade to latest dependencies (# 662)
  > 4539925 Update community files (# 663)
  > 9f491cb upgrade to latest dependencies (# 661)
  > 7ac1516 Update actions (# 659)
bumping knative.dev/serving 6ec4509...7184235:
  > 7184235 Update net-kourier nightly (# 12885)
  > c2394b6 Update net-gateway-api nightly (# 12884)
  > 2dd73f5 Update net-contour nightly (# 12883)
  > 47238dc upgrade to latest dependencies (# 12882)
  > 6b3905b Update community files (# 12881)
  > e99c34f upgrade to latest dependencies (# 12878)
  > f7deea4 Use imjasonh/setup-ko (# 12868)
  > 527730f Update net-kourier nightly (# 12869)
bumping knative.dev/pkg e325df6...2d552be:
  > 2d552be Add genreconcile for core/v1 Node (# 2503)
  > fd05bf1 upgrade to latest dependencies (# 2500)
  > 1f681e1 Update community files (# 2501)
  > 45c37c2 🐛 `TestDialWithBackoff` work without special environment (# 2402)
  > 12be060 Update actions (# 2492)
bumping knative.dev/hack 6ffd841...5f47386:
  > 5f47386 Update community files (# 171)
  > 2a09b5c only use `install` for run_go_tool (# 169)
bumping knative.dev/eventing 39eef14...2219e14:
  > 2219e14 Fix performance tests setup (# 6340)
  > 3abb436 properly initialize branchStatuses (# 6354)
  > 2d47847 Update community files (# 6355)
  > 3e24a78 NPE fix (# 6343)
  > 1104746 [scheduler] Use node taints for keeping track of available nodes and zones (# 6291)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-28 09:47:52 +00:00
David Simansky 76a0b1e6bc
Fix display version in OCI image (#1662)
* Fix display version in OCI image

* Refactor ko ldflags to be used from env vars
2022-04-28 09:08:00 +00:00
David Simansky 93e27f74a8
Mark --inject-broker flag as deprecated (#1661) 2022-04-28 09:07:53 +00:00
knative-automation 2eaeab491e
Update community files (#1664)
Signed-off-by: Knative Automation <automation@knative.team>
2022-04-27 13:17:52 +00:00
Eng Zer Jun 736c7c24ef
test: use `T.TempDir` to create temporary test directory (#1660)
* test: use `T.TempDir` to create temporary test directory

This commit replaces `ioutil.TempDir` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.

Prior to this commit, temporary directory created using `ioutil.TempDir`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
	defer func() {
		if err := os.RemoveAll(dir); err != nil {
			t.Fatal(err)
		}
	}
is also tedious, but `t.TempDir` handles this for us nicely.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

* docs: update CHANGELOG.adoc

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-04-21 11:53:30 +00:00
knative-automation ff097e9d8d
upgrade to latest dependencies (#1659)
bumping knative.dev/eventing 073af74...39eef14:
  > 39eef14 upgrade to latest dependencies (# 6341)
bumping knative.dev/serving 6ec4509...6ec4509:

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-19 22:03:28 +00:00
knative-automation d8ab3d58ca
upgrade to latest dependencies (#1658)
bumping knative.dev/eventing ff55a45...073af74:
  > 073af74 Ensure the clean up will remove installed elements (# 6338)
bumping knative.dev/serving 2e5ca67...6ec4509:
  > 6ec4509 All Hops Encrypted: TLS between activator and queue-Proxy (# 12815)
  > 98bb924 Update net-contour nightly (# 12863)
  > e3e1ac3 Update net-gateway-api nightly (# 12864)
  > e867807 Update net-kourier nightly (# 12862)
  > 48d824d Update net-istio nightly (# 12861)
  > 2982b52 upgrade to latest dependencies (# 12847)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-19 14:02:28 +00:00
David Simansky 9154f2629f
Fix build warning from go version upgrade (#1657) 2022-04-19 09:53:28 +00:00
Gunjan Vyas b858dab2b4
Added subpath functionality to --mount flag (#1655)
* Added subpath functionality to --mount flag

* Added mount subpath test

* Added e2e tests for volume subpath mount

* Updated changelog
2022-04-18 14:12:13 +00:00
knative-automation 7e8a6727fe
upgrade to latest dependencies (#1656)
bumping google.golang.org/genproto 43724f9...1ac2ace:
  > 1ac2ace chore(all): auto-regenerate .pb.go files (# 768)
  > 15d65a4 chore(all): auto-regenerate .pb.go files (# 767)
  > 1da8797 chore(all): auto-regenerate .pb.go files (# 766)
bumping github.com/google/go-containerregistry 1571d7f...892d7a8:
  > 892d7a8 authn.kubernetes.Resolve now behaves exactly like Kubernetes (# 1349)
  > f1b7291 AuthConfig now supports json (un)marshalling (# 1350)
  > 7b4be6b fix(v1/remote): return an error if both auth and keychain are set (# 1334)
  > 610f826 fix(v1/random): set MediaType in randomIndex.manifest (# 1343)
  > f1b065c use k8s keychain first (# 1346)
  > 2042cc9 Bump codecov/codecov-action from 2.1.0 to 3.0.0 (# 1341)
  > a2b8a99 Bump actions/stale from 4 to 5 (# 1342)
  > 24b9440 Bump actions/setup-go from 2 to 3 (# 1340)
  > efc62d8 Bump peter-evans/create-pull-request from 3 to 4 (# 1327)
  > f1fa40b Add --user flag to crane mutate (# 1316)
  > d8a0048 Bump deps, fix ecr-login API change (# 1310)
  > 39e4996 Fix isolation of presubmit tools (# 1306)
  > 30512b8 Bump actions/checkout from 2 to 3 (# 1315)
  > 3295637 Don't parse challenge's scopes, put them first (# 1312)
  > bfe2ffc crane export: Support reading tarball from a stream (# 1274)
  > 5d4fcd4 Add rebase_test.sh to hack/presubmit.sh (# 1304)
  > 4029342 Bump golangci/golangci-lint-action from 2 to 3.1.0 (# 1308)
  > 445dc97 Include blob existence checks in retries (# 1307)
  > 86e1c81 Add GitHub Action to automatically bump deps (# 1291)
  > 17d8b10 Add output option to mutate to save to a tar file and not push to a registry (same as append) (# 1257)
  > dd8d514 Cover a couple special paths in keychain unit tests. (# 1302)
  > 0527e42 Take advantage of Chainguard maintained versions of various actions. (# 1301)
bumping knative.dev/serving 2de1474...2e5ca67:
  > 2e5ca67 Update net-kourier nightly (# 12843)
  > 2ca83c0 Update net-istio nightly (# 12852)
  > 563463c Update net-gateway-api nightly (# 12849)
  > 931ac09 Update net-certmanager nightly (# 12845)
  > 7a85008 Update net-contour nightly (# 12844)
  > f931c3a bump ggcr which fixes tag to digest (# 12855)
  > 97f9014 adds failure message when container exit code == 0 (# 12822)
  > e93926a Update actions (# 12848)
  > 151e875 Update to 1.17 (# 12854)
bumping knative.dev/eventing 1b90ef3...ff55a45:
  > ff55a45 Fix for pod overcommit by one in HA Scheduler (# 6322)
  > 5bb50cb Allow adapter/v2 based components to use ConfigMapWatcher (# 6086)
  > d14dc09 upgrade to latest dependencies (# 6327)
  > 6d61534 Update actions (# 6328)
  > 76ce7e4 Cleanup Zipkin tracing only once in upgrade test suite (# 6331)

Signed-off-by: Knative Automation <automation@knative.team>
2022-04-18 09:54:13 +00:00