Skip to content
Snippets Groups Projects
HISTORY.rst 1.25 KiB
Newer Older
Florent Aide's avatar
Florent Aide committed
*******
HISTORY
*******

Florent Aide's avatar
Florent Aide committed
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.
Florent Aide's avatar
Florent Aide committed
- 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

Florent Aide's avatar
Florent Aide committed
3.1.4 (2022-09-15)
==================

Florent Aide's avatar
Florent Aide committed
WARNING: this version does not change anything functionally BUT the output is
Florent Aide's avatar
Florent Aide committed
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
Florent Aide's avatar
Florent Aide committed
- updated yaml dependency to gopkg.in/yaml.v3 after discovering vulnerabilities
Florent Aide's avatar
Florent Aide committed
  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