Releases: snowplow/snowplow-s3-loader
Version 2.2.9
Changelog
- Bump amazon-kinesis-client to 1.15.1
- Add sts module to lzo Docker image
Version 2.2.8
Version 2.2.7
A patch release that bumps dependencies for potential security vulnerabilities.
Changelog
- Bump sbt-snowplow-release to 0.3.1 (#282)
Version 2.2.6
Version 2.2.5
This release makes it easier to authenticate on an EKS cluster (e.g. with a service account).
CHANGELOG
- Add STS to runtime dependencies (#275)
Version 2.2.4
A maintenance release to bump the docker base image to a newer version.
Version 2.2.3
Version 2.2.2
Version 2.2.1
This patch release bumps Hadoop to version 3.3.3, which removes many security vulnerabilities associated with the older version of Hadoop. This change only affects the "lzo" docker image; the standard docker image does not have Hadoop present in the build.
Changelog
- Bump hadoop to 3.3.3 (#263)
Version 2.2.0
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.