> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 008 - Stack Tab, VCS Import, and Component Build Updates

> New stack management features, VCS connection importing, and improved component build system

*May 27th, 2025*

<div className="badge badge--primary">v0.19.576</div>

## Install Stacks

You can now view and interact with versions of an install's stack.

<img src="https://mintcdn.com/nuoninc/9iPczvWtZjaPMqNy/updates/assets/stacks-screenshot.png?fit=max&auto=format&n=9iPczvWtZjaPMqNy&q=85&s=c7a554f48bbcd40c32ee441580710890" alt="" width="1984" height="488" data-path="updates/assets/stacks-screenshot.png" />

## Import a VCS Connection

You can now import a VCS connection into your org. This is useful for sharing the same Github installation of between
different Nuon orgs.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/2025-05-27-16-13-26.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=a4c40a6c3297dcd8edfcda2a6d2eb6b9" alt="" width="1984" height="1546" data-path="updates/assets/2025-05-27-16-13-26.png" />

## Refactored component build checksum

We have updated the logic for determining when component builds are triggered.
The checksum calculation now relies on the contents of the component configuration
file rather than the previous method.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/2025-05-27-16-12-51.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=aa9c4f3b9ebe5ed3a6f2ca84c3260304" alt="" width="1984" height="830" data-path="updates/assets/2025-05-27-16-12-51.png" />

<Note>
  Please note that this change is not backwards
  compatible and will require a rebuild of all components during your first file sync
  following this update.
</Note>

## Bug Fixes

* Fixed an issue where cancelling a workflow could leave a component undeployable.
* Fixed an issue where deprovisioning an install failed to find the latest deploy.
* Fixed an issue where a failed provision on the first run would prevent future stack runs from getting to a healthy runner.
