Skip to content

Commit

Permalink
Bump collector to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Jan 24, 2024
1 parent cde897c commit 5edf777
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.17.1
0.18.0
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:3.0.0-rc9-distroless
image: snowplow/scala-stream-collector-nsq:3.0.1-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:3.0.0-rc9-distroless
image: snowplow/scala-stream-collector-nsq:3.0.1-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/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.17.1"
version: "0.18.0"
license:
name: "Snowplow Limited Use License"
url: "https://docs.snowplow.io/limited-use-license-1.0/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

# 'collector' contains configuration options for the main Scala collector.
collector {
license {
accept = true
}
interface = "0.0.0.0"
port = 8080

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 @@ -49,7 +49,7 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.17.0</b></li>
<li><b>Snowplow Mini 0.18.0</b></li>
<li>Snowplow Stream Collector NSQ 3.0.0-rc9</li>
<li>Snowplow Stream Enrich NSQ 3.8.2</li>
<li>Snowplow Elasticsearch Loader 2.1.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:3.0.0-rc9-distroless
image: snowplow/scala-stream-collector-nsq:3.0.1-distroless
container_name: scala-stream-collector-nsq
command: [ "--config", "/snowplow/config/snowplow-stream-collector.hocon" ]
restart: always
Expand Down
9 changes: 9 additions & 0 deletions provisioning/roles/packer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@

- name : Install packer
shell: 'sudo apt-get update && sudo apt-get install packer'

- name : Install packer amazon plugin
shell: 'packer plugins install github.com/hashicorp/amazon'

- name : Install packer google plugin
shell: 'packer plugins install github.com/hashicorp/googlecompute'

- name : Install packer ansible plugin
shell: 'packer plugins install github.com/hashicorp/ansible'

0 comments on commit 5edf777

Please sign in to comment.