Releases: dbosoft/CloudInit.ConfigDrive
Releases · dbosoft/CloudInit.ConfigDrive
Release 2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
Release 2.0.0
What's Changed
- Bump dependencies by @ChristopherMann in #19
New Contributors
- @ChristopherMann made their first contribution in #19
Full Changelog: v1.0...v2.0.0
Release 1.0
What's Changed
- moved to dbosoft namespace and refreshed code by @fw2568 in #13
- Pull/rename and refresh by @fw2568 in #14
- update of dependencies by @fw2568 in #15
- complete redesign by @fw2568 in #16
- improved userdata by @fw2568 in #17
- network configuration by @fw2568 in #18
Full Changelog: v0.5.0...v1.0
Release 0.5.0 (BREAKING)
- moved CloudInit.ConfigDrive to Haipa Project (renamed also namespace and package names, BREAKING CHANGE)
- added support for .NET CORE
Bugfix Release 0.2.1
Issue: Contiva.CloudInit.ConfigDrive.WindowsImaging is not installable due to reference to non-existing nuget package.
0.2.0: Replaced simpleinjector with internal DI (#4)
* replaced simpleinjector with internal di container * moved ConfigException * target net 45 directly and add netstandard 1.3 as target * fixed runtime errors with new builder