diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 73359c2..494627d 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,6 +5,10 @@ This document provides a high-level view of the changes to the Stevedore by release. For a detailed view of what has changed, refer to the {uri-project}/commits/main[commit history] on GitHub. +== Unreleased + +* Add option to disable installation of docker-credential-wincred + == 1.5.2 (2024-05-28) - @slonopotamus * Update Docker Engine to 26.1.3 diff --git a/README.adoc b/README.adoc index 3e30a82..9d5c5ae 100644 --- a/README.adoc +++ b/README.adoc @@ -72,6 +72,7 @@ If you only want to install specific Stevedore features, use `ADDLOCAL=Feature1, .List of available MSI features for `ADDLOCAL` * `FeatureHyperV` installs Hyper-V support. +* `FeatureWincred` install docker-credential-wincred. It allows running containers with https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/hyperv-container#hyper-v-isolation[Hyper-V isolation]. You can also pass custom installation properties to Stevedore installer using `PROPERTY=value` syntax. diff --git a/wix/main.wxs b/wix/main.wxs index 3d8cd23..8fe4dc1 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -159,10 +159,12 @@ - + - + + + + + + +