From 1dfdf32574f6ad7133944bace91634be04512889 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: Wed, 2 Nov 2022 16:32:30 +0000 Subject: [PATCH] Upgrade apiary extensions library for IRSA authentication with glue-sync (#104) * Upgrade apiary extensions library for IRSA authentication with glue-sync * fix changelog * re-trigger workflow --- CHANGELOG.md | 7 ++++++- Dockerfile | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92fce3e..a1d134a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog 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). +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.6] - 2022-11-02 +### Changed +- Upgraded `APIARY_EXTENSIONS_VERSION` to `7.3.4` (was `6.0.1`). +- Upgraded `APIARY_GLUESYNC_LISTENER_VERSION` to `7.3.4` (was `7.3.0`). ## [3.0.5] - 2022-05-25 ### Changed diff --git a/Dockerfile b/Dockerfile index d479e7f..231ae27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ from amazonlinux:latest ENV RANGER_VERSION 2.0.0 -ENV APIARY_EXTENSIONS_VERSION 6.0.1 -ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.0 +ENV APIARY_EXTENSIONS_VERSION 7.3.4 +ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.4 ENV APIARY_RANGER_PLUGIN_VERSION 5.0.1 ENV APIARY_METASTORE_METRICS_VERSION 4.2.0 ENV APIARY_METASTORE_AUTH_VERSION 4.2.0