Skip to content

Releases: RoseSecurity/atmos.nvim

v0.5.0

17 Jan 14:16
252a8e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Nov 20:47
b8c7323
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 Oct 18:15
fafbc85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Sep 14:02
68a438c
Compare
Choose a tag to compare

🚀 To the Moon

This version introduces the ability to validate Atmos stacks within Neovim. It utilizes Atmos' functionality and displays the result of validating a stack!

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Sep 04:30
e78e657
Compare
Choose a tag to compare

🚀 To the Moon

Atmos is a powerful infrastructure-as-code (IaC) tool that simplifies the management of cloud resources across multiple environments. It introduces two key concepts:

Stacks: Configuration blueprints that describe a cohesive collection of components. Stacks automate the deployment, management, and teardown of Terraform resources, ensuring uniform setups across different environments (e.g., development, staging, production).

Components: The building blocks of your infrastructure. Components define the business logic for provisioning common pieces of infrastructure, such as ECR repositories or EKS clusters.

This plugin enhances your Atmos workflow by providing quick and easy navigation of your Atmos stacks and components within Neovim.

Full Changelog: https://github.com/RoseSecurity/atmos.nvim/commits/v0.1.0