diff --git a/docs/pages/concepts.mdx b/docs/pages/concepts.mdx index c8e4118a..01c00f5d 100644 --- a/docs/pages/concepts.mdx +++ b/docs/pages/concepts.mdx @@ -45,17 +45,15 @@ Required for log storage. Event destination types belonging to Outpost tenants where events are delivered. -- **Webhooks** -- **RabbitMQ** -- **AWS SQS** -- **AWS S3** -- **Hookdeck Event Gateway** -- **Azure Service Bus** -- **AWS Kinesis** -- **AWS SQS** -- **RabbitMQ** -- **[Amazon EventBridge (planned)](https://github.com/hookdeck/outpost/issues/201)** -- **[GCP Pub/Sub (planned)](https://github.com/hookdeck/outpost/issues/140)** -- **[Kafka (planned)](https://github.com/hookdeck/outpost/issues/141)** +- Webhooks +- Hookdeck Event Gateway +- AWS Kinesis +- AWS SQS +- AWS S3 +- Azure Service Bus +- GCP Pub/Sub +- RabbitMQ (AMQP) +- [Amazon EventBridge (planned)](https://github.com/hookdeck/outpost/issues/201) +- [Kafka (planned)](https://github.com/hookdeck/outpost/issues/141) 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+). diff --git a/docs/pages/features/destinations.mdx b/docs/pages/features/destinations.mdx index 1ec54968..24b2b2cb 100644 --- a/docs/pages/features/destinations.mdx +++ b/docs/pages/features/destinations.mdx @@ -10,11 +10,11 @@ Outpost supports multiple event destination types. Each tenant can have multiple - AWS SQS - AWS S3 - Azure Service Bus +- GCP Pub/Sub - RabbitMQ (AMQP) Plans for additional event destination types include: -- GCP Pub/Sub - Amazon EventBridge - Kafka diff --git a/docs/pages/overview.mdx b/docs/pages/overview.mdx index 906d66bf..590fa569 100644 --- a/docs/pages/overview.mdx +++ b/docs/pages/overview.mdx @@ -8,13 +8,14 @@ Outpost supports event delivery to: - Webhook endpoints - Hookdeck Event Gateway -- RabbitMQ -- AWS SQS - AWS Kinesis +- AWS SQS - AWS S3 - Azure Service Bus +- GCP Pub/Sub +- RabbitMQ (AMQP) -Planned destination types include AWS EventBridge, GCP Pub/Sub, and Kafka. +Planned destination types include AWS EventBridge and Kafka. 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. @@ -34,6 +35,7 @@ Follow the quickstart and run Outpost with either RabbitMQ or SQS via LocalStack Try the Outpost quickstarts: +- [Railway template one-click deployment](/docs/quickstarts/railway) - [Docker with RabbitMQ or AWS SQS via LocalStack](/docs/quickstarts/docker) - [Kubernetes with RabbitMQ](/docs/quickstarts/kubernetes) diff --git a/docs/pages/references/roadmap.mdx b/docs/pages/references/roadmap.mdx index eb2dd83d..32d77a57 100644 --- a/docs/pages/references/roadmap.mdx +++ b/docs/pages/references/roadmap.mdx @@ -10,10 +10,8 @@ title: "Outpost Roadmap" ### Destination Types -- [GCP Pub/Sub](https://github.com/hookdeck/outpost/issues/140) - [Amazon EventBridge](https://github.com/hookdeck/outpost/issues/201) - [Kafka](https://github.com/hookdeck/outpost/issues/141) -- [S3](https://github.com/orgs/hookdeck/projects/21/views/1?filterQuery=s3&pane=issue&itemId=113373337&issue=hookdeck%7Coutpost%7C418) ## Later @@ -23,8 +21,34 @@ title: "Outpost Roadmap" ## Previous Notable Milestones +## v0.7.0 + +See [v0.7.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.7.0). + +### Destination Types + +- [GCP Pub/Sub](https://github.com/hookdeck/outpost/issues/140) + +## v0.6.0 + +See [v0.6.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.6.0). + +### Core Functionality + +- [Redis cluster support](https://github.com/hookdeck/outpost/pull/465) + +## v0.5.0 + +See [v0.5.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.5.0). + +### Destination Types + +- [AWS S3](https://github.com/orgs/hookdeck/projects/21/views/1?filterQuery=s3&pane=issue&itemId=113373337&issue=hookdeck%7Coutpost%7C418) + ### v0.4.0 +See [v0.4.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.4.0). + ### Publish Message Queues - ✅ [Azure Service Bus](https://github.com/hookdeck/outpost/pull/435) @@ -35,6 +59,8 @@ title: "Outpost Roadmap" ### v0.3.0 +See [v0.3.0 release notes](https://github.com/hookdeck/outpost/releases/tag/v0.3.0). + #### Internal Message Queues - ✅ [Azure Service Bus](https://github.com/hookdeck/outpost/pull/425)