Claudie v0.1
¶
The first official release of Claudie
Deployment¶
To deploy the Claudie v0.1.X
, please:
-
Download the archive and checksums from the release page
-
Verify the archive with the
sha256
(optional)sha256sum -c --ignore-missing checksums.txt
If valid, output is, depending on the archive downloaded
claudie.tar.gz: OK
or
claudie.zip: OK
or both.
-
Lastly, unpack the archive and deploy using
kubectl
We strongly recommend changing the default credentials for MongoDB, MinIO and DynamoDB before you deploy it. To do this, change contents of the files in
mongo/secrets
,minio/secrets
anddynamo/secrets
respectively.kubectl apply -k .
v0.1.3¶
Features¶
- Change the workflow of the Claudie, to build the infrastructure on per cluster basis #584
- Add labels on Claudie created resources #579
Bugfixes¶
No bugfixes since the last release.
Known issues¶
k8s-sidecar
sometimes misses deletion of the input manifest secret #588- Deleting nodes in Builder is not idempotent #587
v0.1.2¶
Features¶
- Update to Go
v1.20
#559 - The VPN now respects netmask from defined CIDR #571
- Connections attempt are more readable #570
Bugfixes¶
- Wireguard IP now persists across reboots #557
- Deletion of the infrastructure before any outputs were created does not end with error #569
- Replace the
azurerm_virtual_machine
to theazurerm_linux_virtual_machine
#573
Known issues¶
- Longhorn replicas are not properly managed, which might cause issues when deleting nodes #564
- Naming scheme in input manifest is not uniform #563
v0.1.1¶
Features¶
Bugfixes¶
- Logs in all services have been modified to not output sensitive information. #535
- Correctly update desiredState after workflow for a given manifest completes. #536
Known issues¶
- Wireguard interface
wg0
is missing ip address after reboot. Will be fixed in next release #557
v0.1.0¶
Features¶
- Multi-cloud kubernetes cluster management
- Multi-cloud loadbalancer management
- Fast scale-up/scale-down of defined infrastructure
- Persistent storage via Longhorn
- Support for AWS, Azure, GCP, OCI and Hetzner
- GCP DNS zone support
- Claudie deployment on
amd64
andarm64
clusters
Bugfixes¶
- As this is first release there are no bugfixes