Skip to content

Releases: elephant-graveyard/build-load

build-load release v0.6.4

01 Apr 10:08
Compare
Choose a tag to compare

Added arm64 to the list of supported architectures.

Changelog

a816c08 Support arm64
acbf988 Merge branch 'main' of https://github.com/homeport/build-load into main
c48b7ab Bump dependencies ginkgo/bunt
075ceb5 Bump dependencies ginkgo/bunt
d78b69a Bump github.com/onsi/gomega

build-load release v0.6.3

12 Mar 07:51
Compare
Choose a tag to compare

Fixed BuildRun control time calculation issue.

Changelog

b8d76d8 Fix BuildRun control time

build-load release v0.6.2

09 Mar 16:12
Compare
Choose a tag to compare

Added more details to the buildrun failure error message.

Changelog

3cb494c Improve error message of buildrun failure

build-load release v0.6.1

08 Mar 14:47
Compare
Choose a tag to compare

Fixed an issue with finding the correct process name after changes done in shipwright-io/build.

Changelog

f8757f2 Change build-operator to shipwright-build-controller
fbc5c48 Recreate Go sum file
9ad84b5 Revert "Bump k8s.io/api from 0.18.12 to 0.20.4"
b6c1727 Bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
679f927 Bump k8s.io/api from 0.18.12 to 0.20.4

build-load release v0.6.0

05 Mar 12:45
Compare
Choose a tag to compare

First version to support the new domain name used for shipwright-io/build custom resource definitions, i.e. shipwright.io/v1alpha1/builds.

Changelog

33233a0 Introduce default delete options
010e592 Cleanup Go modules and code
a9657cc Bump shipwright-io/build dependency
bf940f8 bump modules

build-load release v0.5.0

25 Feb 16:12
Compare
Choose a tag to compare

Introduced builds command to measure build registration time. Thanks to @SaschaSchwarze0 for the new feature.

Changelog

c3a5f57 Introduce build-load builds command to measure build registration time
e89af13 Update README release section
93af2f5 Fix test command for tap
3280f52 Remove arm64 support in GoReleaser

build-load release v0.4.3

16 Feb 21:00
Compare
Choose a tag to compare

Refresher release with no new features that is created using GoReleaser.

Please note: The downloads are now using tarballs. The convenience download script was modified accordingly.

Changelog

bdc2da2 Change to GoReleaser and GitHub Actions

build-load release v0.4.2

26 Jan 13:14
Compare
Choose a tag to compare

Fixed issue where no helpful container error logs were printed in case the permissions did not allow to look up TaskRun resources in the cluster. Thanks to @SaschaSchwarze0 for finding the issue.

build-load release v0.4.1

01 Dec 15:53
Compare
Choose a tag to compare

Fixed buildruns-series flags issue with a sanity check to avoid endless loops.

Added CSV and HTML report for buildruns command.

Info text improvements by making the text a bit smaller and fixing a TYPO.

build-load release v0.4.0

30 Nov 21:13
Compare
Choose a tag to compare

Switched to classic metrics that are somewhat easier to read and understand.