Skip to content

Commit

Permalink
Prepare for 0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jul 4, 2023
1 parent 7c9fdea commit 730caf4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.17.0 (2023-07-04)
---------------------------
Use Ubuntu 22.04 as base image and in Github Actions (#381)
Bump Collector to 2.9.0 (#383)
Bump Iglu Server to 0.10.0 (#384)
Bump Enrich to 3.8.0 (#382)
Make index pattern creation error resilient (#379)

Version 0.16.0 (2023-03-22)
---------------------------
Improve buffer settings of ES Loaders to allow for higher throughput (#378)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0
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.16.0"
version: "0.17.0"
license:
name: "Apache 2.0"
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
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 @@ -52,7 +52,7 @@ export class Overview extends React.Component<{}, {}> {
</ul>
<h3>The software stack installed: </h3>
<ul>
<li><b>Snowplow Mini 0.16.0</b></li>
<li><b>Snowplow Mini 0.17.0</b></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>
Expand Down

0 comments on commit 730caf4

Please sign in to comment.