Releases: Getdeck/getdeck
0.11.1
What's Changed
- use getent to read groups/passwd; use found group on adduser by @rolandg333 in #110
- fix: catch process output error by @buschNT in #112
- fix: copy data into tooler by @buschNT in #113
- refactor: prepare helm tests by @buschNT in #114
- refactor: move cli command logic by @buschNT in #115
- fix(#105): import git lib directly before usage by @buschNT in #116
New Contributors
- @rolandg333 made their first contribution in #110 Thank you!
Full Changelog: 0.11.0...0.11.1
0.11.0
Summary
This release includes lots of refactorings and a few bug fixes. There is a new CLI option witch allows to assumes 'yes' to installing the Kubernetes providers and prevents the interactive prompt.
What's Changed
- Refactor-source-fetching by @buschNT in #95
- refactor: move examples into separate folder by @buschNT in #96
- test(Inline): additional tests + small fixes by @buschNT in #97
- feat: telemetry integration by @buschNT in #98
- feat: default Deckfile positional argument to "." by @buschNT in #100
- fix(tooler): set userid/groupid to 1000 if run as root on unix to build local tooler image by @Schille in #101
- feat(cli): add flag -y/--no-input to automatically install dependencies by @Schille in #102
- fix: reading deckfile info by @buschNT in #103
- chore(cli): check if userid or groupid exist in alpine before creating by @Schille in #108
- feat(installer): Check installation dependencies before execution by @georgkrause in #99
Full Changelog: 0.10.1...0.11.0
0.10.1
Summary
This is a follow-up release for https://github.com/Getdeck/getdeck/releases/tag/0.10.0
This release includes a more modern AWS CLI for the Tooler components to make EKS host clusters work for Beiboot.
What's Changed
Full Changelog: 0.10.0...0.10.1
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
0.9.5
What's Changed
- fix: read deckfile "." location fixed by @buschNT in #71
- fix: response code 409 by @Schille in #74
- test: integrate test setup by @buschNT in #76
- feat: install aws executable to Tooler by @Schille in #78
- feat: fix SemVer, add EKS support by @Schille in #79
- feat: use tooler from getdeck in beiboot by @Schille in #80
Full Changelog: 0.9.4...0.9.5