Skip to content

Latest commit

 

History

History
197 lines (96 loc) · 8.12 KB

CHANGELOG.md

File metadata and controls

197 lines (96 loc) · 8.12 KB

1.7.0 (2023-08-23)

Features

1.6.0 (2023-05-05)

Bug Fixes

Features

1.5.0 (2022-12-01)

Bug Fixes

Features

1.4.3 (2022-12-01)

Bug Fixes

  • empty commit to force a package build (da35fb3)

1.4.2 (2022-06-24)

Bug Fixes

1.4.1 (2020-10-14)

Bug Fixes

  • update packages for vulnerabilities (6b370e7)

1.4.0 (2020-10-14)

Bug Fixes

  • remove package lock (a551fbc)
  • revert tags (ed112f6)
  • store string list as comma separated array (dad012d)

Features

  • add support for string list and tags (9674a5d)

1.3.0 (2020-07-22)

Bug Fixes

Features

  • add enabled/disabled control on each param (61b30f7)

1.2.2 (2020-04-21)

Bug Fixes

  • update packages for vulns (95254cc)

1.2.1 (2020-04-03)

Bug Fixes

  • improve messaging when no SSM updates are performed (0bb5a6b)
  • remove spacing that causes table to be misaligned (764cfbf)

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)

1.1.5 (2020-04-02)

Bug Fixes

  • serialized YAML does not match original YAML definition (5c43a75)

1.1.4 (2020-04-02)

Bug Fixes

  • allow param value to be string | object (629eaaa)

1.1.3 (2020-04-01)

Bug Fixes

  • downgrade minimum Node version to 10 (7324bea)

1.1.2 (2020-04-01)

Bug Fixes

  • ensure cloud formation description is respected if existing (13064d0)

1.1.1 (2020-04-01)

Bug Fixes

  • account for SSM.GetParameters only taking max 10 names as input (e3dea89)

1.1.0 (2020-03-31)

Features

  • 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)

Bug Fixes

  • fix typo in semantic-release settings to publish changelog (bcc191a)

Changelog

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.

[Unreleased]

  • Extended CLI usage - Allowing you to publish specific params to SSM using the cli

[1.0.0] - 2020-03-27

Added

  • SSM parameter publishing - This releases the first version of serverless-ssm-publish, allowing you to publish parameters to SSM from your serverless.yaml.

Changed

Deprecated

Removed

Fixed

Security

[0.0.1] - 2019-08-13

Added

Changed

Deprecated

Removed

Fixed

Security