Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 08:47
· 24 commits to master since this release

Starting from this release we are publishing three different 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
docker pull snowplow/snowplow-s3-loader:2.2.0
docker pull snowplow/snowplow-s3-loader:2.2.0-lzo
docker pull snowplow/snowplow-s3-loader:2.2.0-distroless

We removed LZO support from the standard image, because it means we can more easily eliminate security vulnerabilities that are brought in from a dependency on hadoop version 2.

The "distroless" docker image is built from a more lightweight base image. It provides some security advantages, because it carries only the minimal files and executables needed for the loader to run.

Changelog

  • Publish distroless docker image (#258)
  • Bump jackson-databind to 2.12.6.1 (#260)
  • Bump amazon-kinesis-client to 1.14.8 (#259)
  • Split lzo serializers into a separate sbt project (#261)