Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 1.04 KB

Changelog

This file documents notable changes for each version.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.0 - 2021.01.20

  • Added opencontainer labels to Docker.

Internal changes

  • Build a static binary in Docker with rust-musl-builder
  • Use alpine as running image.
  • Updated to tokio 1.0 / warp 0.3 / prometheus 0.11

0.4.4 - 2020-07-28

Changed

  • Level of "sleeping for" log message is now DEBUG instead of INFO.

0.4.3 - 2020-07-28

Changed

  • Stop retrying to get events after 10 attempts.

0.4.2 - 2020-07-26

Changed

  • Removed healthcheck from Docker as it didn't work well with configuring the listen socket.

0.4.1 - 2020-07-26

Changed

  • Updated dependencies
  • Updated docker base image to Rust 1.45.

0.4.0 - 2020-07-26

Added

  • Support for AWS organizations.
  • Retries with exponential backoff of describe_events calls.