Skip to content

Releases: LindnerBrewery/OctopusDeploy

Release v2.1.0

19 Dec 14:44

Choose a tag to compare

OctopusDeploy Module Release v2.1.0

Installation

Install from PowerShell Gallery:

Install-Module -Name OctopusDeploy

Or download the zip file and extract it to your PowerShell modules directory.

Changes in this Release

Improved

  • Get-Task: Added support for retrieving tasks from DeploymentResource objects.
  • Get-CommonTenantVariable: Added support for filtering by Environment, made VariableSet optional to retrieve all variable sets, and improved output to include scope and variable set name.
  • Set-CommonTenantVariable: Enhanced to handle scoped common tenant variables with environment scoping support. Intelligently handles scope conflicts (disjoint, overlapping, equal, contained), supports setting multiple variables at once via hashtable, includes comprehensive verbose logging, and detailed comment-based help with multiple examples.

See full CHANGELOG.md for all changes.

Release v2.0.1

13 Nov 15:09

Choose a tag to compare

OctopusDeploy Module Release v2.0.1

Installation

Download the zip file and extract it to your PowerShell modules directory, or install from PowerShell Gallery:

Install-Module -Name OctopusDeploy

Changes

See CHANGELOG.md for details.

Release v2.0.0

13 Oct 15:25

Choose a tag to compare

OctopusDeploy Module Release v2.0.0

Installation

Download the zip file and extract it to your PowerShell modules directory, or install from PowerShell Gallery:

Install-Module -Name OctopusDeploy

Changes

See CHANGELOG.md for details.