Skip to content

Latest commit

 

History

History
159 lines (83 loc) · 4.66 KB

File metadata and controls

159 lines (83 loc) · 4.66 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Changed

  • Update Docker base images. 4bd3a7e

Fixed

  • Change correlation-id to correlation_id. dfd740c

v0.17.0 - 2020-07-20

Changed

  • Check for pre-releases more frequently. 09de3b5
  • Use image digest to check for new version. b066373

Removed

v0.16.0 - 2020-07-15

Added

v0.15.1 - 2020-06-18

Changed

  • Send all git files to build context. 463ca42
  • Move kube specs up one directory. ad3f7aa

Fixed

  • Parse version tags tolerantly. 32c1101

v0.15.0 - 2020-06-18

Added

  • Investigate auto-update feature. #11

Changed

  • Multistage Docker build with dynamic version. bc53b57

Removed

  • Remove environment from payload. #12

v0.14.0 - 2020-06-12

Changed

  • Missing state changes. #10

v0.13.1 - 2020-06-04

Fixed

v0.13.0 - 2020-06-02

Added

  • Add support for signed payloads. #9

0.12.0 - 2020-03-23

Changed

  • Name to k8svent
  • Use Go modules
  • Update Docker base image

0.11.0 - 2019-03-12

Changed

  • k8svent now runs as non-root user in Docker container

0.10.0 - 2018-08-06

Changed

  • Make logs more structured

0.9.0 - 2018-07-03

Added

  • Parse response from posting webhook and include correlation in log

0.8.0 - 2018-06-05

Added

  • Ability to run in a single namespace

0.7.0 - 2018-04-13

Added

  • More logging

Changed

  • Tightened up types

0.6.0 - 2018-03-06

Changed

  • Stop sending pod deleted events

0.5.1 - 2018-03-02

Fixed

  • Crash due to assignment to nil annotation map

0.5.0 - 2018-03-01

Added

  • Cache for k8svent pod annotations

0.4.0 - 2018-03-01

Changed

  • No longer require a global webhook URL

0.3.0 - 2018-02-28

Added

  • Resources and instructions for deploying to Kubernetes clusters
  • Support per-pod environment via annotation #4

0.2.0 - 2018-02-08

Added

  • You can provide pod-specific webhook URLS in the

0.1.0 - 2018-01-04

Added

  • Everything