Skip to content

Commit

Permalink
fix:upgrade extensions (#132)
Browse files Browse the repository at this point in the history
* fix:upgrade extensions



---------

Co-authored-by: Javier Sánchez Beltrán <[email protected]>
  • Loading branch information
patduin and javsanbel2 authored Sep 24, 2024
1 parent ab1cdc5 commit 01994c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01994c7

Please sign in to comment.