Releases: sevensolutions/nomad-iis
Releases · sevensolutions/nomad-iis
v0.3.0
What's Changed
- Fixed Directory Permissions Handling #5
- Added directory_security-setting to enable/disable Directory Permissions Handling #5
- Improved AppPool/Website naming when using invalid characters
- Fixed a bug when deploying a website to an empty IIS (no websites). #16
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Updated dependencies #11
- Directory Permissions are now being set correctly #5
- AppPools and Websites now use the naming scheme "<alloc-id>-<task-name>". This implicitly fixes #2
- AppPools now support "NoManagedRuntime" #4
- Application paths are now related to the task-directory instead of the root alloc directory. #1
- Added Basic HTTPS support by supplying the certificate's hash #3
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First official version.
v0.1.0-preview.1
A first preview. Please note, that this still has some bugs.