Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 4.96 KB

1.2.0 (2022-03-16)

Features

1.1.0 (2022-03-16)

Bug Fixes

Features

1.0.3 (2022-02-04)

Bug Fixes

  • set the official image name in the docker-compose file (8ea4929)

1.0.2 (2022-02-04)

Bug Fixes

  • add a tag which includes the ghcr.io address (35a38a0)

1.0.1 (2022-02-04)

Bug Fixes

  • add a tag which includes the ghcr.io address (a94327d)
  • add a tag which includes the ghcr.io address (a1c71cb)

1.0.0 (2022-02-04)

Bug Fixes

  • a case sensitive problem (726da71)
  • make sure personal ssm values don't enter docker image (ba64c1c)
  • refactor all the mocks to have consistent naming and layouts (b9a6e93)
  • refactor errors into more managable setup instead of one big mungled file (962d194)
  • remove unused error (14271f0)
  • return true or false if the parameter exists after deletion (b964d8d)
  • the github workflows (cdd8c2b)
  • the github workflows (16a22bf)
  • the log is actually a service, so promote it to being one (b4f42e4)
  • the Router is not a target, it's part of the server (0512dae)
  • update semantic-release configuration (f84d7c6)

Features

  • add specific errors for ssm service (4a39b5d)
  • add tests, and update all errors and code to use the new fs layout (41b5555)
  • implement DeleteParameter (d20f15a)
  • support updating an existing parameter (06780d0)
  • update docker to latest versions of node, change port, add docker compose to run locally (afd3fcb)