Skip to content

Releases: nautik-io/helper

1.0.4

01 Feb 20:56
2609474
Compare
Choose a tag to compare
  • We've further tweaked the way the app launches processes when evaluating exec plugins on kubeconfigs, basically just trialing and erroring right now. We're sorry!

1.0.3

30 Jan 19:50
7a4f2e6
Compare
Choose a tag to compare
  • We've tweaked the way the app launches processes when evaluating exec plugins on kubeconfigs.

1.0.2

10 Jan 21:28
789669a
Compare
Choose a tag to compare
  • We've worked around a bug causing the PATH of users with zsh as default shell not to be properly evaluated.

1.0.1

08 Jan 06:43
a0ab61d
Compare
Choose a tag to compare
  • We've fixed a bug causing cluster evaluation errors on the UI to stick even over successful subsequent reevaluations. They're now properly cleared on successful subsequent reevaluations.
  • Clusters are now reevaluated every 30 seconds, no matter when they expire.

1.0.0

07 Jan 12:14
4ee8e1a
Compare
Choose a tag to compare

This marks the first release of Nautik Helper, featuring support for certificate and token files as well as exec plugins.

Currently, static cluster credentials are re-evaluated from their kubeconfig files every 15 minutes and dynamic credentials generated by exec plugins 7 minutes before their expiration.

There is no filesystem watching or hashing of file contents implemented yet to detect changes on the kubeconfig files earlier than the current simple re-evaluation interval. If this turns out to be a problem for early adopters, we'll prioritize implementing a faster file sync.