Skip to content

Releases: berops/claudie

Claudie v0.8.1

23 May 13:14
dc323eb
Compare
Choose a tag to compare

v0.8.1

README: Nodepools with genesis cloud provider will trigger a recreation of the cluster due to the change in terraform files. Make a backup of your data if your cluster constains genesis cloud nodepools.

Features

  • disable deploying Node Local DNS by default #1382
  • Add immutability to nodepools #1385
  • More readable validation errors #1397

Bugfixes

  • Fix mounting volume for longhorn on genesis cloud nodepools #1389
  • Fix MountVolume.SetUp errors by updating multipath configuration #1386

Claudie v0.8.0

09 May 14:22
2dec46d
Compare
Choose a tag to compare

v0.8.0

README Due to updating terraform files the v0.8.x clusters build with claudie version v0.7.x will be forced to be recreated.

Nodepool/cluster names that do not meet the required length of 14 characters for nodepool names and 28 characters for cluster names must be adjusted or the new length validation will fail. You can achieve a rolling update by adding new nodepools with the new names and then removing the old nodepools before updating to version 0.8.

Before updating make backups of your data

Features

  • Allow to reaply input manifest after ERROR #1337
  • Allow other usernames with root access for static nodes #1335
  • Fix substring match resulting in deletion of wrong nodes #1350
  • Add validation for provider definitions #1352
  • Correctly change the API endpoint #1366
  • Restrict nodepool and cluster names to 14 and 28 characters respectively, and add the ability to define and use providers of the same kind in a single cluster #1348
  • Prohibit changing the cloud provider in a nodepool #1371

Claudie v0.7.5

10 Apr 07:54
855b7f4
Compare
Choose a tag to compare

v0.7.5

Features

  • increase worker_connections per worker process for load balancers #1328

Bugfixes

  • Fix connection issues across services #1331

Claudie v0.7.4

02 Apr 15:19
caa232b
Compare
Choose a tag to compare

v0.7.4

Bugfixes

  • Loadbalancer Endpoint missing in current state when workflow fails #1284
  • Prevent autoscaling request when manifest is in error #1288
  • Update healthchecks for builder that resulting in frequent restarts #1293

Claudie v0.7.3

19 Mar 14:22
e83d56b
Compare
Choose a tag to compare

v0.7.3

Bugfixes

  • Fix endless queueing of manifests with static nodepools, #1282

Claudie v0.7.2

14 Mar 12:07
733545a
Compare
Choose a tag to compare

v0.7.2

Features

Claudie v0.7.1

06 Mar 11:53
20cf94a
Compare
Choose a tag to compare

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 #1249
  • Update healthcheck endpoints #1245

Claudie v0.7.0

23 Feb 16:34
daf675d
Compare
Choose a tag to compare

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

Claudie v0.6.6

26 Jan 18:24
f6425af
Compare
Choose a tag to compare

v0.6.6

Features

  • Add "proxy_protocol on;" to the LoadBalancer nginx config #1189
  • Cluster-autoscaler tag validation #1176

Bugfixes

  • Check for static nodes reuse #1184

Claudie v0.6.5

22 Dec 09:11
3d8fb41
Compare
Choose a tag to compare

v0.6.5

Features

  • Adjust requests and limits on context-box, autoscaler-adapter and cluster-autoscaler #1161

Bugfixes

  • Add missing SSH private key and public IPs of LB nodes to Claudie's metadata secret #1164