Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 21:28
· 76 commits to main since this release
v0.1.0
ed0b8f8

Changelog

  • dcff41d Add shell directive to git_tag
  • e14a856 Added --always flag to git_tag to prevent erroring out
  • 8a1fa52 Added CHANGELOG.md
  • 699ff76 Added Dockerfile and Makefile rule
  • c822531 Added check to remove duplicates in 'inspect' cmd
  • 35ee21b Added consoles substitution to conman plugin
  • 8afcf6f Added dockers to build image and removed unnecessary file
  • 6f027fa Added goreleaser and GitHub workflow
  • a0ee615 Added local Docker container rule for testing locally
  • 84e27d6 Added option to compress and archive multiple generated files
  • e05bd58 Changed binaries rule to include build plugins
  • e044d4b Changed from using multiple plugin paths to just one
  • 6010896 Changed how plugins and tempates are loaded
  • 41c0e24 Changed logic for RunTargets in 'generate' cmd
  • 49fd6fb Changed space indentations to tabs in Makefile
  • 397bfa5 Fixed typo in conman plugin
  • be9db17 Made building pluging and executable prereqs for test rule
  • 8099ca9 Merge branch 'main' into docker
  • 0d4b8e9 Merge pull request #11 from OpenCHAMI/docker
  • 6cc8a87 Merge pull request #14 from OpenCHAMI/minor-refactor
  • 9f0e48e Merge pull request #15 from OpenCHAMI/compress
  • aaeac51 Merge pull request #17 from OpenCHAMI/fix-goreleaser
  • cb73258 Minor changes to error format in dhcpd plugin
  • 751a2fa Minor changes to util functions
  • b922dbd Removed VerifyClaims
  • bc6e856 Removed plugins rule that have binaries rule
  • 6785402 Removed vars from fetch cmd
  • 99eb87d Renamed LICENSE.md to LICENSE
  • dbea108 Updated Dockerfile and Makefile
  • 7a1b579 Updated Makefile with changes to container rules
  • 73ca17d Updated Makefile with recommended changes
  • 80ade5b Updated README.md to include Docker section
  • b488c32 Updated vars in 'root' cmd
  • 34acf3d goreleaser: add hook to build plugins
  • 113b6a9 goreleaser: added lib/ to archive and dockers
  • ed0b8f8 workflow: added docker login to push package