Skip to content

Releases: OctopusDeploy/OctopusDSC

v4.0.801

25 Oct 12:06
Compare
Choose a tag to compare
Remove redundant comments

v4.0.800

25 Oct 12:00
0a38e09
Compare
Choose a tag to compare
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

24 Oct 03:53
Compare
Choose a tag to compare
Whitespace

v4.0.776

23 Oct 22:12
970dc43
Compare
Choose a tag to compare
Improve tests around mandatory params (#230)

So that mof and module match up better

v4.0.770

23 Oct 07:08
Compare
Choose a tag to compare
Cleanup whitespace

v4.0.769

23 Oct 01:24
592f1ff
Compare
Choose a tag to compare
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.

v4.0.762

22 Oct 03:36
Compare
Choose a tag to compare
Code tidy up

v4.0.752

18 Oct 08:51
62bff19
Compare
Choose a tag to compare
Redirect stderr to stdout for vagrant (#227)

So we can check the log file for errors and retry

v4.0.746

18 Oct 04:27
8edc7d7
Compare
Choose a tag to compare
Fail the build if vagrant plugin install fails (#226)

v4.0.745

18 Oct 02:54
4ee3314
Compare
Choose a tag to compare
Code cleanup (#224)