From d145e37250b8f075cb45175d1ca1ba00fe247604 Mon Sep 17 00:00:00 2001 From: Curtis Mattoon Date: Sat, 13 Apr 2019 18:23:37 -0400 Subject: [PATCH] Release 0.1.7 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- aws-ssm/Chart.yaml | 4 ++-- aws-ssm/values.yaml | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4480584..1edee99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,28 @@ 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 -------------------- @@ -11,11 +30,12 @@ - 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 diff --git a/aws-ssm/Chart.yaml b/aws-ssm/Chart.yaml index 78cdcf4..0e7093a 100644 --- a/aws-ssm/Chart.yaml +++ b/aws-ssm/Chart.yaml @@ -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 diff --git a/aws-ssm/values.yaml b/aws-ssm/values.yaml index 61e036c..8264c78 100644 --- a/aws-ssm/values.yaml +++ b/aws-ssm/values.yaml @@ -10,7 +10,7 @@ aws: # Docker Image to use image: name: cmattoon/aws-ssm - tag: v0.1.6 + tag: v0.1.7 ## RBAC rbac: