Skip to content

Releases: crusoecloud/crusoe-cloud-controller-manager

v0.35.0

Choose a tag to compare

@github-actions github-actions released this 20 May 20:53
Update k8s dependencies to v0.35.5

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 23:34
CRUSOE-52431 Update dependencies to be on 0.34.5

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 17:04
tool: add current version using new tagging; temp 0.33.0

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 16:56
tool: add current version using new tagging; temp 0.32.0

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 16:50
tool: add current version using new tagging

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Mar 04:53
Fix CODEOWNERS: Migrate to squads naming

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 06 Aug 21:52
Add pod ID as a label on the k8s nodes

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:51
CRUSOE-23508: add custom node lifecycle controller to delete dangling…

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 18 Feb 20:35
Fix the instance exists when the instance is not found

Improves the handling of cases where instances are not present on crusoe cloud but present in the k8s nodes list. This commit also reduces the interval, that we wait before reporting an instance as missing, from 5 minutes to 2 minutes.

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 00:39
Use list VMs with filtering when fetching VMs

Using GET VMs call can result in 403 if the VM is not found or if the credentials are incorrect. To avoid ambiguity use list VMs call with filtering based on name or IDs which will result in empty list if the VM is not found.

Also handles mismatch in providerID in case the VM is deleted and recreated with same name again. In such cases, we query crusoe APIs to fetch the VM by name.

Updates the deployment to run CCM in host network to remove dependency on a functional CNI