Releases: small-hack/smol-k8s-lab
Releases · small-hack/smol-k8s-lab
v2.0.0a2
v2.0.0a1
What's Changed
- Bump kubernetes from 27.2.0 to 28.1.0 by @dependabot in #89
- remove hardcoded version for the appset secret plugin by @jessebot in #96
Full Changelog: v2.0.0a...v2.0.0a1
To test this release:
pip install smol_k8s_lab==2.0.0a1
v2.0.0a
What's Changed
From PR #83 authored by @jessebot and @cloudymax:
We'll be doing an extensive write up on everything happening here before releasing v2.0.0
. This PR relies on being tested and merged in combination with small-hack/argocd-apps#221 Want to explicitly extend huge thanks to @cloudymax for all their help testing and troubleshooting various things, including learning textual's css system. Also thank you to the good people at the textual project for answering all my github issues and discussions asking questions 💙
- Adds a TUI (terminal user interface) experience to help users:
- configure their selected Kubernetes distro (kind, k3s, or k3d)
- configure and install a handful of Kubernetes apps and add their own new apps
- notably for supported apps, we'll also setup S3 storage via MinIO or SeaweedFS and OIDC via Zitadel
- input credentials to use Bitwarden as secrets manager
- modify all of the above after the cluster is up
- built in basic screen reader (open to suggestions on how and what to improve here)
- fixes some errors on macOS when evaluating which k8s distros you can use
- better support for k3d
- remove all support for k0s - as we're not regularly testing this because we don't have the bandwidth (open to community members working on this though!)
- add kubelet arg interfaces to the config file and tui for kind, k3s, and k3d
- supports argocd application directory recursion
- switch doc site to be mkdocs
- releases a
v2.0.0a
to begin official testing
To be done outside of this pre-release
- add more screenshots to docs
- add a walk through of the TUI
- automatically publish mkdocs site
- release an official
v2.0.0
Full change log
To test this release
pip install smol_k8s_lab==2.0.0a
v1.0.1
Update versions of Argo CD, Appset Secrets Plugin, and cert-manager (…
v1.0.0
Update README.md - make now with more :squid: smaller
v0.11.2
don't complain if extra_k3s_args not passed into config file (#78) * don't complain if extra_k3s_args not passed in * update screenshot
v0.11.1
What's Changed
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Bump rich from 13.3.3 to 13.3.4 by @dependabot in #59
- Bump requests from 2.28.2 to 2.30.0 by @dependabot in #62
- Bump rich from 13.3.4 to 13.3.5 by @dependabot in #61
- Bump requests from 2.30.0 to 2.31.0 by @dependabot in #63
- Bump rich from 13.3.5 to 13.4.1 by @dependabot in #65
- Bump rich from 13.4.1 to 13.4.2 by @dependabot in #66
- Bump click from 8.1.3 to 8.1.4 by @dependabot in #70
- Bump click from 8.1.4 to 8.1.5 by @dependabot in #71
- Bump pyyaml from 6.0 to 6.0.1 by @dependabot in #74
- Bump click from 8.1.5 to 8.1.6 by @dependabot in #73
- Bump rich from 13.4.2 to 13.5.1 by @dependabot in #76
- Upgrades to all the charts, and adding optional keycloak, removing minio, adding extra k3s args by @jessebot in #69
Full Changelog: v0.10.14...v0.11.0
v0.10.14
v0.10.13
What's Changed
- Bump rich from 13.0.0 to 13.3.3 by @dependabot in #53
- Bump requests from 2.28.1 to 2.28.2 by @dependabot in #55
- update XDG library, add pre-commit hook by @jessebot in #56
New Contributors
- @dependabot made their first contribution in #53
Full Changelog: v0.10.12...v0.10.13