Skip to content

Claudie v0.6

Due to a breaking change in the terraform files the v0.6.x will not be backwards compatible with v0.5.x

Deployment

To deploy Claudie v0.6.X, please:

  1. Download the archive and checksums from the release page

  2. Verify the archive with the sha256 (optional)

    sha256sum -c --ignore-missing checksums.txt
    

If valid, output is, depending on the archive downloaded

```sh
claudie.tar.gz: OK
```

or

```sh
claudie.zip: OK
```

or both.

  1. 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 and dynamo/secrets respectively.

```sh
kubectl apply -k .
```

v0.6.0

Features

  • Updated network policies #1016
  • Support flex instances #993
  • De-duplication of terraform templates #1021
  • Timestamp added as part of workflow when saved in mongoDB #1019

Bugfixes

Other

  • Fix unknown AMIs and regions in docs #1009
  • Update the Roadmap #1020
  • Add hardening section to docs #1026
  • Add updating section to docs #1028

v0.6.1

Bugfixes

  • Fallback to use Kube-Proxy with Cilium, due to problems with network traffic #1035