0.10.0
Summary
We're integrating Beiboot with client version 0.11.x. This version supports two different timeout
settings for the cluster creation and the Kubernetes API connection. Those value can optionally be placed in the Deckfile like so:
cluster:
provider: beiboot
name: my-dev-cluster
nativeConfig:
context: <context-name>
timeouts:
api: 60 # in seconds
cluster: 200 # in seconds
ports:
[...]
In addition, we're constantly releasing code refactorings. This release contains refactored code which may cause feature regressions. If you are facing bugs for actions that worked before, please open up an issue for that: https://github.com/Getdeck/getdeck/issues/new/choose
What's Changed
- refactor: strategy pattern for deckfile fetching by @buschNT in #84
- feat: integrate Beiboot version >= 0.11 by @Schille in #89
- fix: go to py3.9 syntax for typing by @Schille in #90
Full Changelog: 0.9.5...0.10.0