Skip to content

Commit

Permalink
upgrade apiary listener for aws sts libraries (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin committed Jun 4, 2024
1 parent 154f83d commit 0b37df8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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).

## [4.0.1] - 2024-06-03
### Changed
- Upgraded `APIARY_EXTENSIONS_VERSION` to `7.3.9` (was `7.3.8`).
- Upgraded `APIARY_GLUESYNC_LISTENER_VERSION` to `7.3.9` (was `7.3.8`).

## [4.0.0] - 2024-02-06
### Added
- Enables JMX (Java Management Extensions) on Hadoop clients, allowing for remote monitoring and management of JVM-related metrics
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.8
ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.8
ENV APIARY_EXTENSIONS_VERSION 7.3.9
ENV APIARY_GLUESYNC_LISTENER_VERSION 7.3.9
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 0b37df8

Please sign in to comment.