Skip to content

Releases: castai/k8s-agent

v0.25.0

11 Apr 15:16
13dc094
Compare
Choose a tag to compare

chore: Log response body on AKS metadata request failure.

v0.24.0

08 Apr 12:03
48e5181
Compare
Choose a tag to compare

chore: migrate to a new google artifact repository

v0.23.0

22 Mar 13:06
62d4a27
Compare
Choose a tag to compare

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

26 Jan 12:49
8574649
Compare
Choose a tag to compare

chore: use a different vanilla http.Client for sending deltas #54
chore: reduce binary size #50

Release v0.22.7

20 Jan 08:11
143f238
Compare
Choose a tag to compare
fix: close informers on resync (#51)

v0.22.6

14 Jan 11:58
c408fd5
Compare
Choose a tag to compare

fix(isSpot): only cache spot mapping on EKS

v0.22.5

20 Dec 18:39
e6c1e10
Compare
Choose a tag to compare

fix(gke): handle gke-spot label

v0.22.4

16 Dec 07:37
dbe5a2a
Compare
Choose a tag to compare

fix: always keep object delete changes in delta cache

v0.22.3

13 Dec 17:26
d57c2cd
Compare
Choose a tag to compare
Merge pull request #47 from castai/move_api_url_formation_to_config

sanitize api url in config

v0.22.2

13 Dec 15:34
80c2fd9
Compare
Choose a tag to compare
Merge pull request #45 from castai/prefix_protocol_if_missing_for_cas…