Releases: getsolus/solbuild
Releases · getsolus/solbuild
v1.7.0
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
byshow-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
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
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
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
What's Changed
- Linting by @silkeh in #35
- Switch to go-git by @EbonJaeger in #39
- README: fix update command for specific profile by @Staudey in #44
- Fix history generation for monorepo by @silkeh in #41
- Use Git directly instead of any bindings by @EbonJaeger in #46
- Replace waterlog by slog by @silkeh in #42
- Configure Renovate by @renovate in #48
- Update actions/checkout action to v4 by @renovate in #49
- Update module github.com/go-git/go-git/v5 to v5.10.0 by @renovate in #51
- Refactor cache, take 2 by @GZGavinZhao in #36
- Update dependency go to v1.21.4 by @renovate in #53
- Update module github.com/go-git/go-git/v5 to v5.10.1 by @renovate in #55
- builder/source/simple: Disable compression when downloading artifacts by @joebonrichie in #58
- Add Accept header to HTTP requests by @ReillyBrogan in #61
- Add version to User-Agent by @ReillyBrogan in #60
- Update dependency go to v1.21.5 by @renovate in #56
- Update actions/setup-go action to v5 by @renovate in #57
- Update module github.com/go-git/go-git/v5 to v5.11.0 by @renovate in #59
- Update dependency go to v1.21.6 by @renovate in #65
- Fix sourceforge URLS by @ReillyBrogan in #62
- Update module github.com/cheggaaa/pb/v3 to v3.1.5 by @renovate in #67
- init: Use multithreaded xz decompression (-T0) by @ermo in #71
- chore(deps): update golangci/golangci-lint-action action to v4 by @renovate in #70
- build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #73
- Redirect child processes' stderr to the parent stdout by @livingsilver94 in #63
- Show profile when using default value by @silkeh in #75
- Direct log output to stderr and hide progress bar when redirected by @silkeh in #74
- Enable configuration of whether or not to generate history by @ReillyBrogan in #45
New Contributors
- @EbonJaeger made their first contribution in #39
- @renovate made their first contribution in #48
- @ermo made their first contribution in #71
- @dependabot made their first contribution in #73
Full Changelog: v1.5.6...v1.6.0
v1.5.6
Full Changelog: v1.5.5...v1.5.6
v1.5.5
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
v1.5.3.0
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
- @ReillyBrogan made their first contribution in #34
Full Changelog: v1.5.2.2...v1.5.3.0
v1.5.2.2
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