Skip to content

Releases: Ramilito/kubediff

0.1.6

18 Jul 22:02
Compare
Choose a tag to compare

Full Changelog: 0.1.5...0.1.6

0.1.5

13 Jul 14:24
e968be3
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.1.5

0.1.4

11 Jul 22:15
3c62628
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.1.4

0.1.3

06 Dec 21:12
Compare
Choose a tag to compare

Description

Using multi-threading when doing the actual diff, one thread per file per yaml file is a huge timesaving improvement! Using Rayan also helps us not go overboard since we use the default thread pool.

What's Changed

  • [Feature] using key lookup instead, ignore argo key by @Ramilito in #8
  • [Feature] log level by @Ramilito in #9
  • [Feature] Add multithreaded execution by @Ramilito in #12
  • [Feature] using Rayan for threads instead for thread pooling by @Ramilito in #14
  • [Fix] downgrade serde_yaml to 0.8.26 because of bug in 0.9.26 version

Full Changelog: 0.1.2...0.1.3

0.1.2

01 Dec 19:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1

04 Sep 07:54
Compare
Choose a tag to compare

What's Changed

  • [feat] Printing current filename and path that is being diffed

  • [feat] Verbose option, at the moment it only adds info about when there is no diff for that file

  • Create CODE_OF_CONDUCT.md by @Ramilito in #2

  • Create LICENSE by @Ramilito in #3

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

26 Aug 20:25
Compare
Choose a tag to compare