Skip to content

Releases: getsolus/solbuild

v1.8.1

06 Sep 15:25
fde6b88

Choose a tag to compare

What's Changed

  • Fix "you must first set a package to build it" error by @silkeh in #131

Full Changelog: v1.8.0...v1.8.1

v1.8.0

06 Sep 15:10

Choose a tag to compare

What's Changed

Features:

Chores and dependency updates:

  • chore(deps): update golangci/golangci-lint-action action to v8 by @renovate[bot] in #125
  • chore(deps): update dependency go to 1.25 by @renovate[bot] in #123
  • fix(deps): update golang by @renovate[bot] in #121
  • golangci-lint.yml: Update to a (much) newer version of golangci-lint by @sheepman4267 in #128
  • Try a linter version that exists by @sheepman4267 in #129
  • Reformat .golangci.yaml to work with their new configuration format by @sheepman4267 in #130

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

09 Jan 21:00

Choose a tag to compare

What's Changed

  • ci: Remove libgit2 install from workflow by @silkeh in #120
  • fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security] by @renovate in #119
  • fix(deps): update golang by @renovate in #118

Full Changelog: v1.7.0...v1.7.1

v1.7.0

04 Nov 21:50

Choose a tag to compare

What's Changed

  • cli/delete-cache: Switch to fastwalk by @joebonrichie in #90
  • fix(deps): update module github.com/charlievieth/fastwalk to v1.0.8 by @renovate in #108
  • builder: Don't use fakeroot by @joebonrichie in #107
  • Use nuitka-compiled py3 eopkg.bin (except for when building old-style pspec.xml packages) by @ermo in #109
  • builder: Start sccache server as root by @joebonrichie in #110
  • go: Update dependencies by @silkeh in #112
  • Replace delete-cache --sizes by show-cache by @silkeh in #85
  • builder: Make the eopkg binary configurable by @silkeh in #111
  • Makefile: Update version to 1.7.0 by @ermo in #116
  • Add installCommand to ypkg-install-deps invocation by @ermo in #117

Full Changelog: v1.6.3...v1.7.0

v1.6.3

16 Jun 12:59

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

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

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

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

Choose a tag to compare

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

v1.5.5

19 Dec 19:57
a27f003

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