github Scalr/agent-helm agent-job-0.6.4

latest releases: v2607.31.0-rc1, agent-local-0.6.4, agent-k8s-0.6.4...
3 hours ago

Updated

  • Bumping chart version to v0.6.4 for scalr-agent v1.3.0

Added

  • Added task.job.backoffLimit (default 1) to bound retries for task pods that fail before the workload starts, such as launch and infrastructure failures.
  • Added a kubeVersion: ">=1.35.0-0" constraint so Helm rejects installation and upgrades on clusters older than Kubernetes 1.35.
  • Added agent.providerCache.dropKernelPages (default true) to control dropping Linux kernel page cache entries for the provider cache directory, exported as SCALR_AGENT_PROVIDER_CACHE_DROP_KERNEL_PAGES.

Changed

  • Task Jobs now use a podFailurePolicy so a pod that already started the task is no longer retried. A container that exits non-zero fails the Job immediately, while a pod disrupted before it starts (eviction, preemption, node shutdown) is retried without consuming the backoff budget. Previously backoffLimit was fixed at 0 and never retried.

Don't miss a new agent-helm release

NewReleases is sending notifications on new releases.