Skip to content

v3.1.6

Compare
Choose a tag to compare
@jmejco jmejco released this 02 Sep 06:15
· 11 commits to main since this release
6911cbe

If deploying v3.1.6 directly to your environment

Follow along the self-paced workshop for deployment and use case flow instructions

If upgrading from v3.1.5 or older to v3.1.6, please read below

If you have already deployed an older version to your environment, follow the below steps to update your deployment:

  1. Make a backup of config/env.yaml (or) a different configuration file if you are using a different name for your environment.
  2. Update your repository with the latest code from v3.1.6
  3. Overwrite the values specific to your environment in config/env.yaml with values from your backed up config/env.yaml
  4. Still at the root of the project, run yarn install --frozen-lock-file to install the new dev dependencies introduced in this release
  5. Still at the root of the project, run yarn cdk-synth-env and validate that the synth is successful
  6. Push the updated code to your repo using instructions from here
  7. This will automatically trigger the pipeline to deploy v3.1.6 to your environment

What's Changed

  • Fixes exception handling by using the SDK provided named exceptions
  • Refactors logging constructs to allow config provided log level setting for core and current config import lambda functions
  • Updates all Lambda runtimes to NodeJS 16.
  • For detailed descriptions of these changes, see #93

Full Changelog: v3.1.5...v3.1.6