Releases: LindnerBrewery/OctopusDeploy
Releases · LindnerBrewery/OctopusDeploy
Release v2.1.0
OctopusDeploy Module Release v2.1.0
Installation
Install from PowerShell Gallery:
Install-Module -Name OctopusDeployOr 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
DeploymentResourceobjects. - 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
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 OctopusDeployChanges
See CHANGELOG.md for details.
Release v2.0.0
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 OctopusDeployChanges
See CHANGELOG.md for details.