Releases: rancher/ecm-distro-tools
Releases · rancher/ecm-distro-tools
v0.28.0
What's Changed
- #313: add documentation to just build for your arch and os by @tashima42 in #314
- #311: fix file names at dockerfile by @tashima42 in #312
- Command to check Rancher dependencies for a RC by @johnatasr in #286
- #293: tag rancher release by @tashima42 in #315
- Add rocky packer template by @rancher-max in #319
- K3s release improvements by @tashima42 in #324
- #326: Backport update to cobra and UX improvements by @tashima42 in #327
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- Add charts versions to rke2 release notes by @galal-hussein in #309
- #304: add golang docker alpine version check by @tashima42 in #310
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- fix rke2 release typo in release yaml by @tashima42 in #302
- #306: update action to use install script by @tashima42 in #307
Full Changelog: v0.25.1...v0.26.0
v0.25.1
What's Changed
- Add sha256 sums for all binaries by @briandowns in #284
- #246: Remove docker check from rancher image check by @tashima42 in #288
- add rke2-dependencies.md by @brooksn in #295
- refactor owner repo, add list of repos, helper funcs, latest tag, list tags by @briandowns in #296
- #253, #252: automate set refs flags by @tashima42 in #289
- Add owner/org flag to backport, update readme by @briandowns in #298
- Fix packaging and install script by @tashima42 in #300
- remove standup by @briandowns in #301
Full Changelog: v0.25.0...v0.25.1
v0.25.0
v0.24.1
add golang bins in release gh action (#282) * add golang bins in release gh action * fix gh action documentation --------- Co-authored-by: Pedro Tashima <[email protected]>
v0.24.0
v0.23.0
#246: rancher image check (#265) * add docker package * add check rancher image command * rename file * move url concatenation to docker tag function * check rancher docker image recieve context * recieve org repo and archs as arguments * use constants * create new yaml decoder for response body * use rancherOrg * add http package * rename to ecmHTTP * remove bool return * style fix --------- Co-authored-by: Pedro Tashima <[email protected]>
v0.22.0
What's Changed
- Fix release action by @brooksn in #201
- check for workspace path existence and absolute path by @briandowns in #200
- Add Codespaces support by @johnatasr in #199
- Fix containerd version in Gen Release notes by @johnatasr in #204
- add success message and rebase information on create_tags command by @tashima42 in #203
- Update release asset counts k3s by @luisrojas2 in #206
- #144 separate k3s and rke2 template execution by @tashima42 in #208
- #221 - remove outdated known issues by @tashima42 in #226
- Add Cherry Pick Feature to Backport Tool by @briandowns in #225
- Fix for release notes Flannel tag link by @johnatasr in #228
- Backport: Allow user assignment override by @dereknola in #223
- Fix calico RKE2 Calico release notes by @johnatasr in #233
- update readme by @briandowns in #234
- fix illegal hardware address by @briandowns in #236
- add upstream_go_version util by @briandowns in #235
- K3s release no GPG sign by @johnatasr in #230
New Contributors
- @tashima42 made their first contribution in #203
- @luisrojas2 made their first contribution in #206
Full Changelog: v0.21.0...v0.22.0
v0.21.0
Adding tag rc and release commands to k3s_release (#196) * Adding tag rc and release commands to k3s_release Signed-off-by: galal-hussein <[email protected]> * Fix comments Signed-off-by: galal-hussein <[email protected]> --------- Signed-off-by: galal-hussein <[email protected]>