-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TextTemplate type is no longer public #2395
Labels
Comments
Same for |
5 tasks
Noxsios
added a commit
that referenced
this issue
Apr 22, 2024
## Description Part of the actions refactor (split to reduce review time). This PR splits variables into it's own library that does not depend on Zarf specific code, fixes a bug with the new Helm Chart variables injection and overhauls the variables docs to be more readable and understandable and to include information on internal variables and the Helm Chart variables. ## Related Issue Relates to #2253 Fixes #2395 Fixes #1374 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Lucas Rodriguez <[email protected]> Co-authored-by: Austin Abro <[email protected]> Co-authored-by: razzle <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When upgrading Zarf to 0.32.6, it looks like the
TextTemplate
type which was formerly inutils
has been moved tointernal/packager/template
. This breaks Zarf library code (ie. maru-runner) that is using theTextTemplate
typeThe text was updated successfully, but these errors were encountered: