github cloudposse/atmos v1.83.1

3 days ago
Auto completion for zsh devcontainer @osterman (#639) ## what - Add autocompletion while you type

why

  • Better DX (less typing)

demo

image
Add docker image @osterman (#627) ## what - Add a docker image for Atmos - Bundle typcal dependencies - Multi-architecture build for ARM64 and AMD64

why

  • Make it easier to get up and running with Atmos
Introduce License Check @osterman (#638) ## what

Check for approved licenses

why

Avoid accidentally introducing code that is non-permissively licensed

Fix Codespace url @osterman (#637) ## what
  • Update to Codespace URL for main branch

why

  • It was pointed to an older reorg branch
Reorganize Documentation For a Better Learning Journey @osterman (#612) ## what - Rename top menu items to "Learn" and "Reference" - Move community to the left, remove discussions and add contributing - Introduce sidebar sections, so that content is further left-justified - Consolidate Terraform content into one section to tell a better story about how to use Terraform with Atmos.

why

  • Reorganize Atmos Docs to better help developers on their learning journey

Note

🚀 Enhancements

Don't copy unix sockets in `atmos describe affected` command @aknysh (#640) ## what
  • Don't copy unix sockets when executing atmos describe affected command
  • Fix some links (left over after renaming examples/quick-start to examples/quick-start-advanced)

why

  • Sockets are not regular files, and if someone uses tools like git-fsmonito and executes atmos describe affected command, the following error will be thrown:
open .git/fsmonitor--daemon.ipc: operation not supported on socket

Don't miss a new atmos release

NewReleases is sending notifications on new releases.