Skip to content

Commit a7b5f93

Browse files
committed
update roadmap
1 parent 4e33026 commit a7b5f93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/roadmap/index.jsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ const roadmapItems = [
1111
description: '',
1212
important: true
1313
},
14+
{
15+
title: 'GCP PubSub Support',
16+
month: 'March',
17+
category: 'Integration',
18+
issueLink: 'https://github.com/windmill-labs/windmill/issues/5445',
19+
description:
20+
'Currently, Windmill does not have a native support for GCP PubSub. It would be great to have a native support for GCP PubSub.'
21+
},
1422
{
1523
title: 'Backend side jsonschema validation of args',
1624
month: 'March',

0 commit comments

Comments
 (0)