1.7.0 (2023-08-23)
- serverless upgrade (40c1d48)
1.6.0 (2023-05-05)
- trigger travis build (bd4bd27)
- trigger travis build (7898032)
- update node engine restriction (8625cf5)
1.5.0 (2022-12-01)
- travis node versions (87f13de)
1.4.3 (2022-12-01)
- empty commit to force a package build (da35fb3)
1.4.2 (2022-06-24)
1.4.1 (2020-10-14)
- update packages for vulnerabilities (6b370e7)
1.4.0 (2020-10-14)
- remove package lock (a551fbc)
- revert tags (ed112f6)
- store string list as comma separated array (dad012d)
- add support for string list and tags (9674a5d)
1.3.0 (2020-07-22)
- log statement (c2e7a71)
- add enabled/disabled control on each param (61b30f7)
1.2.2 (2020-04-21)
- update packages for vulns (95254cc)
1.2.1 (2020-04-03)
- improve messaging when no SSM updates are performed (0bb5a6b)
- remove spacing that causes table to be misaligned (764cfbf)
1.2.0 (2020-04-03)
- failing unit test due to typing issue (73318e2)
1.1.5 (2020-04-02)
- serialized YAML does not match original YAML definition (5c43a75)
1.1.4 (2020-04-02)
- allow param
value
to bestring | object
(629eaaa)
1.1.3 (2020-04-01)
- downgrade minimum Node version to 10 (7324bea)
1.1.2 (2020-04-01)
- ensure cloud formation description is respected if existing (13064d0)
1.1.1 (2020-04-01)
- account for SSM.GetParameters only taking max 10 names as input (e3dea89)
1.1.0 (2020-03-31)
- add option to publish Cloud Formation Output to SSM (d1283bd)
- improve granularity of control over CF output publishing (437f02f)
1.0.2 (2020-03-30)
- fix typo in semantic-release settings to publish changelog (bcc191a)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Extended CLI usage - Allowing you to publish specific params to SSM using the cli
- SSM parameter publishing - This releases the first version of serverless-ssm-publish, allowing you to publish parameters to SSM from your serverless.yaml.