Skip to content

Releases: OctopusDeploy/OctopusDSC

v4.0.1048

08 Jun 23:24
314435a
Compare
Choose a tag to compare
Use G-Zip for requesting machines/all (#284)

v4.0.1046

26 May 04:28
0c6b79f
Compare
Choose a tag to compare
Fix Tentacle only being searched for in the default install location …

…(#281)

* Use registry and functions to get octopus server/tentacle exe files

* Remove constant declaration of exe path, move to using Get-*Exe, update unit tests

* Minor fixes for exe path

* Fix unit test

* Update exe path functions with default value

* Remove blank mock

* Move exe path in test to inline

* Fix quote issue

* Fix default tentacle path not updated

v4.0.1042

24 May 22:31
154cffa
Compare
Choose a tag to compare
Update virtualbox base image to 20H2 (#282)

v4.0.1036

24 May 09:31
c126029
Compare
Choose a tag to compare
Update unit tests to work with Pester 5.2.1 (#283)

* Remove dot source in each test

* Add context for variables

* Update unit tests

* Remove comments

* Update MinimumVersion of Pester

* Update testcase tests to Pester v5 syntax

* Minor fixes

* Separate mandatory and non-mandatory tests

v4.0.1021

30 Apr 05:13
7848310
Compare
Choose a tag to compare
Log the actual exe we are calling (#279)

Rather than always saying we are executing octopus.server.exe

v4.0.1019

29 Apr 04:35
f1adca6
Compare
Choose a tag to compare
Enh ssl module (#267)

* Initial commit

* Functional component

* Adding Pester tests

* Adding tests to new resource

* Had some issues in tests

* Fixed linting errors and added example

* Fixed tests for all authentication methods.  The global variable of '' seemed to be unavailable in the BeforeAll, added path resolution here and it worked.

* Implementing suggested changes.

* More changes

* Revert "Fixed tests for all authentication methods.  The global variable of '' seemed to be unavailable in the BeforeAll, added path resolution here and it worked."

This reverts commit 6beee01e1efd8c79416f53f46ae77e1d5c169840.

* Implementing suggested changes.

* Changing cOctopusServerSslCertificate.Tests from Context to Describe blocks.

* Adding readme for new resource

* Adding referenced to new readme from main readme

* Adding e2e tests for OctopusServerSslCertificate resource.

* Aligning code, removed commented out code.

* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/Tests/cOctopusServerSslCertificate.Tests.ps1

Co-authored-by: Matt Richardson <[email protected]>

* Update README-cOctopusServerSslCertificate.md

Co-authored-by: Matt Richardson <[email protected]>

* Update README-cOctopusServerSslCertificate.md

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/Examples/cOctopusServerSslCertificate.ps1

Co-authored-by: Matt Richardson <[email protected]>

Co-authored-by: Matt Richardson <[email protected]>

v4.0.1018

21 Apr 16:51
f1adca6
Compare
Choose a tag to compare
Enh ssl module (#267)

* Initial commit

* Functional component

* Adding Pester tests

* Adding tests to new resource

* Had some issues in tests

* Fixed linting errors and added example

* Fixed tests for all authentication methods.  The global variable of '' seemed to be unavailable in the BeforeAll, added path resolution here and it worked.

* Implementing suggested changes.

* More changes

* Revert "Fixed tests for all authentication methods.  The global variable of '' seemed to be unavailable in the BeforeAll, added path resolution here and it worked."

This reverts commit 6beee01e1efd8c79416f53f46ae77e1d5c169840.

* Implementing suggested changes.

* Changing cOctopusServerSslCertificate.Tests from Context to Describe blocks.

* Adding readme for new resource

* Adding referenced to new readme from main readme

* Adding e2e tests for OctopusServerSslCertificate resource.

* Aligning code, removed commented out code.

* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/Tests/cOctopusServerSslCertificate.Tests.ps1

Co-authored-by: Matt Richardson <[email protected]>

* Update README-cOctopusServerSslCertificate.md

Co-authored-by: Matt Richardson <[email protected]>

* Update README-cOctopusServerSslCertificate.md

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/Examples/cOctopusServerSslCertificate.ps1

Co-authored-by: Matt Richardson <[email protected]>

Co-authored-by: Matt Richardson <[email protected]>

v4.0.1011

07 Apr 16:19
fc0eef8
Compare
Choose a tag to compare
Added policy to register worker sections (#278)

* Added policy to register worker sections

* Added requested test.

* Apply suggestions from code review

Co-authored-by: Matt Richardson <[email protected]>

v4.0.1007

18 Feb 11:36
034e730
Compare
Choose a tag to compare
Add tags to aws test instances

v4.0.1005

29 Jan 04:08
3f56344
Compare
Choose a tag to compare
 variable value not always available in BeforeAll block, moved call f…

…or location into Before block to fix error. (#268)