diff --git a/CHANGELOG b/CHANGELOG index 4edfee6..1c38d07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/README.md b/README.md index 48b8684..1a0923a 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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] @@ -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 @@ -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