Skip to content

Releases: please-build/puku

v1.14.0

13 Dec 18:14
cf1de35
Compare
Choose a tag to compare
  • Add support for targets which provide multiple Go targets

v1.13.0

04 Nov 11:49
ea0c04d
Compare
Choose a tag to compare
  • Build with Go 1.23.2 to pull in new packages

v1.12.1

04 Nov 11:26
2807326
Compare
Choose a tag to compare
  • Rename VERSION to PUKU_VERSION to allow running
    go get github.com/please-build/puku/cmd/puku@latest

v1.12.0

29 Oct 14:52
8cc422a
Compare
Choose a tag to compare
  • Set netgo and osusergo tags on the Go standard library to build puku more statically and
    avoid libc dependency

v1.11.1

05 Aug 17:15
d1893d5
Compare
Choose a tag to compare
  • Fix a bug causing a panic when the third party directory is misconfigured
  • Add the filename to the error message seen if a puku.json file is malformed

v1.11.0

31 Jul 15:32
99d1cd9
Compare
Choose a tag to compare
  • Make puku rewrite build files by default, with a flag to skip rewriting

v1.10.0

26 Jul 09:34
c414d15
Compare
Choose a tag to compare
  • Adds a puku version command to report the version of puku that is installed.

v1.9.0

23 Jul 13:00
70b00cb
Compare
Choose a tag to compare
  • "stop": false in a puku.json in a subdirectory will override a "stop": true in a parent
    directory.

v1.8.1

17 Jul 15:38
507dc67
Compare
Choose a tag to compare
  • Puku sync will also remove go_replace_directive labels from any go_repo targets which don't have a replace directive in the go.mod file (#117)

v1.8.0

11 Jul 14:33
c837255
Compare
Choose a tag to compare
  • Puku sync will now add go_replace_directive labels to any go_repo targets with a replace directive in the go.mod file (#114)
  • Update go version from 1.21.4 to 1.22.3 (#113)