Skip to content

Releases: Getdeck/getdeck

0.11.1

10 Nov 08:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

28 Oct 16:25
Compare
Choose a tag to compare

image

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

17 Oct 14:05
Compare
Choose a tag to compare

image

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

  • feat: install modern AWS CLI to Tooler by @Schille in #92

Full Changelog: 0.10.0...0.10.1

0.10.0

17 Oct 09:52
Compare
Choose a tag to compare

image

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

29 Sep 15:21
Compare
Choose a tag to compare

02_medium png

What's Changed

Full Changelog: 0.9.4...0.9.5

0.9.4

19 Aug 16:34
Compare
Choose a tag to compare

What's Changed

  • chore(CI): add bump version workflow for homebrew formula by @SteinRobert in #68
  • feat: add local helm chart support by @tobifroe in #67

New Contributors

Full Changelog: 0.9.3...0.9.4

0.9.3

12 Aug 16:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

12 Aug 16:10
Compare
Choose a tag to compare

What's Changed

  • fix: replace python 3.10 syntax for typing by @Schille in #65

Full Changelog: 0.9.1...0.9.2

0.9.1

12 Aug 15:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

10 Aug 10:41
Compare
Choose a tag to compare

What's Changed