Releases: MRCollective/AzureWebFarm.OctopusDeploy
Releases · MRCollective/AzureWebFarm.OctopusDeploy
2.0.0
- #37 - Fixing tests contributed by Rob Moore (robdmoore)
- #36 - OctopusDeploy 3 support contributed by Rob Moore (robdmoore)
- #35 - Expose task instead of always blocking contributed by (graemefoster)
- #34 - Forceful tentacle destruction contributed by (graemefoster)
- #33 - Updated octopus client to 3.2.0 contributed by (graemefoster)
- #32 - Azure Webroles fail to start with 'Please provide a thumbprint for this machine' error
- #31 - Fixing for multiple cloud services contributed by Lee Baker (lee-baker)
Commits: 31b0666c48...a7fee44c2c
1.3.0
- #28 - Added option to delete all IIS sites when starting up to remove the default website from the Web Role contributed by (johnkattenhorn)
- #24 - How do I get Azure to load balance to my new web site?
- #20 - Added some text around deploying windows servies contributed by Morgan Johnston (morganjohnston)
Commits: 59dd983...7f57d05
1.2.0
- #16 - A new feature that allows you to use a single Visual Studio project to deploy multiple farms against the same OctopusDeploy server by specifying a machine name suffix
- Requires a new cloud configuration property to be specified:
TentacleMachineNameSuffix
- Requires a new cloud configuration property to be specified:
- #17 - Fixes #15 a problem where the farm nodes will fail to start up when the Microsoft patching cycle runs across the farm
To update simply: Update-Package AzureWebFarm.OctopusDeploy
Make sure to check the new TentacleMachineNameSuffix
property exists in your .cscfg and .csdef files (it can be blank).
1.1.0
- #10 - Fixed a problem where roles will sometimes get into a corrupted state after normal restarts for patching where the existing tentacle install is corrupted by uninstalling the tentacles in OnStop and cleaning all trace of them.
- #10 - Install the latest version of OctopusDeploy Tentacle rather than a hard-coded one (2.1.3) so any new OctopusDeploy functionality your deployments use (e.g. substituting variables in files) will now always work rather than requiring an upgrade of the tentacle version after a health check on the OctopusDeploy server.
To update simply: Update-Package AzureWebFarm.OctopusDeploy
1.0.1
Updated to Version 2.1 of OctopusDeploy and upgraded dependent NuGet packages to latest versions.
1.0.0
Public release - stable for use in production environments.
0.0.1
Initial release.
Install from NuGet using Install-Package AzureWebFarm.OctopusDeploy
.