diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc4f69..9fc9c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.0.8] - 2022-11-15 +### Changed +- Upgraded `APIARY_GLUESYNC_LISTENER_VERSION` to `7.3.6` (was `7.3.5`). It fixes a bug in sortOrders when syncing up Iceberg tables. + ## [3.0.7] - 2022-11-11 ### Changed - Upgraded `APIARY_GLUESYNC_LISTENER_VERSION` to `7.3.5` (was `7.3.4`). It fixes a bug in parsing the table parameter - `lastAccessTime` when syncing up Iceberg tables. diff --git a/Dockerfile b/Dockerfile index 6792bab..00c7fe3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ from amazonlinux:latest ENV RANGER_VERSION 2.0.0 ENV APIARY_EXTENSIONS_VERSION 7.3.4 -ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.5 +ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.6 ENV APIARY_RANGER_PLUGIN_VERSION 5.0.1 ENV APIARY_METASTORE_METRICS_VERSION 4.2.0 ENV APIARY_METASTORE_AUTH_VERSION 4.2.0