v0.7.0
Changelog
- 39a7e05: Fix typo, improve formatting (@lander2k2)
- 5c75e20: Merge pull request #289 from AndriyKalashnykov/main (@AndriyKalashnykov)
- 8fbdd79: Merge pull request #34 from nukleros/minor-updates (@lander2k2)
- 6bb5232: Merge pull request #36 from nukleros/fix-string-api-resources (@lander2k2)
- 2ed532b: Merge pull request #39 from nukleros/fix-go118 (@lander2k2)
- 4fcf7c9: Merge pull request #44 from nukleros/issue-41 (@AndriyKalashnykov)
- f30d41c: Merge pull request #45 from nukleros/ci-fix-release (@lander2k2)
- 1ab5987: Merge pull request #46 from nukleros/fix-license (@lander2k2)
- c6efc89: Reorganize README, fix formatting (@lander2k2)
- efb6504: Update README (@lander2k2)
- f2daa61: feat: add rbac rules for non-resource urls (#279) (@scottd018)
- 42a7942: feat: controller image as an input parameter (@AndriyKalashnykov)
- 7b3f3b2: feat: controller image as an input parameter (@AndriyKalashnykov)
- f7cbc27: feat: upgrade operator-builder itself to go1.18 (@scottd018)
- f0ec489: feat: upgrade packages to latest versions and update go version (@scottd018)
- 2699460: feat: validate groups and kinds, fix double processing (#285) (@scottd018)
- dc098a7: fix: Fixes #18, added ability to use parent resource name in child resource (@scottd018)
- efef71a: fix: Fixes #275, removed unneeded ownership rules from collection to component (#277) (@scottd018)
- 43f02c5: fix: Fixes #32, added support for integer replacement (@scottd018)
- 392e70c: fix: also version indirect dependencies to ensure compatibility (@scottd018)
- 820e43b: fix: change minimum go version (@scottd018)
- 8aadf85: fix: fixed marker package attempting to parse undefined markers (#280) (@scottd018)
- a42d2eb: fix: if marker uses replace argument set original value to replace value (#283) (@JefeDavis)
- 6a13ede: fix: overlapping resource names and improved rbac rules (#290) (@scottd018)
- 094dadd: fix: replaced leftover from yot project, replaced it with operator-builder utility name (@AndriyKalashnykov)
- 627b6e2: fix: typo in template variable (@scottd018)
- e1af3cd: fix: updated go version for dockerfile to build controller (@scottd018)
- 195eb33: fix: upgrade kustomize versions and controller-gen args (@scottd018)
- c00b9b3: fix: use go install to work with go1.18 (@scottd018)
- 8e5a7da: fix: use strconv package instead of rune/string (@scottd018)
- d4ac84a: refactor: added ToTitle method to deal with deprecated titling in go1.18 (@scottd018)
- 6b8a0ce: refactor: move markers into their own package and re-organize (#278) (@scottd018)