Skip to content

Releases: techthoughts2/Catesta

Catesta - v0.8.9

15 Jan 04:46
ca22c55
Compare
Choose a tag to compare
  • Bug fix - After build the Imports.ps1 file was being left in the artifacts folder. It will now be removed after build is completed.
  • Bug fix - when AWS CI/CD was chosen and an S3 bucket was provided for module install the modules were not correctly downloading to the build container. Fixed temp path issue and bucket name quotes added.
  • Bug fix - Build file when running in 5.1 was not honoring the "*.ps1" filter and would pick up files like ps1xml. Changed to a regex so that both 5.1 and higher versions work. This was causing ps1xml files to merged into the psm1 during build.
  • Bug fix - Fixed Module name not being replaced in SampleInfraTest.Tests.ps1

Catesta - v0.8.5

21 Dec 23:02
7459ca6
Compare
Choose a tag to compare
  • Corrected bug where AWS CI/CD choice was not correctly populating S3 bucketname for install_modules.ps1
  • Bumped module references to latest versions

Catesta - v0.8.4

17 Dec 07:20
f21b9fb
Compare
Choose a tag to compare
  • Added Manifest File to Invoke-Build buildheader
  • Added Manifest version to Invoke-Build buildheader
  • Corrected bug in Catesta's build process that wasn't displaying Manifest info in the buildheader

Catesta - v0.8.3

12 Dec 04:33
e9e5cb8
Compare
Choose a tag to compare
  • Moved Infrastructure tests from pre-build to post build
    • Included sample Infrastructure test that references artifacts location for import for post-build import.
  • Corrected spelling error in Tests folder: Infrastrcuture to Infrastructure

Catesta - Initial Release

02 Dec 20:24
f77dbf1
Compare
Choose a tag to compare

Initial Release