• 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