From deb9b1976e37e1428ecd8acb8a97ec151d0752bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Poniedzia=C5=82ek?= Date: Mon, 2 Sep 2024 13:13:40 +0200 Subject: [PATCH] Add Mini 0.21.0 --- .../snowplow-mini/setup-guide-for-aws/index.md | 10 +++++----- .../snowplow-mini/setup-guide-for-gcp/index.md | 14 +++++++------- src/componentVersions.js | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-aws/index.md b/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-aws/index.md index 7c83a25ae7..e2f90ab87c 100644 --- a/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-aws/index.md +++ b/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-aws/index.md @@ -33,14 +33,14 @@ This service is available as an EC2 image within the AWS Community AMIs in the f

Version {versions.snowplowMini} (recommended) comes with:

-- Snowplow Stream Collector NSQ 3.1.2 -- Snowplow Stream Enrich NSQ 4.1.0 -- Snowplow Elasticsearch Loader 2.1.0 -- Snowplow Iglu Server 0.10.0 +- Snowplow Stream Collector NSQ 3.2.0 +- Snowplow Stream Enrich NSQ 5.1.1 +- Snowplow Elasticsearch Loader 2.1.2 +- Snowplow Iglu Server 0.13.0 - Opensearch 2.4.0 - Opensearch Dashboards 2.4.0 - Postgresql 15.1 -- NSQ v1.2.1 +- NSQ v1.3.0 Note: All services are configured to start automatically so everything should happily survive restarts/shutdowns. diff --git a/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-gcp/index.md b/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-gcp/index.md index f2ceb162e2..e1660bf8bc 100644 --- a/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-gcp/index.md +++ b/docs/pipeline-components-and-applications/snowplow-mini/setup-guide-for-gcp/index.md @@ -19,14 +19,14 @@ Snowplow Mini is, in essence, the Snowplow real time stack inside of a single im

Version {versions.snowplowMini} (recommended) comes with:

-- Snowplow Stream Collector NSQ 3.1.2 -- Snowplow Stream Enrich NSQ 4.1.0 -- Snowplow Elasticsearch Loader 2.1.0 -- Snowplow Iglu Server 0.10.0 +- Snowplow Stream Collector NSQ 3.2.0 +- Snowplow Stream Enrich NSQ 5.1.1 +- Snowplow Elasticsearch Loader 2.1.2 +- Snowplow Iglu Server 0.13.0 - Opensearch 2.4.0 - Opensearch Dashboards 2.4.0 - Postgresql 15.1 -- NSQ v1.2.1 +- NSQ v1.3.0 Note: All services are configured to start automatically so everything should happily survive restarts/shutdowns. @@ -50,7 +50,7 @@ A sample usage would be as following. gcloud compute images create \ imported-sp-mini \ --source-uri \ -https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-large-1721204297.tar.gz +https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21.0-large-1725275688.tar.gz ``` Note that `imported-sp-mini` is a name of your choice for destination image and above URI is for large image, change it with your preferred version of Snowplow Mini. @@ -59,7 +59,7 @@ Note that `imported-sp-mini` is a name of your choice for destination image an | L / 2 vCPUs | XL / 4 vCPUs | XXL / 8 vCPUs | | --- | --- | --- | -| [large](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-large-1721204297.tar.gz) | [xlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-xlarge-1721204346.tar.gz) | [xxlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-20-1-xxlarge-1721204318.tar.gz) | +| [large](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21-0-large-1725275688.tar.gz) | [xlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21-0-xlarge-1725275576.tar.gz) | [xxlarge](https://storage.googleapis.com/snowplow-mini/snowplow-mini-0-21-0-xxlarge-1725275576.tar.gz) | You can find more about `gcloud compute images create` command [here](https://cloud.google.com/sdk/gcloud/reference/compute/images/create) for additional parameters. diff --git a/src/componentVersions.js b/src/componentVersions.js index a647d2a72a..bdc07b6b5b 100644 --- a/src/componentVersions.js +++ b/src/componentVersions.js @@ -76,5 +76,5 @@ export const versions = { // Testing & debugging snowplowMicro: '2.1.2', - snowplowMini: '0.20.1', + snowplowMini: '0.21.0', }