-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
what
- Emit a warning to STDERR that an out-of-date version of atmos is in use
- Support a
atmos.yamlconfiguration setting to specify a list acceptable semver ranges - Use the https://api.github.com/repos/cloudposse/atmos/releases API to determine the latest release satisfying semver ranges
why
Atmos is under active development. Bugs are constantly fixed. Older versions cause grief that could be avoided by upgrading.
example
versions:
- '~> 1.4'
- '! 1.4.2'atmos version
1.4.1atmos terraform plan...
WARNING: Latest version of atmos is 1.4.2; you're using atmos 1.4.1
...Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done