Releases: mthalman/dredge
Releases · mthalman/dredge
Dredge 6.0.1
Dredge 6.0.0
What's Changed
Breaking Changes
Features
Bug Fixes
Updated Dependencies
- Upgrade package dependencies by @mthalman in #93
- Pin dependencies by @renovate in #96
- Update dependency Valleysoft.DockerRegistryClient to 5.0.1 by @renovate in #97
- Update dependency Microsoft.CodeAnalysis.CSharp to 4.11.0 by @renovate in #99
- Update dependency Microsoft.NET.Test.Sdk to 17.11.1 by @renovate in #100
- Update dependency Moq to 4.20.72 by @renovate in #101
- Update GitHub Artifact Actions to v4 (major) by @renovate in #103
- Update actions/checkout action to v4 by @renovate in #104
- Update dependency coverlet.collector to v6 by @renovate in #106
- Update docker/build-push-action action to v6 by @renovate in #107
- Update docker/login-action action to v3 by @renovate in #108
- Update docker/setup-buildx-action action to v3 by @renovate in #109
- Update docker/setup-qemu-action action to v3 by @renovate in #110
- Update xunit-dotnet monorepo by @renovate in #102
- Update docker/setup-buildx-action digest to 8026d2b by @renovate in #111
- Update docker/setup-buildx-action digest to c47758b by @renovate in #112
- Update actions/checkout digest to eef6144 by @renovate in #113
- Update actions/upload-artifact digest to 604373d by @renovate in #114
- Update actions/upload-artifact digest to 8448086 by @renovate in #115
- Update dotnet monorepo by @renovate in #116
- Update actions/upload-artifact digest to 604373d by @renovate in #117
- Update actions/upload-artifact digest to b4b15b8 by @renovate in #119
- Configure global.json by @mthalman in #120
- Update actions/setup-dotnet action to v4 by @renovate in #105
- Update dependency Valleysoft.DockerCredsProvider to 2.2.4 by @renovate in #123
- Update dependency Valleysoft.DockerfileModel to 1.2.0 by @renovate in #124
- Update actions/checkout digest to 11bd719 by @renovate in #125
- Update actions/setup-dotnet digest to 3e891b0 by @renovate in #126
- Update dotnet monorepo by @renovate in #127
- Update dependency dotnet-sdk to v9 by @renovate in #129
- Update dependency Microsoft.NET.Test.Sdk to 17.12.0 by @renovate in #130
- Update docker/build-push-action digest to 48aba3b by @renovate in #132
- Update dependency dotnet-sdk to v9.0.101 by @renovate in #133
- Update dotnet monorepo by @renovate in #134
Infra/Misc
- Resolve xunit warnings by @mthalman in #121
- Setup CI build for Docker by @mthalman in #122
- Merge dev to main by @mthalman in #136
Full Changelog: v5.0.0...v6.0.0
Dredge 5.0.0
What's Changed
Breaking Change
- Switch to framework-dependent deployment by @mthalman in #83
- Change diff JSON output to use camelCasing by @mthalman in #84
Bug Fixes
Infra/Misc
- Store statically-defined product version by @mthalman in #80
- Refactor workflows into reusable parts by @mthalman in #81
- Workflow to rebuild Docker image on base image update by @mthalman in #82
- Omit pbd deletion by @mthalman in #85
- Update readme for install prereqs by @mthalman in #88
- Update product version to 5.0.0 by @mthalman in #89
- Merge dev to main by @mthalman in #90
Full Changelog: v4.3.1...v5.0.0
Dredge 4.3.1
What's Changed
- Clarify error message for unauthorized access by @mthalman in #77
- Update package references by @mthalman in #78
Full Changelog: v4.3.0...v4.3.1
Dredge 4.3.0
Dredge 4.2.1
What's Changed
Bug Fixes
- All unset layer index for saving image layers by @mthalman in #60
- Fix image history parsing by @mthalman in #64
- Fix parsing of spaces for key-value pairs by @mthalman in #65
- Set product version in Docker image by @mthalman in #63
Misc
- Update Dockerfile by @richlander in #58
Full Changelog: v4.2.0...v4.2.1
Dredge 4.2.0
What's Changed
Features
- Include platform options for all commands referencing an image by @mthalman in #52
- Add get/set commands for settings by @mthalman in #53
- Support for global platform settings by @mthalman in #54
Bug Fixes
Misc
- Refactor command classes by @mthalman in #51
- Reorder settings commands by @mthalman in #55
- Update docs by @mthalman in #56
Full Changelog: v4.1.0...v4.2.0
Dredge 4.1.0
What's Changed
Features
- Add compressed-size option for comparing layers by @mthalman in #45
- Add "image dockerfile" command by @mthalman in #46
Bug Fixes
Misc
Full Changelog: v4.0.0...v4.1.0
Dredge 4.0.0
What's Changed
Breaking Changes
Features
- Adds "image save-layers" command by @mthalman in #32
- Adds "clear-cache" command by @mthalman in #33
- Support creds via environment variables by @mthalman in #34
- Publish Docker image by @mthalman in #37
Feature Revisions
Bug Fixes
- Support no Docker installation by @mthalman in #35
- Support tarball extraction with empty directory by @mthalman in #36
Misc.
- Update readme by @mthalman in #31
- Update docs for new features by @mthalman in #40
- Fix pack and publish by @mthalman in #41
- Use publish settings for restore by @mthalman in #42
Full Changelog: v3.4.0...v4.0.0
Dredge 3.4.0
What's Changed
Features
- Defines "image compare layers" command by @mthalman in #20
- Adds "image compare files" command by @mthalman in #28
- Add a settings command by @mthalman in #29
- Support MacOS standalone executables by @mthalman in #30
Feature Revisions
- Refactor "image compare" command by @mthalman in #21
- Change history option to compare layer history by @mthalman in #22
- Refactor dredge for testability by @mthalman in #23
- Fix implicit latest tag handling by @mthalman in #26
- Fixes incorrect color for history row in sxs comparison by @mthalman in #27
Tests
- Add unit test project by @mthalman in #24
- Adds rest of unit tests for "image compare layers" command by @mthalman in #25
Full Changelog: v3.3.0...v3.4.0