Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency defenseunicorns/lula to v0.8.0 (#841)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [defenseunicorns/lula](https://redirect.github.com/defenseunicorns/lula) | minor | `v0.7.0` -> `v0.8.0` | --- ### Release Notes <details> <summary>defenseunicorns/lula (defenseunicorns/lula)</summary> ### [`v0.8.0`](https://redirect.github.com/defenseunicorns/lula/releases/tag/v0.8.0) [Compare Source](https://redirect.github.com/defenseunicorns/lula/compare/v0.7.0...v0.8.0) This release adds multiple capabilities of focus for iteration in the near future. Console support for editing existing control description/remarks in a component definition is now supported. Adding some guardrails to `template` such that we can add structure to configuration inputs and also mask/ignore templating of sensitive variables was a target. Couple with that `template` also supports rendering remote resources from network locations. lastly - as we iterate towards trust and reproducible behaviors - we added the ability to start collecting evidence payloads with the `--save-resources` flag in the `validate` command. This release also included a few bug fixes for whitespace management. ##### ⚠ BREAKING CHANGES - **template:** introducing variables and sensitive configuration ([#​672](https://redirect.github.com/defenseunicorns/lula/issues/672)) ##### Features - **console:** editing a component definition ([#​648](https://redirect.github.com/defenseunicorns/lula/issues/648)) ([ae06e27](https://redirect.github.com/defenseunicorns/lula/commit/ae06e27869043270647670693df342710e3d4390)) - **template:** enable remote file templating ([#​680](https://redirect.github.com/defenseunicorns/lula/issues/680)) ([f16bcf6](https://redirect.github.com/defenseunicorns/lula/commit/f16bcf64134ab3eda904b40d26e72c19cd96be9b)) - **template:** introducing variables and sensitive configuration ([#​672](https://redirect.github.com/defenseunicorns/lula/issues/672)) ([5d1f232](https://redirect.github.com/defenseunicorns/lula/commit/5d1f23257ba7f11508a90c883b152349bcc2d7fd)) - **validate:** save validation resources ([#​612](https://redirect.github.com/defenseunicorns/lula/issues/612)) ([7b9a771](https://redirect.github.com/defenseunicorns/lula/commit/7b9a771852349903025d5d733f0d71fab5133daa)) ##### Bug Fixes - cleaned whitespace+newline in rego ([#​671](https://redirect.github.com/defenseunicorns/lula/issues/671)) ([ac7039d](https://redirect.github.com/defenseunicorns/lula/commit/ac7039d2222177869e4cf4db544b90a762aa1a0c)) - trim whitespace bug ([#​677](https://redirect.github.com/defenseunicorns/lula/issues/677)) ([e30a824](https://redirect.github.com/defenseunicorns/lula/commit/e30a8247123ea4bbdf0a582964dfe4ff81aac9f1)) ##### Miscellaneous - **codeowners:** update codeowners to reflect current team ([#​663](https://redirect.github.com/defenseunicorns/lula/issues/663)) ([7fceaf6](https://redirect.github.com/defenseunicorns/lula/commit/7fceaf67145c38933e2f8b61177e31ff7c8a84e2)) - **deps:** update actions/checkout action to v4.2.0 ([#​681](https://redirect.github.com/defenseunicorns/lula/issues/681)) ([187b8a2](https://redirect.github.com/defenseunicorns/lula/commit/187b8a2da0545fc78ba56f051bfd6bd19583f3ce)) - **deps:** update actions/github-script digest to [`660ec11`](https://redirect.github.com/defenseunicorns/lula/commit/660ec11) ([#​669](https://redirect.github.com/defenseunicorns/lula/issues/669)) ([ea40e70](https://redirect.github.com/defenseunicorns/lula/commit/ea40e70cd84d3cfd1889c9b0d2e27b49d171ce44)) - **deps:** update actions/setup-node action to v4.0.4 ([#​674](https://redirect.github.com/defenseunicorns/lula/issues/674)) ([643d502](https://redirect.github.com/defenseunicorns/lula/commit/643d502278a187a90c643bb76c50373f2c7d6117)) - **deps:** update github.com/charmbracelet/x/exp/teatest digest to [`227168d`](https://redirect.github.com/defenseunicorns/lula/commit/227168d) ([#​666](https://redirect.github.com/defenseunicorns/lula/issues/666)) ([6bc23e3](https://redirect.github.com/defenseunicorns/lula/commit/6bc23e3109d6e415668209ca3dfc59064fd019f1)) - **deps:** update github/codeql-action action to v3.26.8 ([#​673](https://redirect.github.com/defenseunicorns/lula/issues/673)) ([0ca43a1](https://redirect.github.com/defenseunicorns/lula/commit/0ca43a1570867b2d8d49429d92cc18b30bbfc26c)) - **deps:** update github/codeql-action action to v3.26.9 ([#​679](https://redirect.github.com/defenseunicorns/lula/issues/679)) ([20bdbcd](https://redirect.github.com/defenseunicorns/lula/commit/20bdbcd80ad877bac149d249c4e931eb1fc43e33)) #### What's Changed - fix: cleaned whitespace+newline in rego by [@​meganwolf0](https://redirect.github.com/meganwolf0) in [https://github.com/defenseunicorns/lula/pull/671](https://redirect.github.com/defenseunicorns/lula/pull/671) - chore(deps): update actions/github-script digest to [`660ec11`](https://redirect.github.com/defenseunicorns/lula/commit/660ec11) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/lula/pull/669](https://redirect.github.com/defenseunicorns/lula/pull/669) - chore(deps): update github.com/charmbracelet/x/exp/teatest digest to [`227168d`](https://redirect.github.com/defenseunicorns/lula/commit/227168d) by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/lula/pull/666](https://redirect.github.com/defenseunicorns/lula/pull/666) - chore(codeowners): update codeowners to reflect current team by [@​brandtkeller](https://redirect.github.com/brandtkeller) in [https://github.com/defenseunicorns/lula/pull/663](https://redirect.github.com/defenseunicorns/lula/pull/663) - chore(deps): update github/codeql-action action to v3.26.8 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/lula/pull/673](https://redirect.github.com/defenseunicorns/lula/pull/673) - chore(deps): update actions/setup-node action to v4.0.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/lula/pull/674](https://redirect.github.com/defenseunicorns/lula/pull/674) - fix: trim whitespace bug by [@​CloudBeard](https://redirect.github.com/CloudBeard) in [https://github.com/defenseunicorns/lula/pull/677](https://redirect.github.com/defenseunicorns/lula/pull/677) - feat(console): component definition write by [@​meganwolf0](https://redirect.github.com/meganwolf0) in [https://github.com/defenseunicorns/lula/pull/648](https://redirect.github.com/defenseunicorns/lula/pull/648) - feat(validate): save validation resources by [@​meganwolf0](https://redirect.github.com/meganwolf0) in [https://github.com/defenseunicorns/lula/pull/612](https://redirect.github.com/defenseunicorns/lula/pull/612) - feat(template)!: introducing variables and sensitive configuration by [@​meganwolf0](https://redirect.github.com/meganwolf0) in [https://github.com/defenseunicorns/lula/pull/672](https://redirect.github.com/defenseunicorns/lula/pull/672) - feat(template): enable remote file templating by [@​brandtkeller](https://redirect.github.com/brandtkeller) in [https://github.com/defenseunicorns/lula/pull/680](https://redirect.github.com/defenseunicorns/lula/pull/680) - chore(deps): update github/codeql-action action to v3.26.9 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/lula/pull/679](https://redirect.github.com/defenseunicorns/lula/pull/679) - chore(deps): update actions/checkout action to v4.2.0 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/defenseunicorns/lula/pull/681](https://redirect.github.com/defenseunicorns/lula/pull/681) - chore(main): release 0.8.0 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/defenseunicorns/lula/pull/665](https://redirect.github.com/defenseunicorns/lula/pull/665) **Full Changelog**: defenseunicorns/lula@v0.7.0...v0.8.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chance <[email protected]>
- Loading branch information