Skip to content

Commit

Permalink
Merge pull request #77 from snowplow/release/0.2.2
Browse files Browse the repository at this point in the history
Release/0.2.2
  • Loading branch information
jbeemster authored Mar 21, 2017
2 parents c05503f + ea9c59e commit b718d90
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.2.2 (2017-03-21)
--------------------------
Update Packerfile to deploy to all available regions (#75)
Fix README formatting (#76)

Version 0.2.1 (2016-05-17)
--------------------------
Iglu upload script should use -XPUT rather than -XPOST (#54)
Expand Down
6 changes: 3 additions & 3 deletions Packerfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"source_ami": "ami-05dddc6f",
"instance_type": "t2.small",
"ssh_username": "ubuntu",
"ami_name": "snowplow-mini-0.2.1-{{ timestamp }}-hvm-ebs-amd64",
"ami_name": "snowplow-mini-0.2.2-{{ timestamp }}-hvm-ebs-amd64",
"ami_groups": [ "all" ],
"ami_regions": [ "eu-west-1", "us-west-2", "us-west-1", "eu-central-1", "ap-southeast-1", "ap-northeast-1", "ap-southeast-2", "sa-east-1" ],
"ami_regions": "us-east-2,us-west-1,us-west-2,ca-central-1,eu-west-1,eu-central-1,eu-west-2,ap-southeast-1,ap-southeast-2,ap-northeast-2,ap-northeast-1,ap-south-1,sa-east-1",
"ami_description": "Snowplow Mini - The Snowplow Pipeline in a box",
"tags": {
"OS_Version": "Ubuntu-12.04",
"Release": "0.2.1"
"Release": "0.2.2"
}
}
],
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Snowplow-Mini

[ ![Build Status] [travis-image] ] [travis] [ ![Release] [release-image] ] [releases] [ ![License] [license-image] ] [license]
[![Build Status][travis-image]][travis] [![Release][release-image]][releases] [![License][license-image]][license]

An easily-deployable, single instance version of Snowplow that serves three use cases:

Expand Down Expand Up @@ -49,13 +49,13 @@ These events can then be viewed at port `5601` in Kibana.

## Documentation

1. [Quick start guide] [get-started-guide]
1. [Quick start guide][get-started-guide]

## Copyright and license

Snowplow Mini is copyright 2016 Snowplow Analytics Ltd.

Licensed under the **[Apache License, Version 2.0] [license]** (the "License");
Licensed under the **[Apache License, Version 2.0][license]** (the "License");
you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software
Expand All @@ -69,7 +69,7 @@ limitations under the License.
[travis]: https://travis-ci.org/snowplow/snowplow-mini
[travis-image]: https://travis-ci.org/snowplow/snowplow-mini.svg?branch=master

[release-image]: http://img.shields.io/badge/release-0.2.1-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.2.2-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-mini/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit b718d90

Please sign in to comment.