Skip to content

Releases: theohbrothers/Generate-DockerImageVariants

v0.5.0

01 Dec 03:23
9b6aa6c
Compare
Choose a tag to compare

Changes

🚀 Features

🖊️ Refactors

📝 Documentation

v0.4.7

21 Apr 19:42
072ae2b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (tests): Add missing test to ensure FILES.ps1 definition file is optional @leojonathanoh (#82)
  • Fix (logging): Add -Verbose logging when reading definition files @leojonathanoh (#83)
  • Fix (ci): Simplify determination of MODULE_VERSION in publish-to-psgallery job @leojonathanoh (#79)
  • Fix (ci): Simplify test-publish-to-psgallery and publish-to-psgallery jobs @leojonathanoh (#78)
  • Fix (ci): Fix publish-to-psgallery to correctly publish module @leojonathanoh (#84)

📝 Documentation

v0.4.6

22 Mar 08:02
e451a6e
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.4.5 🌈

08 Oct 19:45
20b9fe7
Compare
Choose a tag to compare

Changes

📝 Documentation

  • Docs (examples): Remove unneeded Dockerfiles in basic-copies example @leojonathanoh (#64)

v0.4.4 🌈

08 Oct 19:37
9258c97
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

📝 Documentation

v0.4.3 🌈

19 Nov 06:55
0cc53d6
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.4.2 🌈

12 Sep 15:46
ea09c2f
Compare
Choose a tag to compare

Changes

This version fixes a critical regression that affected all versions between v0.3.0 and v0.4.1 where files were not being generated. It is recommended to upgrade to this version immediately.

🐛 Bug Fixes

  • Fix: Use -Force in file cmdlets (Get-Content, Get-Item, Get-ChildItem, Out-File) and remove $PSDefaultParameterValues @leojonathanoh (#54)
  • Fix: Fix regression that resulted variant files not being generated @leojonathanoh (#55)
  • Fix: Fix New-RepositoryVariantBuildContext file name not matching function name @leojonathanoh (#53)
  • Fix (tests): Use -Scope It for all unit tests using Assert-MockedCalled @leojonathanoh (#56)

v0.4.1 🌈

30 May 04:16
002850b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix (tests): Fix unit tests failing for powershell on Windows_NT @leojonathanoh (#52)
  • Fix (tests): Fix test entrypoint script not exiting with non-zero exit code on any failed test @leojonathanoh (#51)

v0.4.0 🌈

28 May 01:25
448e561
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🖊️ Refactors

v0.3.1 🌈

25 May 23:05
9400706
Compare
Choose a tag to compare

Changes

📝 Documentation