Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 06:32
Immutable release. Only release title and notes can be modified.
b12e5bf

What's Changed

New Features

  • Add diff --external and unify diff with jsondiff by @fujiwara in #601
  • Support subcommand-specific flags in option file via unified CLIOptions by @fujiwara in #614
  • Add --mask to hide sensitive values in diff and render output by @fujiwara in #615
    • Original: Add diff --mask to hide sensitive values in diff output #613 @ijin

Fixes

  • fix: sort VPC subnet/security group IDs in diff by @draftcode in #600
  • Replace log.Printf with slog in cli.go by @fujiwara in #602
  • Fix minor robustness issues and cleanups by @fujiwara in #605
  • Fix diff/render of empty environment variables and mask warning by @fujiwara in #617

Others

  • Exclude GCS and AzureRM tfstate backends from release binaries by @fujiwara in #598
  • Update AWS SDK and replace deprecated EndpointResolver by @fujiwara in #603
  • ci: replace LocalStack with floci by @fujiwara in #604
  • Bump dependencies (combined dependabot updates) by @fujiwara in #612

New Contributors

Full Changelog: v1.4.4...v1.5.0