Releases · VirtusLab/render

v0.3.0

Update dependencies and Go version to 1.17.
Add new custom functions: cidrHost, cidrNetmask, cidrSubnets and cidrSubnetSizes

v0.2.0

v0.1.9

v0.1.8

v0.1.7

Changes:

  • add slack notifications for travis ci
  • bump go version to 1.13
  • add tarballs to releases
  • add snapcraft file

v0.1.6

Changes:

  • add silent mode --silent, -s
  • avoid confusing error messages when empty --config or --var is passed
  • update sprig dependency

v0.1.5

Changes:

  • add n template function
  • fix .gitignore

v0.1.4

Changes:

  • add custom functions: fromYaml, fromJson, jsonPath, writeFile
  • update .travis.yml

v0.1.3

Changes:

  • disable git signing because it always breaks when needed
  • update crypt to v0.1.1
  • improve error handling logging
  • improve logging
  • update Makefile, remove config.env
  • update README.md

v0.1.2

Minor logging/error handling fixes.

Changes:

  • update Makefile, add set_exit_status for golint
  • fix main_test.go after go-extended version bump-
  • add version info to logs
  • add regression test for #11
  • simplify logging in main.go
  • update go-extended dependency to version v0.0.4
  • add version info to logs
  • add a test case, sort imports