Skip to content

0.5.0

Compare
Choose a tag to compare
@nicob87 nicob87 released this 12 Mar 08:57

This release introduces revised command line options for the skupper tool. The old options are still accepted but should be considered deprecated (they will give a message indicating the new form for the previous invocations).

StatefulSets and DaemonSets can now be annotated and will be exposed via skupper (previously this only applied to Deployments).

This also introduces an update subcommand, with which an existing site can be updated to a newer version. The update will also work with the site controller, however as this release requires read access for Daemonsets, the role the site c
ontroller runs under must also be updated. Using the sample yaml in the repo should correctly update a site[1].

[1] https://raw.githubusercontent.com/skupperproject/skupper/0.5/cmd/site-controller/deploy-watch-all-ns.yaml or https://raw.githubusercontent.com/skupperproject/skupper/0.5/cmd/site-controller/deploy-watch-current-ns.yaml