Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 710 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 710 Bytes
Changelog
=========

[0.1.3] - 2018-07-24
--------------------
### Added
- Docker multi-stage build (copies only the aws-ssm binary): 330MB -> 12MB

[0.1.2] - 2018-07-23
--------------------
### Security
- Removed a debug message that was dumping Secrets as %v. Plaintext values were logged
as a series of byte values

### Added
- Reasonable defaults for ENV in Dockerfile

### Other
- Testing .travis.yml


[0.1.1] - 2018-07-23
--------------------
### Added
- Some basic tests

### Fixed
- Set Go @ v1.10-alpine

### Removed [Security]
- References to kubeconfig in Helm chart (still needed outside the cluster, though)


[0.1.0] - 2018-07-22
--------------------
- Initial Release