Releases: OctopusDeploy/OctopusDSC
Releases · OctopusDeploy/OctopusDSC
v4.0.900
Fix up worker pool handling (#255) We were treating workers as deployment targets, and trying to retrieve them from the /api/machines endpoint. They actually live under the /api/workers endpoint. This also forces the Get-WorkerPoolMembership function to return an array, in an attempt to fix #245. Maybe fixes #245
v4.0.897
v4.0.896
v4.0.891
v4.0.889
v4.0.884
Fix issue finding matching machine from server (#243) The `cTentacleAgent::Get-TentacleThumbprint` function was not returning the thumbprint, so it was matching other machines (targets) on the server that didn't have a thumbprint property (ie, cloud regions) This commit changes the data setup so that there are other machines, causing the same issue as reported in the attached issues Fixes #246 Fixes #242
v4.0.883
v4.0.881
v4.0.880
v4.0.876
Bump nokogiri from 1.10.4 to 1.10.8 in /Tests (#248) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>