Releases: theohbrothers/Generate-DockerImageVariantsHelpers
Releases · theohbrothers/Generate-DockerImageVariantsHelpers
v0.6.1
Changes
🐛 Bug Fixes
- Fix: Omit
Set-DockerImageVariantsVersions -DoubleNewlines
for normalversions.json
newlines @leojonathanoh (#38)
v0.6.0
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
Changes
🚀 Features
- Feature: Add
Set-DockerImageVariantsVersions -DoubleNewlines
@leojonathanoh (#25) - Enhancement: Use
Set-DockerImageVariantsVersions -DoubleNewlines
inUpdate-DockerImageVariantsVersions
@leojonathanoh (#26)
v0.4.0
Changes
🚀 Features
- Enhancement: Support scriptblock in
Execute-Command -Command
@leojonathanoh (#23)
🖊️ Refactors
- Refactor: Use
Execute-Command
with scripblock inNew-DockerImageVariantsPR
for better readability @leojonathanoh (#24)
v0.3.0
Changes
🚀 Features
- Feature: Add
Clone-TempRepo
@leojonathanoh (#18)
🖊️ Refactors
- Refactor: Bump
PSModulePublisher
to1878871a8362be276848c534a1d187e407c529ee
@leojonathanoh (#22) - Refactor (tests): Improve compatibility of tests with Pester v5 @leojonathanoh (#21)
v0.2.2
v0.2.1
Changes
🐛 Bug Fixes
- Fix: Fix
New-DockerImageVariantsPR
to useExecute-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
andSet-DockerImageVariantsVersions
@leojonathanoh (#14)
v0.2.0
Changes
🚀 Features
- Feature: Add
Update-DockerImageVariantsVersions
cmdlet @leojonathanoh (#4) - Feature: Add
Get-DockerImageVariantsVersions
andSet-DockerImageVariantsVersions
@leojonathanoh (#5) - Enhancement: Add setting empty array in
versions.json
inSet-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
- Fix: Fix
Update-DockerImageVariantsVersions
@leojonathanoh (#13)
🖊️ Refactors
- Refactor: Rename
New-PR
toNew-DockerImageVariantsPR
@leojonathanoh (#7) - Refactor: Rename
Get-ChangedVersions
toGet-VersionsChanged
@leojonathanoh (#6)
v0.1.0
Changes
- No changes