Skip to content

azp-k8s-agent-scaler-operator-0.2.0

Compare
Choose a tag to compare

Azure Pipelines Kubernetes-based agent scaler operator

Changes:

  • Bump versions of Go and various libraries, fixes all known vulnerabilities
  • Fix regex validation pattern for NormalOfflineAgentDeletionMinAge, DummyAgentDeletionMinAge and DummyAgentGarbageCollectionInterval, only quantities with a single quantity were allowed, e.g. "5m", now also values like "1h20m" are considered valid
  • Add configurable AgentMinIdlePeriod to CR: it defines how long the controller waits before it terminates an idle Pod
  • Improve various debug logs
  • Fix bug that agent Pods were not cleaned properly under certain conditions