Skip to content

v0.4.0

Compare
Choose a tag to compare
@dragonraid dragonraid released this 08 Sep 10:55
· 136 commits to main since this release
3454ee7

What's Changed

  • add .github/workflows/slack.yaml workflow
  • .github/workflows/build_docker_image_and_push_to_ecr.yaml:
    • slackChannelId and slackToken is optional. Not providing slackChannelId will disable sending notification
    • add dockerContext input
    • add nvmrcPath input
  • .github/workflows/create_changelog.yaml
    • fix typo in changelogScopes input's description
  • .github/workflows/deploy_cloudformation.yaml
    • slackChannelId and slackToken is optional. Not providing slackChannelId will disable sending notification
    • add revision input
    • optionally package cloudformation template if s3Bucket input is provided
    • skip session tagging
    • add revision tag to cloudformation deploy
    • tweak slack message
  • .github/workflows/deploy_helmfile.yaml
    • slackChannelId and slackToken is optional. Not providing slackChannelId will disable sending notification
    • rename imageTag input to revision
    • add helmfileCommand input
    • tweak slack message
  • .github/workflows/get_values.yaml
    • formatting
  • .github/workflows/sync_branches.yaml
    • add slackChannelId and revision inputs

Full Changelog: v0.3.1...v0.4.0