Skip to content

Commit

Permalink
Merge pull request #44 from ExpediaGroup/feature/release-1.8.12
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
Patrick Duin authored May 16, 2022
2 parents 1292f26 + fb18ff0 commit 476d128
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.8.12] - 2022-05-16
### Changed
- Upgrade Waggle Dance version to `3.10.3` (was `3.10.2`) to addressing nullpointer in set_ugi calls.

## [1.8.11] - 2022-04-19
### Changed
- Upgrade Waggle Dance version to `3.10.2` (was `3.10.1`) to addressing performance issues related to set_ugi calls.
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:latest

ARG JAVA_VERSION=1.8.0
ARG WAGGLE_DANCE_VERSION=3.10.2
ARG WAGGLE_DANCE_VERSION=3.10.3
ARG APIARY_EXTENSIONS_VERSION=7.2.5

ENV WAGGLE_DANCE_HOME /opt/waggle-dance
Expand Down

0 comments on commit 476d128

Please sign in to comment.