From 790b9e492ff30a6ad9b9788c527a745f14c4d0c8 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 25 Aug 2021 13:43:00 +0200 Subject: [PATCH 1/2] v4.4.8: changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f9381cb..4d1e725e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v4.4.8 + +## Enhancements + +- Improved DroneCI Pipeline for Multiarch Images and SemVer Tags (#712) + - **Important**: New images will not have the `v` prefix in the tag anymore! + - but now real releases will use the "hierarchical" SemVer tags, so you could e.g. subscribe to rancher/k3d-proxy:4 to get v4.x.x images for the proxy container + +## Fixes + +- clusterCreate: do not override hostIP if hostPort is missing (#693, @lukaszo) +- imageImport: import all listed images, not only the first one (#701, @mszostok) +- clusterCreate: when memory constraints are set, only pull the image used for checking the edac folder, if it's not present on the machine +- fix: update k3d-tools dependencies and use API Version Negotiation, so it still works with older versions of the Docker Engine (#679) + +### Misc + +- install script: add darwin/arm64 support (#676, @colelawrence) +- docs: fix go install command (#677, @Rots) +- docs: add project overview () (#680) + ## v4.4.7 ### Features / Enhancements From bcc1d60db99f0289df93e8ad75ebf98055e12638 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Mon, 30 Aug 2021 12:34:11 +0200 Subject: [PATCH 2/2] manifests: ensure that dind image has - separator --- dind-manifest.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dind-manifest.tmpl b/dind-manifest.tmpl index 20448a1b..600c5613 100644 --- a/dind-manifest.tmpl +++ b/dind-manifest.tmpl @@ -1,4 +1,4 @@ -image: rancher/k3d:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}dind +image: rancher/k3d:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-dind {{#if build.tags}} tags: {{#each build.tags}}