Changelog History
Page 1
-
v2.6.6
October 08, 2020โ Adds ability to pass in -ldflags "..." to projects being built.
-
v2.6.5
August 20, 2020๐ Provides a --skip-build-targets flag, cos that's occasionally a useful thing.
-
v2.6.4
March 27, 2020โ Adds a 'tool-repository' field to the metadata object.
Primarily used by dbt, but hey, it's one more option for everyone else!
-
v2.6.3
March 26, 2020โ Added intermediate folder generation for s3 publishing, so that if you have a key of foo/bar/baz/wip.txt, you will also have folders for foo, foo/bar, and foo/bar/baz/ . This was needed so that things that do lookups on folders work as they would for http publishing.
๐ Also fixed the uploaded checksum files so that they only contain the checksum, not ' '. Not sure why I originally included the file name, but it definitely borked dbt, and wasn't consistent with how Artifactory works - which explains why it took me this long to find. I've been relying on Artifactory to make the checksum files for years.
-
v2.6.1
March 09, 2020๐ Now with S3 upload support!
-
v2.6.0
January 12, 2020โ Removes redundant checkout of code in golang.build and branch from Build() interface.
๐ It's not needed, and should be done by running Checkout() as appropriate (and as done by build, sign, test, and publish commands.
๐ Unlocks the ability to use Gomason's libraries internally in other projects and gives ability to build/test a non-checked in source tree.
-
v2.5.8
January 12, 2020Adds an env var GOMASON_NO_USER_CONFIG which turns off per-user config parsing.
โ Primarily useful for the author who's user config and need to publish things with gomason occasionally collides with the need to test gomason itself.
-
v2.5.7
December 05, 2019โป๏ธ Mostly a refactor to pave the way for adding multiple language support.
Should be no changes to usage.