Skip to content

Releases: OctopusDeploy/OctopusDSC

v4.0.900

18 Apr 01:36
807dbac
Compare
Choose a tag to compare
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

17 Apr 23:27
66cafa2
Compare
Choose a tag to compare
Improve logging when resources dont match (#253)

v4.0.896

17 Apr 22:54
Compare
Choose a tag to compare
Fixed typo - missed a bracket

v4.0.891

14 Apr 00:02
a64d600
Compare
Choose a tag to compare
Use new have_test_dsc_configuration_return_success serverspec type (#…

v4.0.889

13 Apr 22:33
95acd6f
Compare
Choose a tag to compare
Only call /workers/all once, rather than for each worker pool (#251)

Dont need to make extra calls - its a global call, not a per worker pool call

v4.0.884

12 Apr 23:14
0d25d9d
Compare
Choose a tag to compare
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

12 Apr 06:38
Compare
Choose a tag to compare
Remove environments from worker tests

As workers dont have environments

v4.0.881

12 Apr 05:43
Compare
Choose a tag to compare
Cleanup code

* Use editors provided by OctopusClients to make life easier
* Removed old code that enabled tenants
* No need to re-sign in now that tenants is always enabled

v4.0.880

12 Apr 05:39
Compare
Choose a tag to compare
Tirdy up HRs (lines used to separate log output)

v4.0.876

11 Apr 08:14
f131d73
Compare
Choose a tag to compare
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>