Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.15.1 #371

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.15.1 (2022-12-14)
---------------------------
Bump enrich to 3.6.1 (#371)

Version 0.15.0 (2022-12-05)
---------------------------
Replace Elasticsearch with Opensearch (#367)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.15.1
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ services:
- "JDK_JAVA_OPTIONS=-Xmx${SP_JVM_SIZE} -Dlog4j2.formatMsgNoLookups=true"

stream-enrich:
image: snowplow/stream-enrich-nsq:3.6.0-distroless
image: snowplow/stream-enrich-nsq:3.6.1-distroless
container_name: stream-enrich-nsq
command: [
"--config", "/snowplow/config/snowplow-stream-enrich.hocon",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ services:
- "JDK_JAVA_OPTIONS=-Xmx${SP_JVM_SIZE} -Dlog4j2.formatMsgNoLookups=true"

stream-enrich:
image: snowplow/stream-enrich-nsq:3.6.0-distroless
image: snowplow/stream-enrich-nsq:3.6.1-distroless
container_name: stream-enrich-nsq
command: [
"--config", "/snowplow/config/snowplow-stream-enrich.hocon",
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.15.0"
version: "0.15.1"
license:
name: "Apache 2.0"
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
Expand Down
4 changes: 2 additions & 2 deletions provisioning/resources/ui/js/components/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.15.0</b></li>
<li><b>Snowplow Mini 0.15.1</b></li>
<li>Snowplow Stream Collector NSQ 2.8.2</li>
<li>Snowplow Stream Enrich NSQ 3.6.0</li>
<li>Snowplow Stream Enrich NSQ 3.6.1</li>
<li>Snowplow Elasticsearch Loader 2.0.8</li>
<li>Snowplow Iglu Server 0.8.7</li>
<li>Postgres 15.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 @@ -142,7 +142,7 @@ services:
- "JDK_JAVA_OPTIONS=-Xmx${SP_JVM_SIZE} -Dlog4j2.formatMsgNoLookups=true"

stream-enrich:
image: snowplow/stream-enrich-nsq:3.6.0-distroless
image: snowplow/stream-enrich-nsq:3.6.1-distroless
container_name: stream-enrich-nsq
command: [
"--config", "/snowplow/config/snowplow-stream-enrich.hocon",
Expand Down