Releases: mogensen/kubernetes-split-yaml
v0.4.0
v0.3.0
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