• 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