Skip to content

Commit 862a674

Browse files
javsanbel2javbeltran_expediaclaude
authored
fix: upgrade Waggle Dance to 4.1.7 (#91)
Bumps WAGGLE_DANCE_VERSION from 4.1.6 to 4.1.7. 4.1.7 includes a fix for LakeFormation returning AccessDeniedException instead of EntityNotFoundException for non-existent resources when the caller lacks CREATE_TABLE permission. The fix translates these to NoSuchObjectException and is opt-in via aws.glue.lakeformation.access-denied-as-not-found (default false). See https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md Co-authored-by: javbeltran_expedia <javbeltran@expediagroup.com> Co-authored-by: Claude Sonnet <noreply@anthropic.com>
1 parent 9d4e3d8 commit 862a674

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6+
## [1.14.6] - 2026-06-25
7+
### Changed
8+
- Upgrade `WAGGLE_DANCE_VERSION` to `4.1.7` (was `4.1.6`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)
9+
610
## [1.14.5] - 2026-02-24
711
### Changed
812
- Upgrade `WAGGLE_DANCE_VERSION` to `4.1.6` (was `4.1.4`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM amazonlinux:2
55

66
ARG JAVA_VERSION=1.8.0
7-
ARG WAGGLE_DANCE_VERSION=4.1.6
7+
ARG WAGGLE_DANCE_VERSION=4.1.7
88
ARG APIARY_EXTENSIONS_VERSION=8.1.10
99

1010
ENV WAGGLE_DANCE_HOME=/opt/waggle-dance

0 commit comments

Comments
 (0)