Skip to content

Releases: mogensen/kubernetes-split-yaml

v0.4.0

09 Nov 10:06
Compare
Choose a tag to compare

Changelog

  • 26b141b Update pipeline to go 1.18
  • cf4f438 Update dependencies to build on newer versions of golang.
  • b448d8a Add license scan report and status
  • e66cff6 Updating converage pipeline
  • 3856173 Fix end-to-end tests not running

v0.3.0

28 Sep 12:26
Compare
Choose a tag to compare

Changelog

f73d9af removed leftover argument to Fatalf
ee0a416 added support for reading yaml from stdin using "-" as the filename argument
a6d1ea4 less strict NameRe
6c8c48e remove vendor/
c113cea use filepath.Join() to fix Test_outFile()
096b87f feat: cli args for better output dir/filename handling
39e68d1 Running golangci-lint
29a621d Add tests for error handling in yaml parser
6e67196 Add coverage badge
3bb3c40 Add Test coverage to github actions
b942bfa Removed circleci badge from Readme
48bfb28 Added Unshallow checkout when doing releases, for full changelog
38ecfc1 Add github actions script for gorelease
3756d4a Trying to fix windows..
234f19b Update ci.yaml
9a52ecf Create ci.yaml
37dc5ee Redoing circleci pipeline
5218247 Refactoring Yaml parsing
be51b30 Cleaner implementation
acbee0d Adding full end2end test
0fe4d25 Handling yaml files with helm templating in. Added short names for some k8s resources
d720cd6 Add Readme badges
8ecf179 Add Go module support.
b14840e Add CircleCi building
738ba72 Unmarshal to a struct instead of map of interfaces
9599fe4 Initial import

v0.2.0

25 Mar 10:49
Compare
Choose a tag to compare

Changelog

38ecfc1 Add github actions script for gorelease

v0.1.0

17 May 15:47
Compare
Choose a tag to compare

Changelog

91acf72 Add Go module support.
3626ad1 Add CircleCi building
6417500 Unmarshal to a struct instead of map of interfaces
9afccbb Initial import