Skip to content

Commit

Permalink
Upgrade components
Browse files Browse the repository at this point in the history
* Collector 3.2.0
* Enrich 5.0.0
* Elasticsearch loader 2.1.2
* Iglu Server 0.12.1
* NSQ 1.3.0
* Swagger UI 5.17.14
  • Loading branch information
pondzix committed Aug 19, 2024
1 parent 5672b42 commit ceba39d
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 35 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.20.1
0.20.2-rc4
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -71,7 +71,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand All @@ -90,7 +90,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

nsqlookupd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqlookupd
command: /nsqlookupd --broadcast-address=nsqlookupd
restart: always
Expand All @@ -105,7 +105,7 @@ services:
mem_limit: 64m

nsqd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqd
command: /nsqd --broadcast-address=nsqd --lookupd-tcp-address=nsqlookupd:4160 --data-path=/home/ubuntu/snowplow/nsq-data
restart: always
Expand All @@ -124,7 +124,7 @@ services:
mem_limit: ${NSQD_MEM_SIZE}

nsqadmin:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqadmin
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161 --base-path=/nsqadmin
restart: always
Expand All @@ -140,7 +140,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -161,7 +161,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.0.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -202,7 +202,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.12.1-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down Expand Up @@ -245,7 +245,7 @@ services:
mem_limit: ${CA_ADVISOR_MEM_SIZE}

swagger:
image: swaggerapi/swagger-ui:v4.5.2
image: swaggerapi/swagger-ui:v5.17.14
container_name: swagger-ui
restart: always
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -62,7 +62,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand All @@ -78,7 +78,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

nsqlookupd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqlookupd
command: /nsqlookupd --broadcast-address=nsqlookupd
restart: always
Expand All @@ -90,7 +90,7 @@ services:
mem_limit: 64m

nsqd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqd
command: /nsqd --broadcast-address=nsqd --lookupd-tcp-address=nsqlookupd:4160 --data-path=/home/ubuntu/snowplow/nsq-data
restart: always
Expand All @@ -106,7 +106,7 @@ services:
mem_limit: ${NSQD_MEM_SIZE}

nsqadmin:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqadmin
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161 --base-path=/nsqadmin
restart: always
Expand All @@ -119,7 +119,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -137,7 +137,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.0.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -172,7 +172,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.12.1-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down Expand Up @@ -209,7 +209,7 @@ services:
mem_limit: ${CA_ADVISOR_MEM_SIZE}

swagger:
image: swaggerapi/swagger-ui:v4.5.2
image: swaggerapi/swagger-ui:v5.17.14
container_name: swagger-ui
restart: always
ports:
Expand Down
4 changes: 4 additions & 0 deletions provisioning/resources/configs/iglu-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ swagger {
baseUrl: "/iglu-server"
}

license {
accept: true
}

# Enable additional debug endpoint to output all internal state
debug = true

Expand Down
2 changes: 1 addition & 1 deletion provisioning/resources/configs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
title: "Snowplow Mini"
description: |
Snowplow Mini is a small, single instance version of Snowplow that primarily serves as a development sandbox which gives you a quick way to debug tracker updates and changes to your schema and pipeline configuration.
version: "0.20.1"
version: "0.20.2"
license:
name: "Snowplow Limited Use License"
url: "https://docs.snowplow.io/limited-use-license-1.0/"
Expand Down
12 changes: 6 additions & 6 deletions provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.20.1</b></li>
<li>Snowplow Stream Collector NSQ 3.1.2</li>
<li>Snowplow Stream Enrich NSQ 4.1.0</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
<li>Snowplow Iglu Server 0.10.0</li>
<li><b>Snowplow Mini 0.20.2</b></li>
<li>Snowplow Stream Collector NSQ 3.2.0</li>
<li>Snowplow Stream Enrich NSQ 5.0.0</li>
<li>Snowplow Elasticsearch Loader 2.1.2</li>
<li>Snowplow Iglu Server 0.12.1</li>
<li>Postgres 15.1</li>
<li>NSQ v1.2.1</li>
<li>NSQ v1.3.0</li>
<li>Opensearch 2.4.0</li>
<li>Opensearch Dashboards 2.4.0</li>
<li>cAdvisor 0.43.0</li>
Expand Down
18 changes: 9 additions & 9 deletions provisioning/roles/docker/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
mem_limit: ${KIBANA_MEM_SIZE}

elasticsearch-loader-good:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-good
command: [ "--config", "/snowplow/config/snowplow-es-loader-good.hocon" ]
restart: always
Expand All @@ -68,7 +68,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

elasticsearch-loader-bad:
image: snowplow/elasticsearch-loader:2.1.0-distroless
image: snowplow/elasticsearch-loader:2.1.2-distroless
container_name: elasticsearch-loader-bad
command: [ "--config", "/snowplow/config/snowplow-es-loader-bad.hocon" ]
restart: always
Expand All @@ -86,7 +86,7 @@ services:
mem_limit: ${SP_ES_LOADER_MEM_SIZE}

nsqlookupd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqlookupd
command: /nsqlookupd --broadcast-address=nsqlookupd
restart: always
Expand All @@ -100,7 +100,7 @@ services:
mem_limit: 64m

nsqd:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqd
command: /nsqd --broadcast-address=nsqd --lookupd-tcp-address=nsqlookupd:4160 --data-path=/home/ubuntu/snowplow/nsq-data
restart: always
Expand All @@ -118,7 +118,7 @@ services:
mem_limit: ${NSQD_MEM_SIZE}

nsqadmin:
image: nsqio/nsq:v1.2.1
image: nsqio/nsq:v1.3.0
container_name: nsqadmin
command: /nsqadmin --lookupd-http-address=nsqlookupd:4161 --base-path=/nsqadmin
restart: always
Expand All @@ -133,7 +133,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:3.1.2-distroless
image: snowplow/scala-stream-collector-nsq:3.2.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand All @@ -153,7 +153,7 @@ services:
mem_limit: ${SP_COLLECTOR_MEM_SIZE}

enrich:
image: snowplow/snowplow-enrich-nsq:4.1.0-distroless
image: snowplow/snowplow-enrich-nsq:5.0.0-distroless
container_name: enrich
command: [
"--config", "/snowplow/config/snowplow-enrich.hocon",
Expand Down Expand Up @@ -192,7 +192,7 @@ services:
mem_limit: 128m

iglu-server:
image: snowplow/iglu-server:0.10.0-distroless
image: snowplow/iglu-server:0.12.1-distroless
container_name: iglu-server
command: ["--config", "/snowplow/config/iglu-server.conf"]
restart: always
Expand Down Expand Up @@ -233,7 +233,7 @@ services:
mem_limit: ${CA_ADVISOR_MEM_SIZE}

swagger:
image: swaggerapi/swagger-ui:v4.5.2
image: swaggerapi/swagger-ui:v5.17.14
container_name: swagger-ui
restart: always
ports:
Expand Down

0 comments on commit ceba39d

Please sign in to comment.