github cloudposse/atmos v1.97.0

latest releases: v1.98.0, v1
11 hours ago
Add support for remote validation schemas @haitham911 (#731)

What

  • Add support for remote schemas in atmos for manifest validation
  • Updated schemas configuration to allow referencing remote schema files, e.g.:
    schemas:
      atmos:
        manifest: "https://atmos.tools/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json"

Why

  • This reduces redundancy, the schema file can be referenced remotely .
Do not process stack configs when executing command `atmos vendor pull` and the `--stack` flag is not specified @haitham911 (#740)

what

  • Do not process stack configs when executing command atmos vendor pull and the --stack flag is not specified

why

  • Atmos vendor should not require stack configs if the stack flag is not provided

Don't miss a new atmos release

NewReleases is sending notifications on new releases.