Skip to content

Commit

Permalink
Prepare for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent ade0e21 commit d7e7053
Show file tree
Hide file tree
Showing 2 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 2.1.1 (2021-12-15)
--------------------------
Exclude transitive dependencies of hadoop (#243)
Bump commons-collections to 3.2.2 (#242)
Bump elephant-bird-core to 4.17 (#241)
Remove log4j (#240)

Version 2.1.0 (2021-11-26)
--------------------------
Update readme (#239)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
#### Docker

```bash
docker run snowplow/snowplow-s3-loader:2.1.0 --help
docker run snowplow/snowplow-s3-loader:2.1.1 --help
```

#### Download jar

```bash
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.0/snowplow-s3-loader-2.1.0.jar
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.1/snowplow-s3-loader-2.1.1.jar
java -jar snowplow-s3-loader.jar --help
```

Expand All @@ -60,7 +60,7 @@ $ sudo apt-get install lzop liblzo2-dev
The Snowplow S3 Loader has the following command-line interface:

```
snowplow-s3-loader: Version 2.1.0
snowplow-s3-loader: Version 2.1.1
Usage: snowplow-s3-loader [options]
Expand All @@ -80,7 +80,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
Next, start the sink, making sure to specify your new config file:

```bash
$ java -jar snowplow-s3-loader-2.1.0.jar --config my.conf
$ java -jar snowplow-s3-loader-2.1.1.jar --config my.conf
```

## Find out more
Expand All @@ -106,7 +106,7 @@ limitations under the License.
[travis-image]: https://travis-ci.org/snowplow/snowplow-s3-loader.png?branch=master
[travis]: http://travis-ci.org/snowplow/snowplow-s3-loader

[release-image]: http://img.shields.io/badge/release-2.1.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-2.1.1-blue.svg?style=flat
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down

0 comments on commit d7e7053

Please sign in to comment.