Skip to content

Commit

Permalink
Prepare for 0.14.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmath committed Aug 19, 2022
1 parent 23a92db commit 002eb88
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.14.2 (2022-08-19)
---------------------------
Bump collector to 2.6.2 (#360)
Bump Elasticsearch Loader to 1.0.7 (#361)
Bump Enrich to 3.2.5 (#362)
Fix links on overview page (#359)
Update how gpg key is loaded when installing Caddy (#364)
Fix synced folder failing on Windows due to lack in NFS support (#365)

Version 0.14.1 (2022-04-29)
---------------------------
Run distroless version of collector docker image (#354)
Expand Down
4 changes: 2 additions & 2 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
}
],
"variables": {
"aws_version": "0.14.1",
"gcp_version": "0-14-1",
"aws_version": "0.14.2",
"gcp_version": "0-14-2",
"gcp_image_name": "snowplow-mini-{{user `gcp_version`}}-{{user `sp_mini_size`}}-{{timestamp}}",
"gcp_machine_type": "{{env `GCP_MACHINE_TYPE`}}",
"aws_instance_type": "{{env `AWS_INSTANCE_TYPE`}}",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.1
0.14.2
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.14.1"
version: "0.14.2"
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.14.1</b></li>
<li><b>Snowplow Mini 0.14.2</b></li>
<li>Snowplow Stream Collector NSQ 2.7.0</li>
<li>Snowplow Stream Enrich NSQ 3.2.5</li>
<li>Snowplow Elasticsearch Loader 1.0.7</li>
Expand Down

0 comments on commit 002eb88

Please sign in to comment.