Skip to content

Commit

Permalink
Prepare for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Jun 30, 2022
1 parent 06afe40 commit fa63ac5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.2.1 (2022-06-30)
--------------------------
Bump hadoop to 3.3.3 (#263)

Version 2.2.0 (2022-05-19)
--------------------------
Publish distroless docker image (#258)
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
#### Docker

We publish three flavours of the docker image:
- Pull the `:2.2.0` tag if you only need GZip output format
- Pull the `:2.2.0-lzo` tag if you also need LZO output format
- Pull the `:2.2.0-distroless` tag for an lightweight alternative to `:2.2.0`
- Pull the `:2.2.1` tag if you only need GZip output format
- Pull the `:2.2.1-lzo` tag if you also need LZO output format
- Pull the `:2.2.1-distroless` tag for an lightweight alternative to `:2.2.1`


```bash
docker run snowplow/snowplow-s3-loader:2.2.0 --help
docker run snowplow/snowplow-s3-loader:2.2.0-lzo --help
docker run snowplow/snowplow-s3-loader:2.2.0-distroless --help
docker run snowplow/snowplow-s3-loader:2.2.1 --help
docker run snowplow/snowplow-s3-loader:2.2.1-lzo --help
docker run snowplow/snowplow-s3-loader:2.2.1-distroless --help
```

#### Download jar

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

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

```
snowplow-s3-loader: Version 2.2.0
snowplow-s3-loader: Version 2.2.1
Usage: snowplow-s3-loader [options]
Expand All @@ -88,7 +88,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.2.0.jar --config my.conf
$ java -jar snowplow-s3-loader-2.2.1.jar --config my.conf
```

## Find out more
Expand All @@ -114,7 +114,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.2.0-blue.svg?style=flat
[release-image]: http://img.shields.io/badge/release-2.2.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 fa63ac5

Please sign in to comment.