Releases: OctopusDeploy/OctopusDSC
Releases · OctopusDeploy/OctopusDSC
v4.0.801
v4.0.800
Add Tentacle invocation tests (#233) So we can iterate a bit faster and check we are calling the right things during unit tests, not only during e2e tests * Cleanup PSScriptAnalyzer warnings * Use worker test resource, rather than tentacle test resource for worker tentacle
v4.0.782
v4.0.776
v4.0.770
v4.0.769
Change way we pass apikey to tests (#228) We were passing apikey/url/thumbprint via environment variable, but that was causing test failures. Now we store it in a file on the disk and read when we need it. Not a pattern that anyone should copy for prod though.