diff --git a/VERSION b/VERSION index 7cca7711..66333910 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.1 +0.18.0 diff --git a/provisioning/resources/configs/compositions/docker-compose-aws.yml b/provisioning/resources/configs/compositions/docker-compose-aws.yml index 4c7541db..35d23a07 100644 --- a/provisioning/resources/configs/compositions/docker-compose-aws.yml +++ b/provisioning/resources/configs/compositions/docker-compose-aws.yml @@ -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 diff --git a/provisioning/resources/configs/compositions/docker-compose-gcp.yml b/provisioning/resources/configs/compositions/docker-compose-gcp.yml index e936c10c..cebf7440 100644 --- a/provisioning/resources/configs/compositions/docker-compose-gcp.yml +++ b/provisioning/resources/configs/compositions/docker-compose-gcp.yml @@ -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 diff --git a/provisioning/resources/configs/openapi.yaml b/provisioning/resources/configs/openapi.yaml index 63f6b0cd..f94b0a61 100644 --- a/provisioning/resources/configs/openapi.yaml +++ b/provisioning/resources/configs/openapi.yaml @@ -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/" diff --git a/provisioning/resources/configs/snowplow-stream-collector.hocon b/provisioning/resources/configs/snowplow-stream-collector.hocon index cc0bca17..68e1ae23 100644 --- a/provisioning/resources/configs/snowplow-stream-collector.hocon +++ b/provisioning/resources/configs/snowplow-stream-collector.hocon @@ -8,6 +8,9 @@ # 'collector' contains configuration options for the main Scala collector. collector { + license { + accept = true + } interface = "0.0.0.0" port = 8080 diff --git a/provisioning/resources/ui/js/components/Overview.tsx b/provisioning/resources/ui/js/components/Overview.tsx index 8f9ca24c..5a1068b8 100644 --- a/provisioning/resources/ui/js/components/Overview.tsx +++ b/provisioning/resources/ui/js/components/Overview.tsx @@ -49,7 +49,7 @@ export class Overview extends React.Component<{}, {}> {

The software stack installed: