Skip to content

Releases: getsolus/solbuild

v1.6.3

16 Jun 12:59
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/burntsushi/toml to v1.4.0 by @renovate in #102
  • chore(deps): update golangci/golangci-lint-action action to v6 - autoclosed by @renovate in #101
  • git: Fix submodule fetch, rewrite logic by @ReillyBrogan in #104

Full Changelog: v1.6.2...v1.6.3

v1.6.2

04 May 16:40
b9ae792
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/go-git/go-git/v5 to v5.12.0 by @renovate in #96
  • Start sccache server when ccache is enabled by @silkeh in #93
  • git: Fix fetch by @ReillyBrogan in #100
  • chore(deps): update golangci/golangci-lint-action action to v5 by @renovate in #99

Full Changelog: v1.6.1...v1.6.2

v1.6.1

04 Mar 21:08
8f39302
Compare
Choose a tag to compare

What's Changed

  • Add RELEASE.md integration and release testing doc by @ermo in #78
  • Fix progress bar showing on a TTY by @silkeh in #84
  • Bring back support for file:// sources by @silkeh in #86
  • git: Use blobless clone instead of shallow clones by @ReillyBrogan in #82

Full Changelog: v1.6.0...v1.6.1

v1.6.0

29 Feb 17:19
9d53d40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.6...v1.6.0

v1.5.6

11 Jan 03:32
59afb69
Compare
Choose a tag to compare

Full Changelog: v1.5.5...v1.5.6

v1.5.5

19 Dec 19:57
a27f003
Compare
Choose a tag to compare

Changes:

  • Add support for bash completions
  • Enable configuration of whether or not to generate history
  • Disable compression when downloading artifacts
  • Initialize our own HTTP client
  • Add solbuild version to user-agent string
  • Add Accept header to HTTP requests

v1.5.4

20 Sep 17:34
76736ae
Compare
Choose a tag to compare

What's Changed

  • Fix history generation for monorepo (v1.5 backport) by @silkeh in #43

Full Changelog: v1.5.3.0...v1.5.4

v1.5.3.0

20 Aug 22:03
Compare
Choose a tag to compare

What's Changed

  • Fix Unstable repo URI for local-unstable profile by @Staudey in #27
  • Fix CDN repo link for local-unstable profile by @Staudey in #28
  • builder: Replace go-curl with grab to download files by @joebonrichie in #30
  • cli/build: Inhibit system from going down whilst a build is ongoing by @joebonrichie in #31
  • builder/source: check the sha256sum matches when downloading by @joebonrichie in #33
  • Support ccache config by @ReillyBrogan in #34

New Contributors

Full Changelog: v1.5.2.2...v1.5.3.0

v1.5.2.2

19 Apr 16:33
Compare
Choose a tag to compare

Changelog

  • Update solbuild image URI for new infrastructure
  • Allow all settings variations for tmpfs/memory options via config/cli args to work correctly
  • Show how much disk space the solbuild cache is using solbuild delete-cache --sizes
  • Display how much disk space is restored after clearing the solbuild cache
  • Check for a valid memory size when enabling tmpfs builds.

Known Issues

  • None

v1.5.2.1

17 Jan 14:08
Compare
Choose a tag to compare

Changelog

  • Bumped git2go to v34, requires libgit2 v1.5.0 - Credit @GZGavinZhao

Known Issues

  • Some variations of setting tmpfs/memory options via a mixture of config file/arguments may not work correctly. E.g. if you set tmpfs enabled and a memory size in the config then override only the tmpfs memory size via an cli argument it may not be recognized. As a workaround: always set both tmpfs enabled and the tmpfs memory size in either the config or via cli arguments.