From d618c7fff75a81a4793924addef75ecd387373b0 Mon Sep 17 00:00:00 2001 From: ricochet <974323+ricochet@users.noreply.github.com> Date: Wed, 10 Jun 2026 15:18:19 +0000 Subject: [PATCH 1/2] added community meeting agenda for 2026-06-10 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- community/2026-06-10-community-meeting.mdx | 60 ++++++++++++++++++++++ src/constants.ts | 2 +- 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 community/2026-06-10-community-meeting.mdx diff --git a/community/2026-06-10-community-meeting.mdx b/community/2026-06-10-community-meeting.mdx new file mode 100644 index 000000000..3b5a8671d --- /dev/null +++ b/community/2026-06-10-community-meeting.mdx @@ -0,0 +1,60 @@ +--- +date: '2026-06-10' +title: 'Meeting Agenda - 2026-06-10' +--- + +## Agenda + +{/* Update before the start of the meeting with planned agenda items */} + +- +- +- + +{/* truncate */} + +## Meeting Notes + +{/* Add summary of topics during the meeting. Each Topic should have an H3 heading. A list is usually sufficient for the recap */} + +### Topic 1 + +- Note 1 +- Note 2 + +### Topic 2 + +- Note 1 +- Note 2 + +## Weekly highlights + +### Issue of the Week + +- [title](https://github.com/wasmcloud/wasmcloud/issues/) + - summary + +### Documentation of the Week + +- [title](/docs/v1/intro) + - summary + +## Community Updates + +### Tune in… + +{/* Add any upcoming events/streams/etc */} + +- + +### Catch up… + +{/* Add any blog posts/articles that the community might find interesting */} + +- + +## Recording + +{/* Automated - No need to adjust this unless automation fails */} + + diff --git a/src/constants.ts b/src/constants.ts index f9932507d..773dce0c8 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,5 +1,5 @@ const Links = { - YOUTUBE: 'https://www.youtube.com/watch?v=61sPi3TCWDk', + YOUTUBE: 'https://www.youtube.com/watch?v=v0o4ptC_jqQ', PLAYLIST: 'https://www.youtube.com/@wasmCloud/streams', CALENDAR: 'https://calendar.google.com/calendar/r/eventedit/copy/MnA2a2R1MnI2aGxucDZwNjUxMmVuMW1lb2FfMjAyNDA3MTBUMTcwMDAwWiBjXzZjbTVodWQ4ZXZ1bnM0cGU1Z2d1M2g5cXJzQGc', From 7a0f6d060af0d2f11634d6a6b0c7c0027916382e Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Wed, 10 Jun 2026 11:35:55 -0400 Subject: [PATCH 2/2] docs(community): 2026-06-10 Signed-off-by: Bailey Hayes --- community/2026-06-10-community-meeting.mdx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/community/2026-06-10-community-meeting.mdx b/community/2026-06-10-community-meeting.mdx index 3b5a8671d..f296eb213 100644 --- a/community/2026-06-10-community-meeting.mdx +++ b/community/2026-06-10-community-meeting.mdx @@ -7,9 +7,9 @@ title: 'Meeting Agenda - 2026-06-10' {/* Update before the start of the meeting with planned agenda items */} -- -- -- +- @jfleitz auto-scaling workloads https://github.com/wasmCloud/wasmCloud/pull/5244 +- @jfleitz [helm enhancements](https://github.com/wasmCloud/wasmCloud/issues/5245) +- @ricochet [workloads with multiple subscriptions/handlers](https://github.com/wasmCloud/wasmCloud/pull/5243) {/* truncate */} @@ -32,12 +32,11 @@ title: 'Meeting Agenda - 2026-06-10' ### Issue of the Week - [title](https://github.com/wasmcloud/wasmcloud/issues/) - - summary ### Documentation of the Week -- [title](/docs/v1/intro) - - summary +- [v2.3.0 release blog](https://wasmcloud.com/blog/wasmcloud-2-3-0-release/) +- [ingress to component in k8s](https://wasmcloud.com/docs/kubernetes-operator/operator-manual/overview/#architecture) ## Community Updates @@ -45,7 +44,7 @@ title: 'Meeting Agenda - 2026-06-10' {/* Add any upcoming events/streams/etc */} -- +- WASIP3 vote is tomorrow ### Catch up…