Skip to content

Commit

Permalink
Merge pull request #28 from ExpediaGroup/feature/latest-waggledance
Browse files Browse the repository at this point in the history
Upgrade Waggle Dance version to 3.9.1
  • Loading branch information
barnharts4 authored Mar 5, 2021
2 parents a44a792 + 02df49c commit ec009b2
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.7.0] - 2021-03-04
### Changed
- Upgrade Waggle Dance version to `3.9.1` (was `3.8.0`) to fix Presto view issues and support metastore filters.

## [1.6.0] - 2021-01-14
### Changed
- Upgrade Waggle Dance version to `3.8.0`, was `3.6.0`.
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

ENV JAVA_VERSION 1.8.0
ENV WAGGLE_DANCE_VERSION 3.8.0
ENV WAGGLE_DANCE_VERSION 3.9.1
ENV WAGGLE_DANCE_HOME /opt/waggle-dance

RUN yum -y update && \
Expand Down

0 comments on commit ec009b2

Please sign in to comment.