v0.2.0
Nebari Infrastructure Core v0.2.0
Release of Nebari Infrastructure Core (NIC) version v0.2.0.
Installation
Download the appropriate binary for your platform from the assets below.
Linux/macOS
# Download and extract
tar -xzf nic_v0.2.0_linux_x86_64.tar.gz
# Move to PATH
sudo mv nic /usr/local/bin/
# Verify installation
nic --helpWindows
Extract the zip file and add the nic.exe to your PATH.
Changelog
Bug fixes
- d5a1bd8: fix: label nebari-system namespace and bump landing chart to v0.1.0-alpha.2 (#202) (@viniciusdc)
Others
- f392a80: Add group-membership mapper to groups client scope in realm setup (#218) (@dcmcand)
- ecb57d1: Decouple deploy/destroy options from NebariConfig (#208) (@marcelovilla)
- 6b313fd: Introduce nested cluster provider configuration in NebariConfig (#190) (@marcelovilla)
- 90793ea: Update EKS cluster module source and version (#203) (@marcelovilla)
- be9cd47: refactor: unify provider registries into single pkg/registry package (#222) (@dcmcand)
Full Changelog: v0.1.0...v0.2.0