Skip to content

Releases: rasmus/Bake

v0.9.21-beta

16 Feb 21:01
5d711a6
Compare
Choose a tag to compare
v0.9.21-beta Pre-release
Pre-release

Release notes

  • New: If there is no .dockerignore file found when building a Dockerfile,
    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
  • bake_linux_x86_64.zip
    • SHA256: 2A2D867EB4132E6E7385EC70047117785D54D7C6CB7D2BEB4746D3C5E02477B5
  • bake_macosx_x86_64.zip
    • SHA256: 563CD9C5241C87753E466432B830A65762C28BBA6708DDA4F32F3F651F42B89F

v0.7.19-beta

19 Jan 20:11
64ba9c4
Compare
Choose a tag to compare
v0.7.19-beta Pre-release
Pre-release

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 configuration
    securityContext:
      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

Files

  • bake_windows_x86_64.zip
    • SHA256: E72D2258C35CCB7D06466A478B3EB738CA662C9F306A6A894BBF785A58A6FA90
  • bake_linux_x86_64.zip
    • SHA256: DEE497A0595C501CD63B4390B68F3F637E6A84260608D607138F5AF1D2EFD497
  • bake_macosx_x86_64.zip
    • SHA256: D9E08B1DC33F2EAC4FFA3F253FAA7437F1A3A0C6756A5C8215357B0C0FC697BA

v0.6.18-beta

15 Jan 12:45
189765e
Compare
Choose a tag to compare
v0.6.18-beta Pre-release
Pre-release

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
  • bake_linux_x86_64.zip
    • SHA256: 4270EEBE6BAEF944B2313C277E2A472661AB2C1B118D5B3B0283E47731DF3020
  • bake_macosx_x86_64.zip
    • SHA256: C483606CB05E5A17A71189A92A8049ACADD0DB81E628405B2805DB65B58117E1

v0.5.17-beta

13 Dec 08:01
Compare
Choose a tag to compare
v0.5.17-beta Pre-release
Pre-release

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
  • bake_linux_x86_64.zip
    • SHA256: 291F6564A6B9E295F8584529774945E7255AF641EDEEC0B495EE4B046091BFD1
  • bake_macosx_x86_64.zip
    • SHA256: 7A148E9017D84041A4593CC3230321036DB846B35241855597DED36BBC91172B

v0.4.16-beta

01 Dec 21:01
4d79e4e
Compare
Choose a tag to compare
v0.4.16-beta Pre-release
Pre-release

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
    of Bake
  • Fixed: Now correctly naming the ZIP filename of the release artifacts
    on GitHub releases

Files

  • bake_linux_amd64.zip
    • SHA256: 40E0818E18F8F32DBB8D30392942A10D306609516A27826DC56EAD894BB9B195
  • bake.exe_windows_amd64.zip
    • SHA256: 75F90C5FAEA49F008872C5D495F9F90DF8EBBA8F510DAAA61EDEF9B5FA314467

v0.3.15-beta

30 Nov 20:54
8b9a264
Compare
Choose a tag to compare
v0.3.15-beta Pre-release
Pre-release

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
  • bake_windows_amd64.zip
    • SHA256: 6E081C9A5A998C08F804733DF1688DFC1D1F9EE2AD3A32E647CC076048B2523E

v0.2.14-beta

29 Nov 21:54
d2e0db6
Compare
Choose a tag to compare
v0.2.14-beta Pre-release
Pre-release
  • 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)