Skip to content

Releases: edixos/Nauticus

v0.2.0

18 Nov 18:31
de97cde
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.3

11 Sep 13:59
9ad3c48
Compare
Choose a tag to compare

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

26 May 18:32
93c979c
Compare
Choose a tag to compare

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

11 Apr 18:04
5011d31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Feb 16:33
595ffd9
Compare
Choose a tag to compare

First Release for Nauticus

This is the first release of Nauticus, please refer to the official documentation to Get Started !

What's Changed

New Contributors

Full Changelog: https://github.com/edixos/Nauticus/commits/v0.1.0