Skip to content

Releases: premiscale/pass-operator

v0.4.8

14 Aug 21:15
66753d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

01 Jun 05:11
1b5c9a8
Compare
Choose a tag to compare

What's Changed

This release includes improvements to the locking mechanism around event handlers. Now, when a single PassSecret has multiple event handlers fired in short or quick succession (reconciliation included), the handlers are placed on a queue and processed in the order the events occurred.

  • queue-passsecret-locks: queue up passsecret event handler locks by @emmeowzing in #141

Full Changelog: v0.4.6...v0.4.7

v0.4.6

31 May 18:16
e81ead7
Compare
Choose a tag to compare

What's Changed

The majority of the work that went into this patched release was to clean up the interface around locks on PassSecrets to prevent different event handlers from working on the same object at the same time, which would result in a race condition and uncertain outcomes.

Full Changelog: v0.4.5...v0.4.6

v0.4.5

30 May 20:16
c0b1024
Compare
Choose a tag to compare

What's Changed

  • block-reconciliation: handlers need to be blocked by a reconciliation that's in progress by @emmeowzing in #136

Full Changelog: v0.4.4...v0.4.5

v0.4.4

30 May 19:45
a21b808
Compare
Choose a tag to compare

What's Changed

  • finish e2e testing environment and test runs by @emmeowzing in #135.
    • This PR also fixes several bugs that arise between event handlers, namely between updates/creates/deletes and the reconciliation. There is now an early-exit on reconciling existing secrets if any of the other handlers are still working on a PassSecret, which gives them more time to complete (decryption can take a while).
    • Decryption of managed secrets encrypted fields is now multithreaded for greater performance on secrets with many fields.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

29 May 15:43
7754674
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

28 May 16:08
a1d8128
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 May 06:10
dba5cdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 May 14:56
6a6ac0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2

14 Feb 14:54
984b061
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2