Skip to content

Commit 2097fef

Browse files
authored
Merge pull request #517 from hookdeck/chore/gcppubsub-update-docs
chore(docs): update event destination types and roadmap entries
2 parents b27517e + cf7f49e commit 2097fef

File tree

4 files changed

+44
-18
lines changed

4 files changed

+44
-18
lines changed

docs/pages/concepts.mdx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,15 @@ Required for log storage.
4545

4646
Event destination types belonging to Outpost tenants where events are delivered.
4747

48-
- **Webhooks**
49-
- **RabbitMQ**
50-
- **AWS SQS**
51-
- **AWS S3**
52-
- **Hookdeck Event Gateway**
53-
- **Azure Service Bus**
54-
- **AWS Kinesis**
55-
- **AWS SQS**
56-
- **RabbitMQ**
57-
- **[Amazon EventBridge (planned)](https://github.com/hookdeck/outpost/issues/201)**
58-
- **[GCP Pub/Sub (planned)](https://github.com/hookdeck/outpost/issues/140)**
59-
- **[Kafka (planned)](https://github.com/hookdeck/outpost/issues/141)**
48+
- Webhooks
49+
- Hookdeck Event Gateway
50+
- AWS Kinesis
51+
- AWS SQS
52+
- AWS S3
53+
- Azure Service Bus
54+
- GCP Pub/Sub
55+
- RabbitMQ (AMQP)
56+
- [Amazon EventBridge (planned)](https://github.com/hookdeck/outpost/issues/201)
57+
- [Kafka (planned)](https://github.com/hookdeck/outpost/issues/141)
6058

6159
If there is an event destination type that you would like to see supported, [open a feature request](https://github.com/hookdeck/outpost/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.md&title=%F0%9F%9A%80+Feature%3A+).

docs/pages/features/destinations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Outpost supports multiple event destination types. Each tenant can have multiple
1010
- AWS SQS
1111
- AWS S3
1212
- Azure Service Bus
13+
- GCP Pub/Sub
1314
- RabbitMQ (AMQP)
1415

1516
Plans for additional event destination types include:
1617

17-
- GCP Pub/Sub
1818
- Amazon EventBridge
1919
- Kafka
2020

docs/pages/overview.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ Outpost supports event delivery to:
88

99
- Webhook endpoints
1010
- Hookdeck Event Gateway
11-
- RabbitMQ
12-
- AWS SQS
1311
- AWS Kinesis
12+
- AWS SQS
1413
- AWS S3
1514
- Azure Service Bus
15+
- GCP Pub/Sub
16+
- RabbitMQ (AMQP)
1617

17-
Planned destination types include AWS EventBridge, GCP Pub/Sub, and Kafka.
18+
Planned destination types include AWS EventBridge and Kafka.
1819

1920
Outpost is built and maintained by [Hookdeck](https://hookdeck.com?ref=github-outpost). It's written in Go and distributed as a binary and Docker container under the Apache-2.0 license.
2021

@@ -34,6 +35,7 @@ Follow the quickstart and run Outpost with either RabbitMQ or SQS via LocalStack
3435

3536
Try the Outpost quickstarts:
3637

38+
- [Railway template one-click deployment](/docs/quickstarts/railway)
3739
- [Docker with RabbitMQ or AWS SQS via LocalStack](/docs/quickstarts/docker)
3840
- [Kubernetes with RabbitMQ](/docs/quickstarts/kubernetes)
3941

docs/pages/references/roadmap.mdx

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ title: "Outpost Roadmap"
1010

1111
### Destination Types
1212

13-
- [GCP Pub/Sub](https://github.com/hookdeck/outpost/issues/140)
1413
- [Amazon EventBridge](https://github.com/hookdeck/outpost/issues/201)
1514
- [Kafka](https://github.com/hookdeck/outpost/issues/141)
16-
- [S3](https://github.com/orgs/hookdeck/projects/21/views/1?filterQuery=s3&pane=issue&itemId=113373337&issue=hookdeck%7Coutpost%7C418)
1715

1816
## Later
1917

@@ -23,8 +21,34 @@ title: "Outpost Roadmap"
2321

2422
## Previous Notable Milestones
2523

24+
## v0.7.0
25+
26+
See [v0.7.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.7.0).
27+
28+
### Destination Types
29+
30+
- [GCP Pub/Sub](https://github.com/hookdeck/outpost/issues/140)
31+
32+
## v0.6.0
33+
34+
See [v0.6.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.6.0).
35+
36+
### Core Functionality
37+
38+
- [Redis cluster support](https://github.com/hookdeck/outpost/pull/465)
39+
40+
## v0.5.0
41+
42+
See [v0.5.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.5.0).
43+
44+
### Destination Types
45+
46+
- [AWS S3](https://github.com/orgs/hookdeck/projects/21/views/1?filterQuery=s3&pane=issue&itemId=113373337&issue=hookdeck%7Coutpost%7C418)
47+
2648
### v0.4.0
2749

50+
See [v0.4.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.4.0).
51+
2852
### Publish Message Queues
2953

3054
-[Azure Service Bus](https://github.com/hookdeck/outpost/pull/435)
@@ -35,6 +59,8 @@ title: "Outpost Roadmap"
3559

3660
### v0.3.0
3761

62+
See [v0.3.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.3.0).
63+
3864
#### Internal Message Queues
3965

4066
-[Azure Service Bus](https://github.com/hookdeck/outpost/pull/425)

0 commit comments

Comments
 (0)