Skip to content

v2.1.0

Compare
Choose a tag to compare
@yhakbar yhakbar released this 03 Jul 20:24
· 99 commits to main since this release
a3d2411

What's Changed

Take special note of the changes in #45. It introduces significant changes to how Pipelines workflows operate, and should be evaluated carefully when considering an upgrade to this release.

In particular, #45 changes the behavior of the EnvCommonChanged job. Pipelines Orchestrate will no longer emit a single job for each AWS account, looking for relevant updates to an _envcommon file that has changed. Instead, a single job will be emitted from the root of the repository that will look for changes throughout the repository. This change leverages the new capabilities released as of v2.0.0 where Terragrunt will dynamically assume the correct role in a given directory through integration with Pipelines.

Changelog

  • fix: Adjusting delegated workflow so that it uses dynamic authentication too by @yhakbar in #44
  • feat: Bumping Pipelines CLI to v0.15.1 by @yhakbar in #45
  • chore: Pin actions version by @yhakbar in #46

Full Changelog: v1.6.0...v2.1.0