You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kazan.Server now exposes from_env/1 and from_env!/0 functions for
creating a Kazan.Server from application config. This should make it easier
for users using GCP to continue to use application config.
Added some new configuration options that allow users to provide their own
OpenAPI spec files. This should let users use kazan when they have
k8s extensions installed.
Kazan.Server now supports username and password fields in config files.
HTTP Basic auth is now supported for authentication with k3s.
Bug Fixes
Fix a crash in Kazan.Watcher if one of the destination processes crashes.