• v3.7.0 70fbc2ff36

    v3.7.0 Stable

    github-actions[bot] released this 2024-03-30 14:00:40 +00:00 | 143 commits to main since this release

    Downloads
  • v3.6.4 98666bd532

    v3.6.4 Stable

    github-actions[bot] released this 2024-03-28 20:10:42 +00:00 | 144 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.6.3...v3.6.4

    Downloads
  • v3.6.3 96319d69d6

    v3.6.3 Stable

    github-actions[bot] released this 2024-03-28 19:53:14 +00:00 | 145 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.6.2...v3.6.3

    Downloads
  • v3.6.2 dd781c02c8

    v3.6.2 Stable

    github-actions[bot] released this 2024-03-28 06:53:48 +00:00 | 146 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.6.1...v3.6.2

    Downloads
  • v3.6.1 9611cfb15c

    v3.6.1 Stable

    github-actions[bot] released this 2024-03-26 15:24:26 +00:00 | 156 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.6.0...v3.6.1

    Downloads
  • v3.6.0 30f1f8f48c

    v3.6.0 Stable

    github-actions[bot] released this 2024-03-26 14:53:48 +00:00 | 160 commits to main since this release

    What's Changed

    • update netmaker to create initial admin credentials and move it's docs and initial repo path to prod by @jessebot in https://github.com/small-hack/smol-k8s-lab/pull/193

      Admin user can now be specified with:

      apps:
        netmaker:
          enabled: false
          description: |
            [link=https://www.netmaker.io/]Netmaker[/link]®️  makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
          init:
            enabled: true
            values:
              # this creates a super admin user and disables the GUI registration form
              # if using the default config, we select a password for you and update your bitwarden
              admin_user: admin
      

      This disables registration through the GUI.

      Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.5.1...v3.6.0

    Downloads
  • v3.5.1 fc02cd26a8

    v3.5.1 Stable

    github-actions[bot] released this 2024-03-26 09:36:07 +00:00 | 161 commits to main since this release

    What's Changed

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.5.0...v3.5.1

    Downloads
  • v3.5.0 8b8753971b

    v3.5.0 Stable

    github-actions[bot] released this 2024-03-26 07:25:07 +00:00 | 162 commits to main since this release

    What's Changed

    NEW netmaker config

    The secret keys for netmaker default init.enabled: true install are as follows. We have changed the word endpoint_url to hostname in all netmaker secret keys to be consistent. We have also added broker_hostname as a default configurable secret key value.

      netmaker:
        argo:
          # secrets keys to make available to Argo CD ApplicationSets
          secret_keys:
            hostname: netmaker.example.com
            admin_hostname: admin.netmaker.example.com
            api_hostname: api.netmaker.example.com
            broker_hostname: broker.netmaker.example.com
            auth_provider: oidc
    

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.4.0...v3.5.0

    Downloads
  • v3.4.0 bfb2ad0d8b

    v3.4.0 Stable

    github-actions[bot] released this 2024-03-24 16:39:18 +00:00 | 166 commits to main since this release

    Downloads
  • v3.3.0 7ffa27b5bf

    v3.3.0 Stable

    github-actions[bot] released this 2024-03-24 09:54:08 +00:00 | 169 commits to main since this release

    What's Changed

    Allow project names; clean up docs; reduce logging unless debug is enabled by @jessebot in https://github.com/small-hack/smol-k8s-lab/pull/187
    • you can now set argo.project.name via the config.yaml for each app or via the apps screen in the TUI
    • github link appears in doc website
    • fix kubernetes logging to only log warnings/errors by default
    • fix zitadel logging to not log ever api call output unless debug is on
    • add home assistant to final block of links
    • don't sync EVERY time we get something from bitwarden
    • fix help text docs link

    Full Changelog: https://github.com/small-hack/smol-k8s-lab/compare/v3.2.2...v3.3.0

    Downloads