All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Update Docker base images. 4bd3a7e
- Change correlation-id to correlation_id. dfd740c
v0.17.0 - 2020-07-20
- Remove deprecated specs. 5cb3e98
v0.16.0 - 2020-07-15
- Send deleted pods. 99f2d81
v0.15.1 - 2020-06-18
- Parse version tags tolerantly. 32c1101
v0.15.0 - 2020-06-18
- Investigate auto-update feature. #11
- Multistage Docker build with dynamic version. bc53b57
- Remove environment from payload. #12
v0.14.0 - 2020-06-12
- Missing state changes. #10
v0.13.1 - 2020-06-04
- Fix signature header. 729ae2b
v0.13.0 - 2020-06-02
- Add support for signed payloads. #9
0.12.0 - 2020-03-23
- Name to k8svent
- Use Go modules
- Update Docker base image
0.11.0 - 2019-03-12
- k8svent now runs as non-root user in Docker container
0.10.0 - 2018-08-06
- Make logs more structured
0.9.0 - 2018-07-03
- Parse response from posting webhook and include correlation in log
0.8.0 - 2018-06-05
- Ability to run in a single namespace
0.7.0 - 2018-04-13
- More logging
- Tightened up types
0.6.0 - 2018-03-06
- Stop sending pod deleted events
0.5.1 - 2018-03-02
- Crash due to assignment to nil annotation map
0.5.0 - 2018-03-01
- Cache for k8svent pod annotations
0.4.0 - 2018-03-01
- No longer require a global webhook URL
0.3.0 - 2018-02-28
- Resources and instructions for deploying to Kubernetes clusters
- Support per-pod environment via annotation #4
0.2.0 - 2018-02-08
- You can provide pod-specific webhook URLS in the
0.1.0 - 2018-01-04
- Everything