Skip to content

Commit aa97b9e

Browse files
authored
Merge pull request #77 from ExpediaGroup/fix/wd-connectivity
fix:wd-connectivity
2 parents dc6c659 + 21184f5 commit aa97b9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.12.5] - 2025-06-03
7+
### Changed
8+
- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.8` (was `3.13.7`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)
9+
610
## [1.12.4] - 2025-05-28
711
### Changed
812
- Upgrade `WAGGLE_DANCE_VERSION` to `3.13.7` (was `3.13.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=3.13.7
7+
ARG WAGGLE_DANCE_VERSION=3.13.8
88
ARG APIARY_EXTENSIONS_VERSION=7.3.2
99

1010
ENV WAGGLE_DANCE_HOME /opt/waggle-dance

0 commit comments

Comments
 (0)