******* HISTORY ******* 3.1.6 (2022-11-05) ================== - skipped 3.1.5 because it was on golang 1.19.2 and contained a vulnerability upgraded to golang 1.19.3. See https://pkg.go.dev/vuln/GO-2022-1095 for more info. - multiple inherit support for beaver files - can now disable a chart - support to rename a chart in the beaver definition with the `name` key allowing to use `-` in produced names - hydrate function now allows for non string variables in beaver variables - move to go1.19+ to fix some CVEs - added govulncheck to our ci toolchain 3.1.4 (2022-09-15) ================== WARNING: this version does not change anything functionally BUT the output is now always "properly" indented (as per our yaml lib) and this may change your output even if no source is changed on your side. We greatly advise to run a beaver build on your beaver project with NO other change than the beaver version and review the results. - tooling now has a `task vulncheck` which tries and find golang vulnerabilities for our project - updated yaml dependency to gopkg.in/yaml.v3 after discovering vulnerabilities in the yaml.v2 lib we used 3.1.3 (2022-09-14) ================== - dry run: fix a nil pointer exception due to the dry run returning nil as an openfile