You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only test for zarf init and zarf package deploy that do not present upgrades across the package. Zarf should be able to demonstrate an upgrade as well as clean install. We do not need to validate component upgrades otherwise as we already do this ootb with the zarf-registry.
Outcomes:
Keep zarf init workflow that initializes a clean cluster with built-in K3s as well as K3d/KinD
Add a new zarf init workflow that first performs a clean install with the latest release version of zarf and then performs a second zarf init with the current version to verify the upgrade path
The text was updated successfully, but these errors were encountered:
## Description
Introduces a PR check to see if Zarf is upgradeable version over version
## Related Issue
Fixes#679
## Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
## Checklist before merging
- [X] Tests have been added/updated as necessary (add the `needs-tests`
label)
## Description
Introduces a PR check to see if Zarf is upgradeable version over version
## Related Issue
Fixes#679
## Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
## Checklist before merging
- [X] Tests have been added/updated as necessary (add the `needs-tests`
label)
Currently we only test for
zarf init
andzarf package deploy
that do not present upgrades across the package. Zarf should be able to demonstrate an upgrade as well as clean install. We do not need to validate component upgrades otherwise as we already do this ootb with the zarf-registry.Outcomes:
zarf init
workflow that initializes a clean cluster with built-in K3s as well as K3d/KinDzarf init
workflow that first performs a clean install with the latest release version of zarf and then performs a secondzarf init
with the current version to verify the upgrade pathThe text was updated successfully, but these errors were encountered: