Releases: rasmus/Bake
Releases · rasmus/Bake
v0.35.48-beta
Release notes
- New: Set application icon
- Fix: Correctly set assembly version for .NET projects
Changes
Updated dependencies
- Bump Octokit 13.0.1 to 14.0.0 (#482, by @dependabot)
Full Changelog: 408c086...06973fd
Files
bake_windows_x86_64.zip
- SHA256:
A54EDE629362AE39E6B3902D93CA62D51553EFB77BC5F8629626FAFBEF76791B
- SHA256:
bake_linux_x86_64.zip
- SHA256:
9DAB81226A4D950818E8E12191A00EEC56970EB6F4D5B9ED71494EFE64A9C517
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
0D8D898F6326BD3CC63A6861E118C4601C0E7B16759BD7814D3C35C4B6D3F52D
- SHA256:
v0.34.47-beta
Release notes
- Fix: Group name for pretty printed artifacts in build report, especially executables
- Fix: Helm charts with dependencies could not update them
Changes
Updated dependencies
Full Changelog: 670e507...408c086
Files
bake_windows_x86_64.zip
- SHA256:
EDC36BDE4ACBB97F70CA8A91E3ABF3590456198096EA2B1729C7F99995BD6EAB
- SHA256:
bake_linux_x86_64.zip
- SHA256:
063686F736992236B2176E343BFE855DFEC45117D1570C9CEEFB84A88D0B7A97
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
C084D4834C49FF09BDC7D9A6F3A6FEE5FCFAC8967EA4D4CD3D3980B5D90F4FCE
- SHA256:
v0.33.46-beta
Release notes
- Fix: File artifacts are now actually validated
- Fix. NuGet packages are now correctly named if the
PackageId
property is set
Changes
Updated dependencies
Full Changelog: 7a9783f...670e507
Files
bake_windows_x86_64.zip
- SHA256:
9D153B467AD902E52242282F0767D09D0F514D7904874984EB4A3A1A36D46B84
- SHA256:
bake_linux_x86_64.zip
- SHA256:
A25EA521B0152A15F69AC7C3FE9AD4F69A2C1929500F1F72F1C67216BDC394A7
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
A2EBC93862B7337802CD34E46FFD3DFEB21ED0E2B758FA2328E3133AE4ACBD27
- SHA256:
v0.32.45-beta
Release notes
- New: Add
--skip-duplicate
to NuGet push to skip pushing packages that already exist in
order to make it easier to retry released that have failed partially - New: Make it possible to disable Helm chart linting as well as enable strict linting
- Fix: Update Helm charts before linting them
- Fix: Properly set version when publishing
.csproj
projects
Changes
- New: Skip duplicate NuGet packages by default (#474, by @rasmus)
- Fix: Update file headers, it's a new year (#475, by @rasmus)
- Fix: Publish should include version arguments (#478, by @rasmus)
- New: More Helm control (#479, by @rasmus)
Updated dependencies
- Bump WireMock.Net 1.6.10 to 1.6.11 (#473, by @dependabot)
Full Changelog: 648255d...7a9783f
Files
bake_windows_x86_64.zip
- SHA256:
DBC3CB37C8D967265308670AF3A995F649276B00E25E497AC51877DDA82F0FE5
- SHA256:
bake_linux_x86_64.zip
- SHA256:
C6953248F12F49540819619742AA7976FDBE4937B1E40EBAD877D8B77FE33A8A
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
08420A2C941B2C00D7DF823495505CC80A842F3F620B3DA43EAF3B6387DA5FE0
- SHA256:
v0.31.44-beta
Release notes
- New: Retry
docker push
commands as it seems Docker Hub is a bit flaky - Fix: If we have no exact match, we should try to find one that matches regardless of metadata
- Fix: Only pull GitHub pull-request data for release as not to hit GitHub rate limits
Changes
- Better guess at a version (#450, by @rasmus)
- Nit: Better ordering of container labels (#463, by @rasmus)
- New: Retry docker push a couple of times as it seems unstable (#465, by @rasmus)
- Nit: Pretty artifact group names for summary (#467, by @rasmus)
- Only pull GitHub pull-request data for release (#472, by @rasmus)
Updated dependencies
- Bump FluentAssertions 6.12.2 to 7.0.0 (#444, by @dependabot)
- Bump github.com/labstack/echo/v4 4.12.0 to 4.13.3 in /TestProjects/GoLang.Service (#447, #453, #454, #462, by @dependabot)
- Bump golang.org/x/crypto 0.22.0 to 0.31.0 in /TestProjects/GoLang.Service (#452, by @dependabot)
- Bump LibGit2Sharp 0.30.0 to 0.31.0 (#446, by @dependabot)
- Bump Microsoft.NET.Test.Sdk 17.11.1 to 17.12.0 (#442, by @dependabot)
- Bump NUnit 4.2.2 to 4.3.2 (#456, #466, #471, by @dependabot)
- Bump WireMock.Net 1.6.7 to 1.6.10 (#443, #451, #455, by @dependabot)
- Bump YamlDotNet 16.2.0 to 16.3.0 (#445, #469, by @dependabot)
Full Changelog: 62df9d6...648255d
Files
bake_windows_x86_64.zip
- SHA256:
8BBEBC9D0D1A1CD8E1597B9FA7C8420CC1FE9DFAD0B8F2AAA6B9864260D000F0
- SHA256:
bake_linux_x86_64.zip
- SHA256:
14C12AED0375B7FB4AAF592BC52A1E75FB377AA2481DF86B4A278BB8E1CEBB3B
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
652E834AC7DC739C4E4C29500E4894035A9887CF0FA74FCC2EC05CDABCE06B8A
- SHA256:
v0.30.43-beta
Release notes
- Fix:
.dockerignore
files are now correctly copied to the build context instead of the parent directory
Changes
- Fix inverted log message (#428, by @rasmus)
- Fix: .dockerignore files were written to the wrong directory (#441, by @rasmus)
Updated dependencies
- Bump flask 3.0.3 to 3.1.0 in /TestProjects/Python3.Flask (#439, by @dependabot)
- Bump FluentAssertions 6.12.1 to 6.12.2 (#432, by @dependabot)
- Bump Microsoft.Extensions.Configuration.UserSecrets 8.0.0 to 8.0.1 (#431, by @dependabot)
- Bump Microsoft.Extensions.Logging 8.0.0 to 8.0.1 (#430, by @dependabot)
- Bump NuGet.Packaging 6.11.1 to 6.12.1 (#438, by @dependabot)
- Bump YamlDotNet 16.1.3 to 16.2.0 (#433, by @dependabot)
Full Changelog: 1c3245e...62df9d6
Files
bake_windows_x86_64.zip
- SHA256:
82A330BDCD1F7D9A428FBE2302DD60AB614594B062F05D060C41D70222A297A7
- SHA256:
bake_linux_x86_64.zip
- SHA256:
B51EF61E1BAD2AA8FA57095986872E8914DB9AAB135A697BD6D1A3C2497035EB
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
E6CF69E1E61BA7A7EB2BC53CDA88EFD232E1BCC784A9E7E042F2F1A5D46CC963
- SHA256:
v0.29.42-beta
Release notes
- Fix: Incorrect parsing of Docker Hub image names, e.g.
rasmus/debug
Changes
Updated dependencies
Full Changelog: cddd6a6...1c3245e
Files
bake_windows_x86_64.zip
- SHA256:
DAF43ADFCDF5F4E33B9494DBEF5390DC2406F1E037EDF509D14EE555A55CB17B
- SHA256:
bake_linux_x86_64.zip
- SHA256:
1BED685B6573B5FEBC11AE19B4F81260073255B10F29E0183D8755CCEECAE274
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
C285774C4EBAB1088DC9D7E2BC8AC569C506B8577933B506296C9563BD11BCCC
- SHA256:
v0.28.41-beta
Release notes
- Feature: Allow setting timeouts for both ingredient gathering as well as composing
- Fix: Improve information provided when gathering ingredients for a release
Changes
- Build(deps): Bump cookie and light-my-request in /TestProjects/NodeJS.Service (#424, by @dependabot)
- Improve ingredients gathering information and timeouts (#426, by @rasmus)
Updated dependencies
- Bump NuGet.Packaging 6.11.0 to 6.11.1 (#423, by @dependabot)
- Bump WireMock.Net 1.6.3 to 1.6.7 (#419, #421, #422, #425, by @dependabot)
- Bump YamlDotNet 16.1.2 to 16.1.3 (#420, by @dependabot)
Full Changelog: 5cad3d4...cddd6a6
Files
bake_windows_x86_64.zip
- SHA256:
0BB4388ADDB4B2EFD495DC57816BB6F6C6F7084D2080B450EF95BB465CDE1923
- SHA256:
bake_linux_x86_64.zip
- SHA256:
31C6373FCA8EDF043956511ED05B118A6B4A6B53A7DA8B346D22DC2637E929FD
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
79E79BA7CD88B8C1D54492CF9616BA0199075DC3B2776E1CC46134E551E1BF0B
- SHA256:
v0.27.40-beta
Release notes
- Fix: ARM can now correct be selected as a platform for .NET
Changes
- Add timeouts to fail faster (#412, by @rasmus)
- Fix creating .NET for ARM platforms (#417, by @rasmus)
Updated dependencies
- Bump find-my-way 8.1.0 to 8.2.2 in /TestProjects/NodeJS.Service (#416, by @dependabot)
- Bump FluentAssertions 6.12.0 to 6.12.1 (#411, by @dependabot)
- Bump Microsoft.NET.Test.Sdk 17.11.0 to 17.11.1 (#409, by @dependabot)
- Bump WireMock.Net 1.6.2 to 1.6.3 (#410, by @dependabot)
- Bump YamlDotNet 16.1.0 to 16.1.2 (#414, by @dependabot)
Full Changelog: b619f99...5cad3d4
Files
bake_windows_x86_64.zip
- SHA256:
376D80698680DA11E054EF03125A371FC1AA72BA71BBDA5A05EEA2516D6F3AF9
- SHA256:
bake_linux_x86_64.zip
- SHA256:
24A9EB27CD71884681A288D19E87C7040AB2718A3E19DDEA7102B3CDFC7096D4
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
B939B83F9301057C7EF7066DBFDB9081C4C1158EBEBC69BAD56122F2955BB2A0
- SHA256:
v0.26.39-beta
Release notes
- Fix:
docker-compose
vs.docker compose
- Fix: Correct parsing of GitHub dependabots new PR titles
Changes
- Test Docker compose fix (#398, by @rasmus)
- Allow parsing of conventional commits (#403, by @rasmus)
- Update RELEASE_NOTES.md (#407, by @rasmus)
Updated dependencies
- Bump fastify 4.28.0 to 4.28.1 in /TestProjects/NodeJS.Service (#392, by @dependabot)
- Bump Microsoft.NET.Test.Sdk 17.9.0 to 17.11.0 (#399, by @dependabot)
- Bump NuGet.Packaging 6.9.1 to 6.11.0 (#394, by @dependabot)
- Bump NUnit 4.1.0 to 4.2.2 (#402, #406, by @dependabot)
- Bump NUnit3TestAdapter 4.5.0 to 4.6.0 (#395, by @dependabot)
- Bump Octokit 13.0.0 to 13.0.1 (#396, by @dependabot)
- Bump System.Reactive 6.0.0 to 6.0.1 (#397, by @dependabot)
- Bump WireMock.Net 1.5.52 to 1.6.2 (#400, #401, #408, by @dependabot)
- Bump YamlDotNet 15.1.2 to 16.1.0 (#405, by @dependabot)
Full Changelog: 56c94f5...b619f99
Files
bake_windows_x86_64.zip
- SHA256:
BC4F968604AA4A21256ED3432B2D9312BCB2C754E390180A6E249950B3594DB6
- SHA256:
bake_linux_x86_64.zip
- SHA256:
937BB0851156A0FC3FFD3A6FA7B49DE5E71B9D1251BF6AB7FE7F61B9C52F778E
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
136E04A4A7066B541EE74E1FA41A527C4396A25C450C287D6A719AC38AF5B550
- SHA256: