Skip to content

Commit

Permalink
Prepare for 0.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent cc5b0ed commit 044f589
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.13.2 (2021-12-15)
---------------------------
Use -Dlog4j2.formatMsgNoLookups=true flag (#317)
Fix JAVA_OPTS environment variable (#316)

Version 0.13.1 (2021-12-09)
---------------------------
Bump Stream Collector to 2.4.2 (#314)
Expand Down
4 changes: 2 additions & 2 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
}
],
"variables": {
"aws_version": "0.13.1",
"gcp_version": "0-13-1",
"aws_version": "0.13.2",
"gcp_version": "0-13-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.13.1
0.13.2
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.13.1</b></li>
<li><b>Snowplow Mini 0.13.2</b></li>
<li>Snowplow Stream Collector NSQ 2.4.2</li>
<li>Snowplow Stream Enrich NSQ 2.0.3</li>
<li>Snowplow Elasticsearch Loader 1.0.0</li>
Expand Down

0 comments on commit 044f589

Please sign in to comment.