Skip to content

Latest commit

 

History

History
94 lines (73 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

94 lines (73 loc) · 3.7 KB

Changelog

All notable changes to this project will be documented in this file.

0.6.0 - 2024-11-22

Details

Breaking changes

  • Update dependencies: kube v0.97, thiserror v2.0 by @alex-karpenko in #17

Changed

0.5.0 - 2024-10-12

Details

Breaking changes

  • Update kube to v0.96 by @alex-karpenko in #15

Changed

0.4.0 - 2024-09-18

Details

Breaking changes

  • Update kube to v0.95, k8s-openapi to v0.23 by @alex-karpenko in #14

Changed

0.3.0 - 2024-09-14

Details

Breaking changes

  • Update kube dependency to v0.94 by @alex-karpenko in #13

Changed

  • Improve tests quality by @alex-karpenko in #12

0.2.0 - 2024-07-24

Details

Changed

  • Update dependencies by @alex-karpenko in #10

0.1.6 - 2024-07-24

Details

Fixed

  • Fix non-inclusive ranges of random generators by @alex-karpenko in #9
  • Fix concurrent Lease resource creating by @alex-karpenko in #11

0.1.5 - 2024-07-13

Details

Added

  • Add example of watch approach - simple jobs logger by @alex-karpenko in #8

Changed

  • Improve integration tests by @alex-karpenko in #6
  • Refactor file structure for readability by @alex-karpenko in #7

0.1.4 - 2024-07-08

Details

Fixed

  • Fix doc build dependency using additional feature by @alex-karpenko in #5

0.1.3 - 2024-07-08

Details

Fixed

  • Fix doc build dependency using hidden feature by @alex-karpenko in #4

0.1.2 - 2024-07-08

Details

Added

  • Add build script to fix doc build dependency by @alex-karpenko in #3

0.1.1 - 2024-07-08

Details

Fixed

  • Fix doc build dependency by @alex-karpenko in #2

[0.1.0] - 2024-07-08

Details

Changed

  • First release by @alex-karpenko in #1

New Contributors

  • @alex-karpenko made their first contribution