Releases: ExpediaGroup/apiary-metastore-docker
Releases · ExpediaGroup/apiary-metastore-docker
Upgrade apiary-gluesync-listener version
[3.0.4] - 2022-05-24
Changed
- Upgrade
apiary-gluesync-listener
version to7.3.0
(was4.2.0
).
Add ability to configure size of HMS MySQL connection pool, and configure stats computation on table/partition creation.
[3.0.3] - 2022-05-20
Added
- Add ability to configure size of HMS MySQL connection pool, and configure stats computation on table/partition creation.
Upgrade EMR repository to version `5.31.0` (was `5.30.2`)
[3.0.2] - 2022-03-29
Changed
- Upgrade EMR repository to version
5.31.0
(was5.30.2
) soAWS SDK for Java
library is upgraded to1.11.852
that enables AWS web identity token file file authentication using hadoop and public constructors.
Enable authentication via `WebIdentityTokenCredentialsProvider`
[3.0.1] - 2022-03-28
Changed
- Enable authentication via
WebIdentityTokenCredentialsProvider
.
Upgrade EMR repository to version `5.30.2` (was `5.24.0`)
[3.0.0] - 2022-03-25
Changed
- Upgrade EMR repository to version
5.30.2
(was5.24.0
) soAWS SDK for Java
library is upgraded to1.11.759
and in that way support authentication using IAM role via an OIDC web identity token file (https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html).
Modified log4j2 security script to reduce container startup time.
[2.0.3] - 2021-12-16
Changed
- Modified log4j2 security script to reduce container startup time.
Added script to find and remove vulnerable log4j2 classes in order to mitigate security issue [CVE-2021-44228]
[2.0.2] - 2021-12-16
Added
- Added script to find and remove vulnerable log4j2 classes in order to mitigate security issue CVE-2021-44228.
v2.0.1: Hive site incompatible type var (#89)
* Added optional allow col type change
Remove Atlas MetaStore listener
[2.0.0] - 2021-05-06
Changed
- Remove Atlas MetaStore listener in favor of internal processes that subscribe to the Kafka HMS event listener and push changes to Ranger.
Note: This release is a BREAKING change that removes all support for the Apache Atlas HMS listener.
v1.17.1: Feature/audit summary (#86)
* configure v3 style audit provider to enable summarization * update changelog Co-authored-by: Raj Poluri <[email protected]>