Skip to content

Releases: seznam/goenvtemplator

Release v2.1.0

18 Aug 13:37
Compare
Choose a tag to compare
  • Upgrade to go 1.16
  • Migrated from glide to go mod
  • Upgrade sprig library to 2.22.0
  • Allow file paths to be relative

Release v2.0.0

05 Nov 17:07
d0902cf
Compare
Choose a tag to compare

Changes since v1.1.0

  • (#4) Added Sprig templating
    BREAKING CHANGES:

  • {{ .NonExistsent }} resolves to empty string
    Before
    {{ .NonExistsent }} => <no-value>
    After
    {{ .NonExistsent }} => ``

  • function default is used from Sprig and has another params
    Before:
    default (env "VAR") "10"
    After
    env "VAR" | default "10"

  • Binary name changed to goenvtemplator2 to support dual installation of both major versions.

  • Fixed #8 via #9, this change required to change behaviour of .NONEXISTING elements which now raise an error.

  • DEPRECATION: require built-in function is now deprecated; use required built-in instead.

  • Added required built-in function (same as helm).

  • Added envall built-in function.

  • Added -delim-left and -delim-right options.

  • Updated godotenv version.

Release v2.0.0-rc4

17 Oct 07:20
Compare
Choose a tag to compare

Changes since 2.0.0-rc3

  • DEPRECATION: require built-in function is now deprecated; use required built-in instead.
  • Added required built-in function (same as helm).
  • Added envall built-in function.
  • Added -delim-left and -delim-right options.
  • Updated godotenv version.

Release v2.0.0-rc3

10 Jul 08:56
Compare
Choose a tag to compare
Release v2.0.0-rc3 Pre-release
Pre-release

Changes since 2.0.0-rc1

  • Binary name changed to goenvtemplator2 to support dual installation of both major versions.
  • Fixed #8 via #9, this change required to change behaviour of .NONEXISTING elements which now raise an error.

Release v2.0.0-rc1

12 Apr 08:30
Compare
Choose a tag to compare
Release v2.0.0-rc1 Pre-release
Pre-release

Changes since 1.1.0

  • (#4) Added Sprig templating
    BREAKING CHANGES:

  • {{ .NonExistsent }} resolves to empty string
    Before
    {{ .NonExistsent }} => <no-value>
    After
    {{ .NonExistsent }} => ``

  • function default is used from Sprig and has another params
    Before:
    default (env "VAR") "10"
    After
    env "VAR" | default "10"

Release v1.1.0

23 Nov 18:09
Compare
Choose a tag to compare

Changes since 1.0.0

  • (#2) Removed hardcoded ALWAYS_THERE env variable
  • (#3) Added new command line argument env-file
  • (#2) Tests refactored to be table driven
  • Removed dbuilder packaging
  • Added glide package management

v1.0.0

01 Feb 16:44
Compare
Choose a tag to compare
Release v1.0.0