Skip to content

Releases: fybrik/crdoc

v0.1.2

17 Jan 17:30
Compare
Choose a tag to compare

Changelog

0b071a4 Bump github.com/sirupsen/logrus from 1.4.2 to 1.7.0 (#5)
0c7b374 Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 (#4)
b051610 Bump k8s.io/apiextensions-apiserver from 0.17.3 to 0.20.2 (#3)
5c6688d Bump k8s.io/apimachinery from 0.17.3 to 0.20.2 (#2)
9c03c13 fix: ignore non kubernetes resources
f437754 fix: ignore unregistered kinds

v0.1.1

10 Jan 20:58
Compare
Choose a tag to compare

Changelog

81904b9 Added lint and gosec actions
2329d68 change: goreleaser outputs zip for win
a2a5a77 workflows: changed job names (#1)

v0.1.0

10 Jan 17:06
Compare
Choose a tag to compare

Changelog

3fe5d10 Added .github files
02ca8cd Added LICENSE and CONTRIBUTING
c91c36a Added example
3a8a2fc Added goreleaser
479b7d2 Changed cli options
c274699 Changed implementation of orderedPropertyKeys
822ab4a Changed module name
6f34fd5 Fix: directory permissions issue
77d8984 Fixed builder logic
6bfa6be Fixed lint errors
2d1e910 Fixed usage of orderedPropertyKeys
bfaf68a Initial commit
9faaac0 Moved cli content to main
593ea22 Split loader.go
3e7ddcd Stop using custom typenames
5f6d249 Support arbitrary YAML files
202420f Support enum type
33d8ffe Support for more types
d95db7b Updated README.md
d0c3ca1 Updated default template
2af7bc1 fixed issues detected by gosec
62d6617 reduced number of files
a1f2d64 renamed pkg/loader to pkg/builder
83f2ba9 updated gitignore