Skip to content

Releases: zlatko-ms/envarfiles

Release V3.0

31 May 08:52
Compare
Choose a tag to compare

Release 3.0

Fixes

  • action execution fixed from v2.0

Enhancements

  • ability to define the separator on nested properties gathered from structured formats (json, yaml)
  • improved documentation

Internals

  • rework in build and integration tests processes

Envarfiles v2.0

26 May 17:03
a7f967f
Compare
Choose a tag to compare

Env Var Files V2.0

Enhancements

  • support of JSON files
  • support of YAML files
  • possibility to select the variables for import
  • more usage examples in the doc

Technical Aspects

  • full rewrite in Python, unit tests with high coverage
  • Integration tests for all of use cases

Breaking Changes

  • The default value of the override flag has been changed to "false".
  • The parameter "logs" has been deleted as it is hardly useful at this stage

initial release

22 May 12:40
Compare
Choose a tag to compare

Initial release of the varfiletoenv GitHub action allowing to define and to override GitHub workflow environment variables from definitions located in files tracked under the source control tree.

You can use this action to centralize the workflow env var management in order to :

  • avoid duplication of variables between workflows
  • seamlessly use the variables from your source code or from the GitHub workflows