-
v0.12.13 Stable
released this
2026-07-13 21:53:50 +00:00 | 73 commits to main since this releaseFixed
- Deflake
TestReReadOnRefresh_ReMintsAndRevokes. The test set noRenewalPercent, so the
re-mint horizon wascomputeDynamicHorizonWithJitter(32d-lease, 0)=76.8h − jitter(jitter
uniform in[0, 76.8h)) — i.e. uniform in[0, 76.8h), which lands below the 24hrefreshAfter
cap ~31% of the time, so the "requeue ~24h" assertion failed intermittently (it flaked the
in-cluster envtest release gate). SetRenewalPercent = 50so the pre-cap horizon deterministically
exceedsrefreshAfterand the cap is what the test exercises. (Separately worth noting: a real
ReReadOnRefresh secret withRenewalPercentunset requeues in[0, refreshAfter], occasionally
near-zero — a re-mint-churn edge worth a follow-up in the controller.)
Included changes (v0.12.12 -> v0.12.13)
bc568eb38ee1test(secrets): deflake TestReReadOnRefresh_ReMintsAndRevokes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Deflake