Skip to content

Releases: ExpediaGroup/apiary-data-lake

Changed bucket policy for `deny_iamroles` to only deny "dangerous" actions, including `GetObject`.

18 Aug 19:23
63af892
Compare
Choose a tag to compare

[6.10.2] - 2021-08-18

Changed

  • Changed bucket policy for deny_iamroles to only deny "dangerous" actions, including GetObject.

v6.10.1: Feature/encrypt rds (#199)

23 Jul 16:46
430582c
Compare
Choose a tag to compare
* variable to encrypt rds

* update changelog

Co-authored-by: Raj Poluri <[email protected]>

v6.10.0: Feature/island fixes (#198)

21 Jul 20:27
b5a3b26
Compare
Choose a tag to compare
* k8s_namespace variable

* fix

* fix namespace

* variable to configure dashboard namespace

* add service accounts

* attach service account

* fix namespace

* irsa assume

* use oidc_provider variable

* annotate service accounts

* fix

* optional kiam arn

* fix

* update readme

* update changelog

* rename k8s_namespace as metastore_namespace

* update VARIABLES.md

* update readme

Co-authored-by: Raj Poluri <[email protected]>

v6.9.3: Feature/fix s3 tag conditions (#197)

14 Jul 17:26
aba59e2
Compare
Choose a tag to compare
* add support to split customer policy condition

* fix

* cleanup

* update changelog

Co-authored-by: Raj Poluri <[email protected]>

v6.9.2: Added disallow_incompatible_col_type_changes variable

12 Jul 15:55
cc0d392
Compare
Choose a tag to compare

[6.9.2] - 2021-07-08

Added

  • Added disallow_incompatible_col_type_changes variable to disable hive validation when schema changes. This variable will help Apache Iceberg to make schema-evolution.

v6.9.1: add support for cross account access to system schema (#194)

08 Jul 11:07
1b5debe
Compare
Choose a tag to compare

v6.9.0: Feature/s3 tag policies (#193)

22 Jun 21:52
7db672e
Compare
Choose a tag to compare
* apiary customer policy condition

* seperate bucket and object policies

* fix

* fix

* update changelog

* update readme

* fix

Co-authored-by: Raj Poluri <[email protected]>

v6.8.1: Feature/s3 inventory customer accounts (#192)

17 Jun 18:44
68da907
Compare
Choose a tag to compare
* variable to grant access to s3 inventory s3 bucket

* update changelog

Co-authored-by: Raj Poluri <[email protected]>

Set RDS/MySQL parameter value for `max_allowed_packet` to 128MB.

10 May 16:16
a1426b6
Compare
Choose a tag to compare

[6.8.0] - 2021-05-10

Added

  • Add support for Apiary-specific RDS parameter groups.
  • Add variable to specify RDS/MySQL parameter value for max_allowed_packet (default 128MB).

Fix S3 lifecycle errors

28 Apr 18:22
be9f087
Compare
Choose a tag to compare

[6.7.9] - 2021-04-28

Fixed

  • If the S3 bucket specifies an expiration TTL in days that is <= the Intelligent-Tiering transition days, don't create
    a lifecycle transition policy. This will prevent errors like:
    Error: Error putting S3 lifecycle: InvalidArgument: 'Days' in the Expiration action for filter '(prefix=)' must be greater than 'Days' in the Transition action