Releases: castai/k8s-agent
Releases · castai/k8s-agent
v0.25.0
chore: Log response body on AKS metadata request failure.
v0.24.0
chore: migrate to a new google artifact repository
v0.23.0
What's Changed
- docs(#53): add docs link, helm charts repo link and licence to readme by @saumas in #55
- Make controller timeouts confugrable & print out queue contents on initial failure by @KarolisL in #57
- chore: optimize spot node discovery by @saumas in #56
Full Changelog: v0.22.8...v0.23.0
Release v0.22.8
chore: use a different vanilla http.Client for sending deltas #54
chore: reduce binary size #50
Release v0.22.7
fix: close informers on resync (#51)
v0.22.6
fix(isSpot): only cache spot mapping on EKS
v0.22.5
fix(gke): handle gke-spot label
v0.22.4
fix: always keep object delete changes in delta cache
v0.22.3
Merge pull request #47 from castai/move_api_url_formation_to_config
sanitize api url in config
v0.22.2
Merge pull request #45 from castai/prefix_protocol_if_missing_for_cas…