Skip to content

Commit 53e4a82

Browse files
committed
Add functions info to the README and the CHANGELOG
1 parent 69dfc45 commit 53e4a82

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## 3.x
44

55
Helm 2 support is dropped and dependencies on its api were removed. This means helm extensions to go templates
6-
are not supported by this plugin, since the helm engine funcMap is now private.
6+
are not supported by this plugin, since the helm engine funcMap is now private. The functions from the
7+
[sprig](http://masterminds.github.io/sprig/) are now used instead.
78

89
## 2.0.x
910

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![CircleCI](https://circleci.com/gh/codacy/helm-ssm.svg?style=svg)](https://circleci.com/gh/codacy/helm-ssm)
55

66
This is a **helm3** plugin to help developers inject values coming from AWS SSM
7-
parameters, on the `values.yaml` file.
7+
parameters, on the `values.yaml` file. It also leverages the wonderful [sprig](http://masterminds.github.io/sprig/)
8+
package, thus making all its functions available when parsing.
89

910
Since **helm2 is deprecated** the current version of the plugin only supports helm3. The last version
1011
to support helm2 is [v2.2.1](https://github.com/codacy/helm-ssm/releases/tag/2.2.1). There will be

0 commit comments

Comments
 (0)