Skip to content

v0.4.0

Compare
Choose a tag to compare
@ohenrik ohenrik released this 14 May 08:36
· 10 commits to main since this release
434dcb7

New feature, configurable namespace: When running cli commands you can use the flag --namespace / -N (default "sl") to specify the Kubernetes namespace for the scaling lightning network. This allows to run multiple separate SL networks on the same machine. Do not use the flag with the create command. Instead specify the namespace in the helmfile.

Note, this is a breaking change for the Go dependency. You must define the namespace when using functions DiscoverRunningNetwork and NewSLNetwork. Use the function NewSLNetworkWithoutNamespace when creating a new network from helmfile. When creating an SL object for running network, use NewSLNetwork.

Fixes:
Compatibility for new version of Traefik (3.0.0 / chart 28.0.0). See readme.md for traefik version update instructions.
Connect peer command: fixed command retrying until timeout if already connected

Big thanks to @Jhoyola!