Skip to content

Commit

Permalink
Bump Stream Collector to 2.2.1 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyand committed Mar 26, 2021
1 parent 43080dd commit 1183890
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 @@ -127,7 +127,7 @@ services:
awslogs-stream: "nsqadmin"

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:2.1.2
image: snowplow/scala-stream-collector-nsq:2.2.1
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 @@ -106,7 +106,7 @@ services:
driver: gcplogs

scala-stream-collector:
image: snowplow/scala-stream-collector-nsq:2.1.2
image: snowplow/scala-stream-collector-nsq:2.2.1
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.12.2</b></li>
<li>Snowplow Stream Collector NSQ 2.1.2</li>
<li>Snowplow Stream Collector NSQ 2.2.1</li>
<li>Snowplow Stream Enrich NSQ 1.4.1</li>
<li>Snowplow Elasticsearch Loader 1.0.0</li>
<li>Snowplow Iglu Server 0.6.1</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 @@ -120,7 +120,7 @@ services:
max-file: "10"

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

0 comments on commit 1183890

Please sign in to comment.