Skip to content

Commit

Permalink
Merge pull request #16 from codacy/update-docs
Browse files Browse the repository at this point in the history
doc: Update breaking changelog
  • Loading branch information
rtfpessoa authored Jan 8, 2020
2 parents aa6a1e1 + 8109273 commit e7bd671
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 2.0.0

- Removed `required` field
- Added `default` field.
Now you should explicitly say you want the `default=` (empty string) instead of that being implicit.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Helm SSM Plugin

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d3cd080edd8644e085f2f8adfd43510c)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=codacy/helm-ssm&utm_campaign=Badge_Grade)
[![CircleCI](https://circleci.com/gh/codacy/helm-ssm.svg?style=svg)](https://circleci.com/gh/codacy/helm-ssm)

This is a plugin to help developers inject values coming from AWS SSM
parameters, on the `values.yaml` file.
Expand Down

0 comments on commit e7bd671

Please sign in to comment.