From 55132807d3cc74387c2e6f6ac729667462d69d8a Mon Sep 17 00:00:00 2001 From: paduin Date: Thu, 29 Aug 2024 17:19:08 +0200 Subject: [PATCH 1/3] fix:upgrade extensions --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c681af8..e614a70 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-08-30 +### 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 From a2d5e13c9634fe71499123522797fa964b23bda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Beltr=C3=A1n?= <36443689+javsanbel2@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:44:58 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e614a70..1ab4c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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-08-30 +## [5.2.2] - 2024-08-24 ### Added - Upgrade Apiary extensions to 8.0.2 (was 7.3.9). (Glue Listener fix) From 648d37cf8f2eadcce6b525695e7ace42c1d83ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Beltr=C3=A1n?= <36443689+javsanbel2@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:45:27 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab4c88..bb97988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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-08-24 +## [5.2.2] - 2024-09-24 ### Added - Upgrade Apiary extensions to 8.0.2 (was 7.3.9). (Glue Listener fix)