Skip to content

Claudie v0.7

Due to using the latest version of longhorn the v0.7.x will not be backwards compatible with v0.6.x

Deployment

To deploy Claudie v0.7.X, please:

  1. Download claudie.yaml from release page

  2. Verify the checksum with sha256 (optional)

    We provide checksums in claudie_checksum.txt you can verify the downloaded yaml files againts the provided checksums.

  3. Install claudie using kubectl

We strongly recommend changing the default credentials for MongoDB, MinIO and DynamoDB before you deploy it.

kubectl apply -f https://github.com/berops/claudie/releases/latest/download/claudie.yaml

To further harden claudie, you may want to deploy our pre-defined network policies:

# for clusters using cilium as their CNI
kubectl apply -f https://github.com/berops/claudie/releases/latest/download/network-policy-cilium.yaml
# other
kubectl apply -f https://github.com/berops/claudie/releases/latest/download/network-policy.yaml

v0.7.0

Upgrade procedure: Before upgrading Claudie, upgrade Longhorn to 1.6.x as per this guide. In most cases this will boil down to running the following command: kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.6.0/deploy/longhorn.yaml.

Features

  • Add possibility to use external s3/dynamo/mongo instances #1191
  • Add Genesis Cloud support #1210
  • Add annotations support for nodepools in Input Manifest #1238
  • Update Longhorn to latest version #1213

Bugfixes

  • Fix removing state lock from dynamodb #1211
  • Fix operatur status message #1215
  • Fix custom storage classes #1219

v0.7.1

Migrate from the legacy package repositories apt.kubernetes.io, yum.kubernetes.io to the Kubernetes community-hosted repositories pkgs.k8s.io. A detailed how to can be found in https://kubernetes.io/blog/2023/08/31/legacy-package-repository-deprecation/

Kubernetes version 1.24 is no longer supported. 1.25.x 1.26.x 1.27.x are the currently supported versions.

Bugfixes

  • Static Loadbalancer metadata secret https://github.com/berops/claudie/pull/1249
  • Update healthcheck endpoints https://github.com/berops/claudie/pull/1245

v0.7.2

Features