Skip to content

Commit

Permalink
Prepare for 0.13.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Feb 1, 2022
1 parent a6e4661 commit f7dbf73
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.13.6 (2022-02-01)
---------------------------
Bump collector to 2.5.0 (#333)
Bump Elastic stack to 6.8.22 (#334)
Upgrade policykit-1 to latest available (#335)
Fix /metrics endpoint (#331)

Version 0.13.5 (2021-12-23)
---------------------------
Bump stream collector to 2.4.5 (#329)
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.5",
"gcp_version": "0-13-5",
"aws_version": "0.13.6",
"gcp_version": "0-13-6",
"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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ These events can then be viewed in Kibana at `http://< sp mini public ip>/kibana

## Copyright and license

Snowplow Mini is copyright 2016-2021 Snowplow Analytics Ltd.
Snowplow Mini is copyright 2016-2022 Snowplow Analytics Ltd.

Licensed under the **[Apache License, Version 2.0][license]** (the "License");
you may not use this software except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.5
0.13.6
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.5</b></li>
<li><b>Snowplow Mini 0.13.6</b></li>
<li>Snowplow Stream Collector NSQ 2.5.0</li>
<li>Snowplow Stream Enrich NSQ 2.0.5</li>
<li>Snowplow Elasticsearch Loader 1.0.4</li>
Expand Down

0 comments on commit f7dbf73

Please sign in to comment.