Releases: edixos/Nauticus
v0.2.0
What's Changed
- fix(helm): fix helm default namespace and fix some documentation by @smileisak in #45
- fix(gosec): fix gosec version by @smileisak in #46
- feat(spacetemplates): Provide pre-configured templates for creating spaces by @abelhoula in #47
New Contributors
- @abelhoula made their first contribution in #47
Full Changelog: v0.1.0...v0.2.0
v0.1.3
What's Changed
- fix(helm): fix helm default namespace and fix some documentation by @smileisak in #45
Full Changelog: v0.1.0...v0.1.3
v0.1.2
New Features
Metrics in the Reconciliation Loop #35
We've introduced metrics to the reconciliation loop in Nauticus. This improvement will allow better visibility into the controller's performance and behavior, helping you to monitor the reconciliation process more effectively. Thanks to @smileisak for this feature!
Ignore Underlying Deletion Annotation #39
Nauticus now supports an annotation to ignore the deletion of underlying resources when deleting a Space. By adding the annotation nauticus.io/ignore-underlying-deletion
to a Space, you can delete the Space without automatically deleting the associated resources. Thanks to @smileisak for this feature!
ServiceMonitor Resource in Helm Chart #40
We've added a ServiceMonitor resource to the Nauticus Helm chart. This new feature will make it easier to integrate Nauticus with Prometheus for monitoring your Spaces. Thanks to @smileisak for this feature!
As always, we appreciate your feedback and contributions. Please let us know if you have any issues or suggestions. Happy coding!
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Make the documentation versionable using mike by @smileisak in #29
- Feat/enhance docs by @smileisak in #31
- Provide status.conditions for Nauticus controller by @smileisak in #33
- feat(docs): add upstream command by @smileisak in #34
- Feat/update logo by @smileisak in #36
- Hotfix security concerns by @smileisak in #37
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First Release for Nauticus
This is the first release of Nauticus, please refer to the official documentation to Get Started !
What's Changed
- feat(additionalRoleBindings): update additionalRoleBindings by @smileisak in #7
- Add version from build and build docker images from env vars by @smileisak in #11
- Initiate a documentation site by @smileisak in #12
- Adding CODEOWNERS file by @smileisak in #13
- feat(contrib): adding templates and doc for contrib by @smileisak in #15
- feat(limitrange): adding limit range to nauticus by @smileisak in #17
- feat(docs): update documentation by @smileisak in #21
- feat(docs): update repo name by @smileisak in #22
- feat(docs): update doc for new url by @smileisak in #23
- Create Service Accounts for Cloud Providers bindings by @smileisak in #24
- feat(doc): fix issue in doc by @smileisak in #25
- Build and Push Container Images by @smileisak in #26
- Helm Chart for Nauticus by @smileisak in #28
New Contributors
- @smileisak made their first contribution in #7
Full Changelog: https://github.com/edixos/Nauticus/commits/v0.1.0