Releases: mercari/tortoise
Releases · mercari/tortoise
v0.6.4
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
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
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
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
This release contains a breaking change in the admin configuration. Some of them are renamed:
MaxReplicasFactor
→MaxReplicasRecommendationMultiplier
MinReplicasFactor
→MinReplicasRecommendationMultiplier
MaximumCPUCores
→MaximumCPURequest
MaximumMemoryBytes
→MaximumMemoryRequest
MinimumCPUCores
→MinimumCPURequest
MinimumMemoryBytes
→MinimumMemoryRequest
MinimumCPULimitCores
→MinimumCPULimit
MinimumCPUCoresPerContainer
→MinimumCPURequestPerContainer
MinimumMemoryBytesPerContainer
→MinimumMemoryRequestPerContainer
What's Changed (v0.5.0 → v0.6.0)
Full Changelog: v0.5.0...v0.6.0
- clean up PROJECT file by @sanposhiho in #309
- add a log for the resource recommendation by @sanposhiho in #310
- cleanup readme by @sanposhiho in #311
- implement MinimumMemoryBytesPerContainer/MinimumCPUCoresPerContainer by @sanposhiho in #312
- calculate the recommendation based on a correct resource request by @sanposhiho in #313
- do not increase the resource request when reaching minReplica by @sanposhiho in #314
- add blog posts on README by @sanposhiho in #315
- make the blog posts URLs by @sanposhiho in #316
- git: add .gitattribute for kubebuilder PROJECT file by @zchee in #317
- fix: give annotation to HPA only when tortoise is auto by @sanposhiho in #325
- Fix typo in vertical.md by @rafiramadhana in #327
- proposal: ScheduledScaling by @sanposhiho in #307
- Annotation: migrate to tortoise.autoscaling.mercari.com/tortoise-name by @sadath-12 in #326
- implement the alpha feature gate
VerticalScalingBasedOnPreferredMaxReplicas
by @sanposhiho in #330 - validate VPA's recommendation by @sanposhiho in #332
- implement MaxAllowedScalingDownRatio by @sanposhiho in #333
- implement
resourceLimitMultiplier
to let tortoise manage the resource limit by @sanposhiho in #334 - implement MinimumCPULimitCores by @sanposhiho in #335
- cleanup: move all the documentation of admin flags to the implementation by @sanposhiho in #336
- breaking: rename admin configurations by @sanposhiho in #337
- release: v0.6.0 by @sanposhiho in #338
What's Changed (v0.5.7 → v0.6.0)
Full Changelog: v0.5.7...v0.6.0
- implement
resourceLimitMultiplier
to let tortoise manage the resource limit by @sanposhiho in #334 - implement MinimumCPULimitCores by @sanposhiho in #335
- cleanup: move all the documentation of admin flags to the implementation by @sanposhiho in #336
- breaking: rename admin configurations by @sanposhiho in #337
- release: v0.6.0 by @sanposhiho in #338
v0.5.7
What's Changed
- validate VPA's recommendation by @sanposhiho in #332
- implement MaxAllowedScalingDownRatio by @sanposhiho in #333
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- implement the alpha feature gate
VerticalScalingBasedOnPreferredMaxReplicas
by @sanposhiho in #330
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- add blog posts on README by @sanposhiho in #315
- make the blog posts URLs by @sanposhiho in #316
- git: add .gitattribute for kubebuilder PROJECT file by @zchee in #317
- fix: give annotation to HPA only when tortoise is auto by @sanposhiho in #325
- Fix typo in vertical.md by @rafiramadhana in #327
- proposal: ScheduledScaling by @sanposhiho in #307
- Annotation: migrate to tortoise.autoscaling.mercari.com/tortoise-name by @sadath-12 in #326
New Contributors
- @zchee made their first contribution in #317
- @rafiramadhana made their first contribution in #327
- @sadath-12 made their first contribution in #326
Full Changelog: v0.5.4...v0.5.5
v0.5.4
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
What's Changed
- calculate the recommendation based on a correct resource request by @sanposhiho in #313
Full Changelog: v0.5.2...v0.5.3