Skip to content

v1.0.36

Choose a tag to compare

@joshiste joshiste released this 10 Mar 07:40
· 114 commits to main since this release
135ed9e

Changelog

  • ea55a3e Merge pull request #134 from steadybit/check-bandwidth
  • 512d558 Merge pull request #135 from steadybit/fix/bm-13918
  • a120e4d Merge pull request #137 from steadybit/check-bandwidth
  • b2a9cfc Merge pull request #138 from steadybit/dependabot/go_modules/github.com/steadybit/extension-kit-1.10.2
  • 08f1558 Merge pull request #139 from steadybit/feat/req-timeout
  • 1128007 Merge pull request #143 from steadybit/dependabot/docker/goreleaser/goreleaser-v2.14.0
  • 13adf6f Merge pull request #144 from steadybit/dependabot/docker/goreleaser/goreleaser-v2.14.1
  • 837b15e build(deps): bump github.com/steadybit/extension-kit
  • 9d4ae46 build(deps): bump goreleaser/goreleaser from v2.13.3 to v2.14.0
  • 0df5851 build(deps): bump goreleaser/goreleaser from v2.14.0 to v2.14.1
  • 6afd38d build: update alpine packages in Docker image to address CVEs
  • 299ba30 chore(chart): bump chart version for image.registry split
  • 7759801 chore: add .env to .gitignore and small cleanup
  • 26ac0b8 chore: add trace logging for worker
  • 03f6ab3 chore: adjust bandwidth measurement approach
  • 64e13f4 chore: fix missing debug log for http requests being performed.
  • 5944eba chore: remove automaxprocs dependency (#136)
  • 29148be chore: support global.priorityClassName (#140)
  • 135ed9e chore: update changelog for v1.0.36
  • 462be1e chore: update helm chart version
  • b0cb376 feat(chart): split image.name into image.registry + image.name
  • 7ce974b feat: add http bandwidth check
  • c150bfa feat: add request-aware timeout header
  • 3af79ae feat: enable bandwidth check by default
  • e51c2d4 fix: allow less than one http requests per second
  • f425a56 fix: cancel fixed amount checks, when at deadline
  • 3c0fe02 fix: cancel in-flight reqs when the duration is exceeded
  • f90c9f9 fix: cancel in-flight requests when stopping periodic http checks.
  • 9b038c5 fix: deadlock on stop when metric channel is fully packed
  • f34dc30 fix: handle zero completed requests in success rate check
  • e33711a fix: move request limiting from workers to ticker
  • aca0e35 fix: prevent ticker goroutine from blocking on stop signal
  • 85569bb fix: prevent worker from dying permanently on request creation failure
  • 4811a80 fix: regenerate Chart.lock with remote extensionlib repository URL
  • a452dbf fix: stop ticker on goroutine exit to prevent resource leak
  • 89fa4d6 refa: align clusterName template to use dig-based nil-safe pattern (#142)
  • 73c0e16 refa: deduplicate e2e integration tests for HTTP checks
  • 21bd417 refa: fetch metrics after getting the totals
  • ad19c11 refa: improve http checker