Skip to content

Releases: mercari/tortoise

v0.6.4

22 Feb 11:12
435e98b
Compare
Choose a tag to compare

What's Changed

  • update ContainerResourcePhase correctly when HPA is mutated by @sanposhiho in #346

Full Changelog: v0.6.3...v0.6.4

v0.6.3

22 Feb 07:26
50657dd
Compare
Choose a tag to compare

What's Changed

  • fix: ignore 0 policy instead of nil in mutating webhook by @sanposhiho in #345

Full Changelog: v0.6.2...v0.6.3

v0.6.2

22 Feb 02:20
842e151
Compare
Choose a tag to compare

What's Changed

  • modify minreplicas/maxreplicas in HPA mutating webhook for auto tortoise by @sanposhiho in #344

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Feb 11:51
d83b5d1
Compare
Choose a tag to compare

What's Changed

  • fix: increase the default target utilization by @sanposhiho in #342
  • stop depending on TortoiseNameAnnotation in HPA deletion mutating webhook by @sanposhiho in #343

Full Changelog: v0.6.0...v0.6.1

v0.6.0

20 Feb 09:11
6cdc0f0
Compare
Choose a tag to compare

This release contains a breaking change in the admin configuration. Some of them are renamed:

  • MaxReplicasFactorMaxReplicasRecommendationMultiplier
  • MinReplicasFactorMinReplicasRecommendationMultiplier
  • MaximumCPUCoresMaximumCPURequest
  • MaximumMemoryBytesMaximumMemoryRequest
  • MinimumCPUCoresMinimumCPURequest
  • MinimumMemoryBytesMinimumMemoryRequest
  • MinimumCPULimitCoresMinimumCPULimit
  • MinimumCPUCoresPerContainerMinimumCPURequestPerContainer
  • MinimumMemoryBytesPerContainerMinimumMemoryRequestPerContainer

What's Changed (v0.5.0 → v0.6.0)

Full Changelog: v0.5.0...v0.6.0

What's Changed (v0.5.7 → v0.6.0)

Full Changelog: v0.5.7...v0.6.0

v0.5.7

20 Feb 00:44
52ffd7f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

15 Feb 01:48
0aa2623
Compare
Choose a tag to compare

What's Changed

  • implement the alpha feature gate VerticalScalingBasedOnPreferredMaxReplicas by @sanposhiho in #330

Full Changelog: v0.5.5...v0.5.6

v0.5.5

14 Feb 09:19
3a46f26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

06 Feb 06:28
3858ead
Compare
Choose a tag to compare

What's Changed

  • do not increase the resource request when reaching minReplica by @sanposhiho in #314

Full Changelog: v0.5.3...v0.5.4

v0.5.3

06 Feb 05:43
e3c408a
Compare
Choose a tag to compare

What's Changed

  • calculate the recommendation based on a correct resource request by @sanposhiho in #313

Full Changelog: v0.5.2...v0.5.3