Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: everpeace/kube-throttler

v1.6.1

27 Sep 01:37
9c4133f
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

🔬 Other Changes

  • fix: make reservedResourceAmounts fully goroutine-safe by @sanposhiho in #62

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

29 Apr 03:20
c517f0c
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

08 Dec 05:47
c2394be
Compare
Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

  • paved tagpr powered automated release flow by @everpeace in #47
  • configure Tagpr by @everpeace in #48
  • fix typo in scheduler name in integration test by @everpeace in #50
  • add login to gchr.io in release action by @everpeace in #51
  • refactor release pipeline so that tagpr can invoke release.yaml directly. by @everpeace in #54
  • make sample deployment manifest conform 'restricted' pod security admission by @everpeace in #55
  • bump kindest/node(node image for integration test) to v1.25 by @everpeace in #56

Full Changelog: v1.4.0...v1.5.0

v1.4.0

17 Aug 13:29
c299a59
Compare
Choose a tag to compare

What’s Changed from v1.3.1

💣 Breaking Changes

v1.3.1

18 Mar 15:41
4d4f278
Compare
Choose a tag to compare

What’s Changed from v1.3.0

🚀 Features

v1.3.0

17 Mar 03:18
76d7bdc
Compare
Choose a tag to compare

What’s Changed from v1.2.0

🧰 Maintenance

v1.2.0

12 Jan 12:14
a11b2fd
Compare
Choose a tag to compare

What’s Changed from v1.1.4

🚀 Features

  • Publish an pod event when the pod resource requests exceed throrttle's threshold for warning users (#43) @everpeace
    Thanks to @everpeace

v1.1.4

16 Nov 08:48
09c1310
Compare
Choose a tag to compare

What’s Changed from v1.1.3

🐛 Bug Fixes

v1.1.3

26 Oct 05:07
908bd6d
Compare
Choose a tag to compare

What’s Changed from v1.1.2

🚀 Features

v1.1.2

25 Oct 01:19
44b501a
Compare
Choose a tag to compare
Merge pull request #40 from everpeace/fix-mutex-in-reserve-cache

Fix panic on concurrent access to reserved resource amount cache