Skip to content

Commit

Permalink
Bump Collector to 2.9.0 (close #383)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed May 25, 2023
1 parent 4df4aee commit 913fb7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:2.8.2-distroless
image: snowplow/scala-stream-collector-nsq:2.9.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:2.8.2-distroless
image: snowplow/scala-stream-collector-nsq:2.9.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down
2 changes: 1 addition & 1 deletion provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Overview extends React.Component<{}, {}> {
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.16.0</b></li>
<li>Snowplow Stream Collector NSQ 2.8.2</li>
<li>Snowplow Stream Collector NSQ 2.9.0</li>
<li>Snowplow Stream Enrich NSQ 3.8.0</li>
<li>Snowplow Elasticsearch Loader 2.1.0</li>
<li>Snowplow Iglu Server 0.10.0</li>
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/docker/files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ services:
mem_limit: 64m

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:2.8.2-distroless
image: snowplow/scala-stream-collector-nsq:2.9.0-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down

0 comments on commit 913fb7b

Please sign in to comment.