From 01994c79dc8b83e54744d8edbd01447da9a7a080 Mon Sep 17 00:00:00 2001 From: Patrick Duin Date: Tue, 24 Sep 2024 15:52:03 +0200 Subject: [PATCH] fix:upgrade extensions (#132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix:upgrade extensions --------- Co-authored-by: Javier Sánchez Beltrán <36443689+javsanbel2@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c681af8..bb97988 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). +## [5.2.2] - 2024-09-24 +### Added +- Upgrade Apiary extensions to 8.0.2 (was 7.3.9). (Glue Listener fix) + ## [5.2.1] - 2024-08-23 ### Added - Upgrade yum repos from EMR-5.36.2 (latest EMR 5 version) diff --git a/Dockerfile b/Dockerfile index 0ae3ced..fc76f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ from amazonlinux:2 ENV RANGER_VERSION 2.0.0 -ENV APIARY_EXTENSIONS_VERSION 7.3.9 -ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.9 +ENV APIARY_EXTENSIONS_VERSION 8.0.2 +ENV APIARY_GLUESYNC_LISTENER_VERSION 8.0.2 ENV APIARY_RANGER_PLUGIN_VERSION 5.0.1 ENV APIARY_METASTORE_METRICS_VERSION 4.2.0 ENV APIARY_METASTORE_AUTH_VERSION 4.2.0