From 6faf2bb7dbcac213d16948b86a439dd547075f8c Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Fri, 11 Feb 2022 19:37:21 +0000 Subject: [PATCH] Prepare for 2.1.4 release --- CHANGELOG | 8 ++++++++ README.md | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9b441d6..017cd41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Version 2.1.4 (2022-02-26) +-------------------------- +Update copyright notice to 2022 (close #255) +Change docker base image to eclipse-temurin:11-jre-focal (close #254) +Bump protobuf-java to 3.19.4 (close #253) +Bump jackson to 2.12.6 (close 2.12.6) +Bump kinesis client to 1.14.7 (close #251) + Version 2.1.3 (2021-12-23) -------------------------- Fix partition format in example hocon (#247) diff --git a/README.md b/README.md index 3302356..de0a562 100644 --- a/README.md +++ b/README.md @@ -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.3 --help +docker run snowplow/snowplow-s3-loader:2.1.4 --help ``` #### Download jar ```bash -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 +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 java -jar snowplow-s3-loader.jar --help ``` @@ -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.3 +snowplow-s3-loader: Version 2.1.4 Usage: snowplow-s3-loader [options] @@ -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.3.jar --config my.conf +$ java -jar snowplow-s3-loader-2.1.4.jar --config my.conf ``` ## Find out more @@ -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.3-blue.svg?style=flat +[release-image]: http://img.shields.io/badge/release-2.1.4-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