Skip to content

Releases: theohbrothers/Generate-DockerImageVariantsHelpers

v0.6.1

10 Sep 02:30
baa6190
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Omit Set-DockerImageVariantsVersions -DoubleNewlines for normal versions.json newlines @leojonathanoh (#38)

v0.6.0

09 Sep 04:39
b7303ad
Compare
Choose a tag to compare

Changes

🚀 Features

  • Feature: Add Update-DockerImageVariantsVersions -AutoMergeQueue @leojonathanoh (#29)
  • Feature: Add Automerge-DockerImageVariantsPR @leojonathanoh (#28)
  • Enhancement: Improve logging in Update-DockerImageVariantsVersions -PR -AutoMergeQueue @leojonathanoh (#32)
  • Enhancement: Enhance logging in New-DockerImageVariantsPR (continued) @leojonathanoh (#35)
  • Enhancement: Enhance logging in New-DockerImageVariantsPR @leojonathanoh (#34)
  • Enhancement: Enhance logging in Automerge-DockerImageVariantsPR @leojonathanoh (#36)
  • Enhancement: Add returning of PR object from New-DockerImageVariantsPR @leojonathanoh (#27)

🐛 Bug Fixes

  • Fix: Skip Update-DockerImageVariantsVersions -PR and -AutoMergeQueue when -DryRun is specified @leojonathanoh (#31)
  • Fix: Fix Execute-Command.Tests.ps1 undefined $global:LASTEXITCODE in begining of test @leojonathanoh (#30)
  • Fix: Fix Automerge-DockerImageVariantsPR rebasing @leojonathanoh (#33)

🧰 Maintenance

  • Chore: Regenerate module manifest for Automerge-DockerImageVariantsPR @leojonathanoh (#37)

v0.5.0

08 Sep 19:55
cfedeaf
Compare
Choose a tag to compare

Changes

🚀 Features

  • Feature: Add Set-DockerImageVariantsVersions -DoubleNewlines @leojonathanoh (#25)
  • Enhancement: Use Set-DockerImageVariantsVersions -DoubleNewlines in Update-DockerImageVariantsVersions @leojonathanoh (#26)

v0.4.0

08 Sep 17:43
dd90be2
Compare
Choose a tag to compare

Changes

🚀 Features

🖊️ Refactors

  • Refactor: Use Execute-Command with scripblock in New-DockerImageVariantsPR for better readability @leojonathanoh (#24)

v0.3.0

08 Sep 09:51
9051562
Compare
Choose a tag to compare

Changes

🚀 Features

🖊️ Refactors

  • Refactor: Bump PSModulePublisher to 1878871a8362be276848c534a1d187e407c529ee @leojonathanoh (#22)
  • Refactor (tests): Improve compatibility of tests with Pester v5 @leojonathanoh (#21)

v0.2.2

08 Sep 07:45
c28648b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.2.1

04 Sep 04:29
3cd4d9b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Fix New-DockerImageVariantsPR to use Execute-Command with -ErrorAction Stop @leojonathanoh (#16)
  • Fix: Fix New-DockerImageVariants-PR commit message and PR body @leojonathanoh (#17)
  • Fix: Add positional parameters to remaining cmdlets @leojonathanoh (#15)
  • Fix: Add positional arguments to Execute-Command and Set-DockerImageVariantsVersions @leojonathanoh (#14)

v0.2.0

04 Sep 03:20
f736781
Compare
Choose a tag to compare

Changes

🚀 Features

  • Feature: Add Update-DockerImageVariantsVersions cmdlet @leojonathanoh (#4)
  • Feature: Add Get-DockerImageVariantsVersions and Set-DockerImageVariantsVersions @leojonathanoh (#5)
  • Enhancement: Add setting empty array in versions.json in Set-DockerImageVariantsVersions @leojonathanoh (#8)
  • Enhancement: Add pipeline support for Update-DockerImageVariantsVersions @leojonathanoh (#11)
  • Enhancement: Add pipeline support for Set-DockerImageVariantsVersions @leojonathanoh (#9)
  • Enhancement: Add pipeline support for Execute-Command @leojonathanoh (#10)
  • Enhancement: Add missing Parameter attributes @leojonathanoh (#12)
  • Enhancement (ci): Bump to actions/checkout@v3 @leojonathanoh (#2)
  • Enhancement (ci): Add powershell 7.3 test job @leojonathanoh (#3)

🐛 Bug Fixes

🖊️ Refactors

v0.1.0

03 Sep 23:22
Compare
Choose a tag to compare

Changes

  • No changes