Skip to content

Commit fa63ac5

Browse files
committed
Prepare for 2.2.1 release
1 parent 06afe40 commit fa63ac5

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.2.1 (2022-06-30)
2+
--------------------------
3+
Bump hadoop to 3.3.3 (#263)
4+
15
Version 2.2.0 (2022-05-19)
26
--------------------------
37
Publish distroless docker image (#258)

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ The records are treated as byte arrays containing UTF-8 encoded strings (whether
2727
#### Docker
2828

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

3434

3535
```bash
36-
docker run snowplow/snowplow-s3-loader:2.2.0 --help
37-
docker run snowplow/snowplow-s3-loader:2.2.0-lzo --help
38-
docker run snowplow/snowplow-s3-loader:2.2.0-distroless --help
36+
docker run snowplow/snowplow-s3-loader:2.2.1 --help
37+
docker run snowplow/snowplow-s3-loader:2.2.1-lzo --help
38+
docker run snowplow/snowplow-s3-loader:2.2.1-distroless --help
3939
```
4040

4141
#### Download jar
4242

4343
```bash
44-
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
44+
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
4545
java -jar snowplow-s3-loader.jar --help
4646
```
4747

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

7070
```
71-
snowplow-s3-loader: Version 2.2.0
71+
snowplow-s3-loader: Version 2.2.1
7272
7373
Usage: snowplow-s3-loader [options]
7474
@@ -88,7 +88,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
8888
Next, start the sink, making sure to specify your new config file:
8989

9090
```bash
91-
$ java -jar snowplow-s3-loader-2.2.0.jar --config my.conf
91+
$ java -jar snowplow-s3-loader-2.2.1.jar --config my.conf
9292
```
9393

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

117-
[release-image]: http://img.shields.io/badge/release-2.2.0-blue.svg?style=flat
117+
[release-image]: http://img.shields.io/badge/release-2.2.1-blue.svg?style=flat
118118
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases
119119

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

0 commit comments

Comments
 (0)