Releases: mysense-ai/ServerlessPlugin-SSMPublish
Releases · mysense-ai/ServerlessPlugin-SSMPublish
v1.2.0
1.2.0 (2020-04-03)
Bug Fixes
- failing unit test due to typing issue (73318e2)
Features
- add npm packages (278b6b3)
- display SSM Put & SSM Publish results in markdown table (2a2b48e)
v1.1.5
1.1.5 (2020-04-02)
Bug Fixes
- serialized YAML does not match original YAML definition (5c43a75)
v1.1.4
1.1.4 (2020-04-02)
Bug Fixes
- allow param
value
to be string | object
(629eaaa)
v1.1.3
1.1.3 (2020-04-01)
Bug Fixes
- downgrade minimum Node version to 10 (7324bea)
v1.1.2
1.1.2 (2020-04-01)
Bug Fixes
- ensure cloud formation description is respected if existing (13064d0)
v1.1.1
1.1.1 (2020-04-01)
Bug Fixes
- account for SSM.GetParameters only taking max 10 names as input (e3dea89)
v1.1.0
1.1.0 (2020-03-31)
Bug Fixes
- remove automagical customPrefix setting (736fef3)
Features
- add default prefix for non prefixed paths, custom prefix option (7821e86)
- add option to publish Cloud Formation Output to SSM (d1283bd)
- improve granularity of control over CF output publishing (437f02f)
v1.0.2
1.0.2 (2020-03-30)
Bug Fixes
- fix typo in semantic-release settings to publish changelog (bcc191a)
v1.0.1
1.0.1 (2020-03-30)
Bug Fixes
- yarn.lock: update packages for security issues (c0232ad)
v1.0.0
1.0.0 (2020-03-27)
Features
- SSM parameter publishing - This releases the first version of serverless-ssm-publish, allowing you to publish parameters to SSM from your serverless.yaml.