Releases: karlmutch/duat
Releases · karlmutch/duat
0.17.0-rc.8
Changelog
- 334c588 fix : semver must always sort based on original git tag names
0.17.0-rc.7
0.17.0-rc.6
0.16.1
What's Changed
- Go 1.18.x support and modules upgrades by @karlmutch in #133
- Allow semver to optionally prepend a v suffix by @karlmutch in #134
Full Changelog: 0.16.0...0.16.1
0.16.0
IMPROVEMENTS:
- license-detector added to enable fuzzy license detection to assist in detection of unruly licenses
- Many package and module upgrades for Kubernetes 1.22 and other supported packages
BUG FIXES:
- pod file copies would not truncate files correctly as they wrote new contents
DEPRECATED:
- git-watch is retried and now redundant due to tools such as https://tilt.dev and highly recommended in conjunction with Rancher Desktop
0.15.6
0.15.5
0.15.4
0.15.3
Added features to help with doing incremental releases on github.
Added the HasReleased function and also allowed the release logic to do incremental additions to the release. The HasReleased is there to allow client applications to check if anything exists already that they dont expect inside the uploaded files for a release.