Skip to content

Releases: OctopusDeploy/Library

v1.220

02 Sep 04:05
Compare
Choose a tag to compare
Fix slightly wrong color of octopus

v1.218

01 Sep 22:20
Compare
Choose a tag to compare
  • #208 - Two steps to deal with backing up existing IIS bindings and restoring them again.
  • #207 - Update jasper-clear-cache.json to make parameters and help text a bit more generic
  • #197 - Check that app pool exists before trying to restart it. Add support for pass-through authentication credentials when creating an IIS virtual directory

v1.215

01 Sep 13:46
Compare
Choose a tag to compare
  • #206 - Added simple invoke url step template which doesn't throw when url request is not successful
  • #204 - Replaced Octopus parameter "Octopus.Step.Package.NuGetPackageVersion" with "Octopus.Release.Number"
  • #203 - Added an extra parameter to allow arguments to be passed to run the task
  • #192 - Encrypt section now works with external connectionString.config files
  • #184 - Added ability to convert a sub directory of an iis website into an iis application

v1.213

26 Aug 23:25
Compare
Choose a tag to compare
  • #201 - Added 'SQL - Deploy DACPAC' step
  • OctopusDeploy/Issues#1619 - Step template to clean configuration transform files will now prevent null Path error if no matching files were found

v1.211

11 Aug 15:03
Compare
Choose a tag to compare
  • #199 - Added option 'Allow untrusted certificates' for Web Deploy
  • #198 - SQL - Execute Script: GO statement regex incorrect
  • #196 - IIS AppPool Create - Added a field to set the QueueLength
  • #194 - Unzip template added
  • #193 - Added step template for pause/resume Pingdom check
  • #191 - added NullOrEmpty check for $SkipSyncPaths
  • #189 - updated iis-apppool-create step template with a new field to se the A.
  • #186 - added functionality to create report & data source folder
  • #185 - Step template to ensure Windows hosts file entry exists
  • #183 - Add clear Jasper web cache
  • #181 - Added step to notify deployment info to rabbitmq.

v1.202

27 Jul 04:08
Compare
Choose a tag to compare
Used `IsNullOrEmpty` to support PS 2.0

Replaced `IsNullOrWhitespace` with `IsNullOrEmpty` to properly support PowerShell 2.0. `IsNullOrWhitespace` was introduced in 3.0.

v1.201

22 Jul 12:43
Compare
Choose a tag to compare
  • Updated #187 - Add latest SQL Release feature.

v1.200

20 Jul 04:04
Compare
Choose a tag to compare
Capitalize Tentacles

v1.199

20 Jul 03:40
Compare
Choose a tag to compare
  • New 6820144 - Add Hydra step template

v1.198

16 Jul 01:58
Compare
Choose a tag to compare
  • New #179 - adding a step to apply octopus configuration variables to registry ex.
  • New #178 - Step template for adding back connection host names to Windows registry
  • Updated #177 - updated com-component-register step template with some extra logging .