Skip to content

Commit

Permalink
Updating Apiary-Extensions to 6.0.1 (#73)
Browse files Browse the repository at this point in the history
* Updating Apiary-Extensions to 6.0.1
  • Loading branch information
abhimanyugupta07 authored Apr 2, 2020
1 parent 8b20965 commit 519427b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ 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).

## [1.12.0] - 2020-04-02
### Changed
- Updated `apiary-metastore-listener` version to `6.0.1` (was `6.0.0`).

## [1.11.0] - 2020-03-17
### Added
- If S3 Inventory is enabled in `apiary-data-lake`, create Hive `s3_inventory` database on startup.
- Add script `/s3_inventory_repair.sh` which can be used as the entrypoint of this Docker image to create and repair S3
inventory tables in the inventory database (if S3 inventory is enabled). The intent is to run the image this way on a
scheduled basis in Kubernetes after AWS creates new inventory partition files in S3 each day.
- Add script `/s3_inventory_repair.sh` which can be used as the entrypoint of this Docker image to create and repair S3
inventory tables in the inventory database (if S3 inventory is enabled). The intent is to run the image this way on a
scheduled basis in Kubernetes after AWS creates new inventory partition files in S3 each day.

## [1.10.0] - 2020-03-16

### Changed
- Updated `apiary-metastore-listener` and `kafka-metastore-listener` versions to `6.0.0` (was `5.0.2`).

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from amazonlinux:latest

ENV RANGER_VERSION 2.0.0
ENV APIARY_EXTENSIONS_VERSION 6.0.0
ENV APIARY_EXTENSIONS_VERSION 6.0.1
ENV APIARY_GLUESYNC_LISTENER_VERSION 4.2.0
ENV APIARY_RANGER_PLUGIN_VERSION 5.0.1
ENV APIARY_METASTORE_METRICS_VERSION 4.2.0
Expand Down

0 comments on commit 519427b

Please sign in to comment.