Skip to content

Commit

Permalink
Merge pull request #61 from ExpediaGroup/fix/waggle_dance-3.11.5_release
Browse files Browse the repository at this point in the history
fix:upgrade WD to 3.11.5
  • Loading branch information
patduin committed Oct 23, 2023
2 parents f3c4bfc + 0f4a89e commit 8d79bda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

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

## [1.10.3] - 2023-10-23
### Changed
- Upgrade `WAGGLE_DANCE_VERSION` to `3.11.5` (was `3.11.4`). See [Changelog](https://github.com/ExpediaGroup/waggle-dance/blob/main/CHANGELOG.md)

## [1.10.2] - 2023-09-05
### Changed
- Upgrade `WAGGLE_DANCE_VERSION` to `3.11.4` (was `3.11.2`).
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM amazonlinux:2

ARG JAVA_VERSION=1.8.0
ARG WAGGLE_DANCE_VERSION=3.11.4
ARG WAGGLE_DANCE_VERSION=3.11.5
ARG APIARY_EXTENSIONS_VERSION=7.3.2

ENV WAGGLE_DANCE_HOME /opt/waggle-dance
Expand Down

0 comments on commit 8d79bda

Please sign in to comment.