Skip to content

Commit 1c0863f

Browse files
Merge pull request #83 from ExpediaGroup/fix/wd_ae_version_upgrade
Upgraded WD and AE versions
2 parents de55636 + 056b937 commit 1c0863f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.13.1] - 2025-08-14
7+
### Changed
8+
- Upgrade `WAGGLE_DANCE_VERSION` to `4.0.4` (was `4.0.3`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)
9+
- Upgrade `APIARY_EXTENSIONS_VERSION` to `8.1.10` was `7.3.2` See [Changelog](https://github.com/ExpediaGroup/apiary-extensions/blob/5e279fb324352fa6810649c8a94a9414937e55d2/CHANGELOG.md)
10+
611
## [1.13.0] - 2025-07-22
712
### Changed
813
- Upgrade `WAGGLE_DANCE_VERSION` to `4.0.2` (was `3.13.8`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
FROM amazonlinux:2
55

66
ARG JAVA_VERSION=1.8.0
7-
ARG WAGGLE_DANCE_VERSION=4.0.3
8-
ARG APIARY_EXTENSIONS_VERSION=7.3.2
7+
ARG WAGGLE_DANCE_VERSION=4.0.4
8+
ARG APIARY_EXTENSIONS_VERSION=8.1.10
99

1010
ENV WAGGLE_DANCE_HOME=/opt/waggle-dance
1111

0 commit comments

Comments
 (0)