Skip to main content

17 posts tagged with "Bug Fix"

Bug fixes

View All Tags

Fixed: Describe Affected Now Detects Component File Changes

· 2 min read
Andriy Knysh
Principal Architect @ Cloud Posse

Atmos now correctly detects component file changes when running atmos describe affected. A regression introduced in v1.195.0 caused changes to Terraform, Helmfile, or Packer component files to not be detected when atmos.yaml was located in a subdirectory of the git repository (e.g., when using atmos -C path/to/project).

Fixed: !terraform.state with Disabled Workspaces

· 2 min read
Andriy Knysh
Principal Architect @ Cloud Posse

The !terraform.state YAML function now correctly reads Terraform state when workspaces are disabled (components.terraform.workspaces_enabled: false in atmos.yaml). Previously, Atmos looked for state files in the wrong location, causing the function to fail.