Releases: ExpediaGroup/apiary-data-lake
Releases · ExpediaGroup/apiary-data-lake
Changed bucket policy for `deny_iamroles` to only deny "dangerous" actions, including `GetObject`.
[6.10.2] - 2021-08-18
Changed
- Changed bucket policy for
deny_iamroles
to only deny "dangerous" actions, includingGetObject
.
v6.10.1: Feature/encrypt rds (#199)
* variable to encrypt rds * update changelog Co-authored-by: Raj Poluri <[email protected]>
v6.10.0: Feature/island fixes (#198)
* 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)
* 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
[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)
Co-authored-by: Raj Poluri <[email protected]>
v6.9.0: Feature/s3 tag policies (#193)
* 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)
* 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.
[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
[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 lifecycletransition
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