Skip to content

Commit

Permalink
Upgrade apiary extensions library for IRSA authentication with glue-s…
Browse files Browse the repository at this point in the history
…ync (#104)

* Upgrade apiary extensions library for IRSA authentication with glue-sync

* fix changelog

* re-trigger workflow
  • Loading branch information
javsanbel2 authored Nov 2, 2022
1 parent 92d07d0 commit 1dfdf32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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: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
Expand Down

0 comments on commit 1dfdf32

Please sign in to comment.