Skip to content
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

Closed
UncleGedd opened this issue Mar 22, 2024 · 1 comment · Fixed by #2414
Closed

TextTemplate type is no longer public #2395

UncleGedd opened this issue Mar 22, 2024 · 1 comment · Fixed by #2414

Comments

@UncleGedd
Copy link
Contributor

Description

When upgrading Zarf to 0.32.6, it looks like the TextTemplate type which was formerly in utils has been moved to internal/packager/template. This breaks Zarf library code (ie. maru-runner) that is using the TextTemplate type

@UncleGedd
Copy link
Contributor Author

Same for ReplaceTextTemplate

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 <lucas.rodriguez9616@gmail.com>
Co-authored-by: Austin Abro <37223396+AustinAbro321@users.noreply.github.com>
Co-authored-by: razzle <razzle@defenseunicorns.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant