Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmattoon committed Jan 26, 2019
1 parent 1914fd3 commit 1532f64
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
=========
[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.

[0.1.4] - 2018-09-11
--------------------
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go install -v ./...
## Stage 2
FROM library/alpine
LABEL org.label-schema.schema-version = "1.0.0"
LABEL org.label-schema.version = "0.1.4"
LABEL org.label-schema.version = "0.1.5"
LABEL org.label-schema.name = "aws-ssm"
LABEL org.label-schema.description = "Updates Kubernetes Secrets with AWS SSM Parameters"
LABEL org.label-schema.vendor = "com.cmattoon"
Expand Down
2 changes: 1 addition & 1 deletion aws-ssm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: v1
description: Dynamic secret management for Kubernetes
name: aws-ssm
version: 0.1.4
version: 0.1.5
2 changes: 1 addition & 1 deletion aws-ssm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ replicas: 1
# Docker image for aws-ssm
image:
name: cmattoon/aws-ssm
tag: v0.1.3
tag: v0.1.5
# Pod Resources
resources: {}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5

0 comments on commit 1532f64

Please sign in to comment.