3.4.0
The hypernode-deploy deploy
subcommand now has a new option --reuse-brancher
. This allows you to reuse an existing Brancher instance under the same label. Using this makes development significantly faster, as you don't have to create a new instance per commit. Just use hypernode-deploy
on the existing Brancher instance instead of making a new Brancher instance.
What's Changed
- Allow reusing of previous brancher instance by @AlexanderGrooff in #81
Full Changelog: 3.3.4...3.4.0