Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cmattoon committed Apr 13, 2019
1 parent 0305434 commit d145e37
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,41 @@
Changelog
=========

[0.1.7] - 2019-04-13
--------------------
### Changed
- SSL Mount paths are now configurable
- 'make push-container' -> 'make push'

### Added
- Shorter annotations
- Lots of metadata/labels
- Proper examples

### Fixed
- Made alpine version explicit in Dockerfile (alpine:3.7)
- Makefile cleanup

### Removed
- Default values for AWS_SECRET_KEY, AWS_ACCESS_KEY

[0.1.6] - 2019-03-04
--------------------
### Added
- aws-iam-authenticator for AWS EKS Support [Issue #16]
- aws-iam-authenticator for AWS EKS Support [Issue #16] (@SalmaCodes)

[0.1.5] - 2019-01-25
--------------------
### Fixed
- Issue #9 - Now supports `SSM.GetParametersByPath`. Naming secrets like paths will allow storing multiple values per Secret.
- Issue #14 - Changed `log.Fatalf` to `log.Errorf` when there's a permission error on `GetParameter`. The restricted value
will simply be skipped instead of the Pod entering a crashloop.
- AWS Environment vars now stored in a Secret (@signaleleven)

[0.1.4] - 2018-09-11
--------------------
### Fixed
- Add ca-certificates package to final alpine image [Issue #7]
- Add ca-certificates package to final alpine image [Issue #7] (@cmosetick)
- Add Volume (Type=hostPath) for /etc/ssl/certs, to ensure AWS roots are available [Issue #7]

[0.1.3] - 2018-07-24
Expand Down
4 changes: 2 additions & 2 deletions aws-ssm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v1
description: Dynamic secret management for Kubernetes
name: aws-ssm
version: 0.1.6
appVersion: 0.1.6
version: 0.1.7
appVersion: 0.1.7
keywords:
- aws
- secret
Expand Down
2 changes: 1 addition & 1 deletion aws-ssm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aws:
# Docker Image to use
image:
name: cmattoon/aws-ssm
tag: v0.1.6
tag: v0.1.7

## RBAC
rbac:
Expand Down

0 comments on commit d145e37

Please sign in to comment.