Releases: rasmus/Bake
Releases · rasmus/Bake
v0.9.21-beta
Release notes
- New: If there is no
.dockerignore
file found when building aDockerfile
,
create one with some sensible defaults - New: By default, Docker builds will compress build context before sending
it to the Docker daemon - Fixed: Required
RepositoryUrl
parameter for NuGet packages is now
the correct URL for the repository... for real this time
Files
bake_windows_x86_64.zip
- SHA256:
0C2F8582ADEFE870E1D8A6BC30FC607791967417669345B4CC6899F20702EF67
- SHA256:
bake_linux_x86_64.zip
- SHA256:
2A2D867EB4132E6E7385EC70047117785D54D7C6CB7D2BEB4746D3C5E02477B5
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
563CD9C5241C87753E466432B830A65762C28BBA6708DDA4F32F3F651F42B89F
- SHA256:
v0.7.19-beta
Release notes
- New: Produce ASP.NET Core containers that are able to run in read-only
file systems, run as non-root as well as drop all capabilities. Here is
an example security configurationsecurityContext: runAsUser: 1000 runAsGroup: 2000 allowPrivilegeEscalation: false privileged: false readOnlyRootFilesystem: true capabilities: drop: - all
- New: Now possible to change Bake internal defaults via environment
variables. More of these will be exposed in upcomming releases - Fixed: Docker Hub push URL should just be the username
- New: Now possible to change Bake internal defaults via environment
Files
bake_windows_x86_64.zip
- SHA256:
E72D2258C35CCB7D06466A478B3EB738CA662C9F306A6A894BBF785A58A6FA90
- SHA256:
bake_linux_x86_64.zip
- SHA256:
DEE497A0595C501CD63B4390B68F3F637E6A84260608D607138F5AF1D2EFD497
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
D9E08B1DC33F2EAC4FFA3F253FAA7437F1A3A0C6756A5C8215357B0C0FC697BA
- SHA256:
v0.6.18-beta
Release notes
- New: Containers and their tags are now listed on GitHub releases
- New: Helm charts are now linted and packaged
Files
bake_windows_x86_64.zip
- SHA256:
6498547080268842E9E9AAAC4624863C38B0F9FE45A6F29E9FE487F31A8061F0
- SHA256:
bake_linux_x86_64.zip
- SHA256:
4270EEBE6BAEF944B2313C277E2A472661AB2C1B118D5B3B0283E47731DF3020
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
C483606CB05E5A17A71189A92A8049ACADD0DB81E628405B2805DB65B58117E1
- SHA256:
v0.5.17-beta
Release notes
- New: Now possible to set target platforms via --target-platform argument,
which has the default win/x64, linux/x64 and osx/x64 - New: Bake now builds MkDocs built projects into ZIP files and releases
them as part of the release process - Fixed: Windows tool ZIP files now excludes the ".exe" in the filename
- Fixed: GitHub Enterprise usage should be detected in most cases now
- Fixed: Made sure that composers are do in an order that statisfies their
needs
Files
bake_windows_x86_64.zip
- SHA256:
66F9CEE4C8108B59C664761DFBFF0ECDC2FFDD3F4282E809BAE79E51447D234F
- SHA256:
bake_linux_x86_64.zip
- SHA256:
291F6564A6B9E295F8584529774945E7255AF641EDEEC0B495EE4B046091BFD1
- SHA256:
bake_macosx_x86_64.zip
- SHA256:
7A148E9017D84041A4593CC3230321036DB846B35241855597DED36BBC91172B
- SHA256:
v0.4.16-beta
Release notes
- New: Run .NET in an Alpine Linux image instead of a full blow Ubuntu
- New: Provide descriptions of what each sub-command actually does
- Fixed: Not specifying a version should merely default to 1.0 instead
of throwing an exception - Fixed: Release files containing Bake should be named
bake
instead
ofBake
- Fixed: Now correctly naming the ZIP filename of the release artifacts
on GitHub releases
Files
bake_linux_amd64.zip
- SHA256:
40E0818E18F8F32DBB8D30392942A10D306609516A27826DC56EAD894BB9B195
- SHA256:
bake.exe_windows_amd64.zip
- SHA256:
75F90C5FAEA49F008872C5D495F9F90DF8EBBA8F510DAAA61EDEF9B5FA314467
- SHA256:
v0.3.15-beta
Release notes
- New: ZIP release artifacts before uploading them to GitHub releases
- Fixed: Release artifacts to GitHub releases are now correctly named
after their release artifacts - Fixed: .NET released DLLs/EXEs are now correctly stamped with version
- Fixed: Bake now correctly prints the help message if no sub-command
is given instead of merely doing nothing
Files
bake_linux_amd64.zip
- SHA256:
51FCC639D5E078CCCB061873A84AB5B6EE0487C59F8658E25A635BEEE4CB8649
- SHA256:
bake_windows_amd64.zip
- SHA256:
6E081C9A5A998C08F804733DF1688DFC1D1F9EE2AD3A32E647CC076048B2523E
- SHA256:
v0.2.14-beta
- New: Build, test and create containers for either .NET or Go
- New: Supported destinations for artifacts
- Docker Hub
- GitHub Packages (NuGet and container)
- GitHub Releases (tools)