Skip to content

Commit 9d32ebb

Browse files
istreeterspenes
authored andcommitted
Prepare for 2.1.4 release
1 parent 18d676d commit 9d32ebb

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 2.1.4 (2022-02-15)
2+
--------------------------
3+
Update copyright notice to 2022 (#255)
4+
Change docker base image to eclipse-temurin:11-jre-focal (#254)
5+
Bump protobuf-java to 3.19.4 (#253)
6+
Bump jackson to 2.12.6 (2.12.6)
7+
Bump kinesis client to 1.14.7 (#251)
8+
19
Version 2.1.3 (2021-12-23)
210
--------------------------
311
Fix partition format in example hocon (#247)
@@ -32,7 +40,7 @@ Use AdoptOpenJDK 11 as docker base image (#224)
3240
Use snowplow-badrows (#215)
3341
Use sbt-tpolecat (#222)
3442
Report metrics to StatsD (#216)
35-
Integrate Sentry (close #218)
43+
Integrate Sentry (#218)
3644
Redesign config file structure (#214)
3745
Harmonize module structure (#210)
3846
Drop NSQ support (#211)

README.md

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

2929
```bash
30-
docker run snowplow/snowplow-s3-loader:2.1.3 --help
30+
docker run snowplow/snowplow-s3-loader:2.1.4 --help
3131
```
3232

3333
#### Download jar
3434

3535
```bash
36-
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.3/snowplow-s3-loader-2.1.3.jar
36+
curl -Lo snowplow-s3-loader.jar https://github.com/snowplow/snowplow-s3-loader/releases/download/2.1.4/snowplow-s3-loader-2.1.4.jar
3737
java -jar snowplow-s3-loader.jar --help
3838
```
3939

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

6262
```
63-
snowplow-s3-loader: Version 2.1.3
63+
snowplow-s3-loader: Version 2.1.4
6464
6565
Usage: snowplow-s3-loader [options]
6666
@@ -80,7 +80,7 @@ You will need to edit all fields in the config. Consult [the configuration refe
8080
Next, start the sink, making sure to specify your new config file:
8181

8282
```bash
83-
$ java -jar snowplow-s3-loader-2.1.3.jar --config my.conf
83+
$ java -jar snowplow-s3-loader-2.1.4.jar --config my.conf
8484
```
8585

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

109-
[release-image]: http://img.shields.io/badge/release-2.1.3-blue.svg?style=flat
109+
[release-image]: http://img.shields.io/badge/release-2.1.4-blue.svg?style=flat
110110
[releases]: https://github.com/snowplow/snowplow-s3-loader/releases
111111

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

0 commit comments

Comments
 (0)