Skip to content

Releases: OctopusDeploy/Library

v1.225

07 Sep 00:15
Compare
Choose a tag to compare
  • #213 - Deploy DACPAC step template can now load DAC dll from DACfx, no need for VS on your Tentacle

v1.224

04 Sep 01:19
Compare
Choose a tag to compare
  • #212 - Fixed issues with Deploy SSRS Reports from a package step template
  • #211 - IIS AppPool - Create: added retry logic and parameter cleanup

v1.222

02 Sep 21:31
Compare
Choose a tag to compare
  • #210 - Update file-system-backup-directory step to check if source directory exists before running robocopy

v1.221

02 Sep 05:06
Compare
Choose a tag to compare
  • #159 - Chocolatey Install template now passes -y when choco is > 0.9.9

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.