Releases: yourbase/yb
Releases · yourbase/yb
0.4.0
Version 0.4 removes some broken or ill-conceived functionality from yb and changes where yb stores files to obey the XDG Base Directory specification.
Changed
- The build cache is now created under
$XDG_CACHE_HOME/yb
(usually$HOME/.cache/yb
) rather than$HOME/.yourbase
. You can safely remove$HOME/.yourbase
to reclaim disk space.
Removed
- Workspaces. At the moment, we're focusing on single packages and will reintroduce the concept when we have a better grasp on how dependencies will work inside yb.
- The build log streaming feature has been removed, since it has been broken for some time. However, we hope to reintroduce it in a future version.
- Removed the
yb update
command. Users can now stay up-to-date with either the APT or Homebrew repositories.
Fixed
- yb now respects the
XDG_CONFIG_HOME
andXDG_CONFIG_DIRS
environment variables when reading configuration files. - Update to latest version of Narwhal, which contains many fixes for Docker interactions.
yb build
will now exit with a non-zero status code if more than one argument is given. Previously, it would silently ignore such arguments.- The download span names in the
yb build
trace now include the URL rather than the unhelpful%s
.
0.3.2
0.3.1
0.3.0
Version 0.3 is the first release with our new release automation.
Added
- Add
yb token
command
Changed
- We are no longer using Equinox for releases. See the README for installation instructions.
- Release binaries are now smaller due to debug symbol stripping.
- Release binaries are now built as position-independent executables.
- The output of timing information at the end of a build has changed formatting slightly to accommodate more sophisticated breakdowns in the future.
Fixed
- Fixes to OpenJDK and Anaconda buildpacks (#170)
0.3.0-rc3
v0.3.0-rc3 Set AWS_REGION in GitHub release workflow
0.3.0-rc2
v0.3.0-rc2 Add aptblob to PATH in GitHub release workflow
0.3.0-rc1
v0.3.0-rc1 Add CHANGELOG.md to the zip bundles
0.3.0-beta3
v0.3.0-beta3 Fix RPM file name computation bug
0.3.0-beta2
v0.3.0-beta2 Fix bugs in release automation
0.3.0-beta1
Add RPM packaging automation (#193) [Fixes ch2578]