Skip to content

Releases: small-hack/smol-k8s-lab

v0.9.2

07 Dec 19:08
Compare
Choose a tag to compare

What's Changed

  • adding better, more configurable logging by @jessebot in #17
    • log levels are now configurable and so are log files
    • also in this PR: -v is now mapped --version and -h is now mapped to --help

Full Changelog: v0.9.1...v0.9.2

v0.9.1

06 Dec 15:56
Compare
Choose a tag to compare

What's Changed

  • updating help text, quickstart docs, and naming from hyphens to underscores by @jessebot in #13

Full Changelog: v0.9.0...v0.9.1

v0.9.0

06 Dec 11:53
Compare
Choose a tag to compare

We're on pypi now 🎉

What's Changed

  • a bunch of little bug fixes related to:

Full Changelog: v0.8.9...v0.9.0

v0.8.9

04 Oct 10:58
Compare
Choose a tag to compare
  • update todos
  • check if helm is installed and install it if it's not
  • catch all unsupported distros for --delete command
  • fix the way bitwarden headers print, so that password is asked for after we announce we're working on bitwarden portion now
  • more cute bears ʕᵔᴥᵔʔ

v0.8.8

04 Oct 10:33
Compare
Choose a tag to compare
  • tidy markdown docs and readme
  • add more data about what we use under the hood
  • create a proper kind config.yaml
  • add rich as a python requirement
  • remove old smaller kind quickstart script
  • use kind cmd via python instead of bash
  • better progress bars
  • tidyed subproc doc string
  • fixed help text to include kind in blurb

v0.8.5

04 Oct 08:49
Compare
Choose a tag to compare
  • major updates to the docs for formatting and verbosity
  • removing partial bash script usage for k3s in script and switching to mostly pure python
  • replaced argparse with click
  • changed console output to use rich library for pretty printing
  • updated sub process to allow env vars
  • adding loading bars and status spinners
  • MUCH prettier and easy to read --help text

v0.7.0

06 Sep 12:52
Compare
Choose a tag to compare

Now with functional docs, better organized k8s distros, and less duplicate data 👍

v0.5.0

19 Aug 16:47
Compare
Choose a tag to compare
  • External Secrets Operator working :)
  • Bitwarden secret updates working
  • Less complicated flag/arg parsing
  • both kind and k3s install paths working
  • tutorials working and bash scripts also available