Skip to content

Releases: hashicorp/go-slug

v0.16.4

27 Jan 22:47
d8b1ee7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.3...v0.16.4

v0.16.3

06 Jan 15:28
9a93155
Compare
Choose a tag to compare

What's Changed

Note: This release may have issues when unpacking a tarball, we recommend using 0.16.4 or later.

Full Changelog: v0.16.2...v0.16.3

v0.16.2

04 Dec 10:51
53c172a
Compare
Choose a tag to compare

What's Changed

  • Add CODEOWNERS file in .github/CODEOWNERS by @mukeshjc in #72
  • Deprecate unused pack/unpack option AllowSymlinkTarget by @NodyHub in #74

New Contributors

Full Changelog: v0.16.1...v0.16.2

v0.16.1

04 Nov 07:51
6004eb1
Compare
Choose a tag to compare
  • #68: Fix panic in sourcebundle package when RegistryMeta and Packages aren't the same size.

Full Changelog: v0.16.0...v0.16.1

v0.16.0

21 Aug 08:20
18b3dde
Compare
Choose a tag to compare
  • #64: Remove the .Append(...) function from the sourcebundle diagnostics API. Consumers should instead use the built-in golang append() function. This ensures type-safety as you can't attempt to insert an invalid object into the diagnostics using the built-in function.

Note: this is technically a breaking change for consumers of the sourcebundle package since it removes a method, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.

v0.15.2

11 Jun 14:37
9b7ef21
Compare
Choose a tag to compare

sourcebundle: Fixed a bug in the PackageMeta receiver method GetCommitMessage() string that caused it to return an empty string instead of the git commit message. (#61)

v0.15.1

10 Jun 19:24
d050c34
Compare
Choose a tag to compare

#59: expose registry module version deprecation data in sourcebundle

v0.15.0

18 Apr 07:05
b314f21
Compare
Choose a tag to compare

#56: collect commit messages in package meta struct.

Note: this is technically a breaking change for consumers of the sourcebundle package since it removes a method, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.

v0.14.0

02 Feb 16:36
0ba92f7
Compare
Choose a tag to compare
  • #55: revise the experimental sourcebundle package fetcher and registry client interfaces to improve future extensibility.

Note: this is technically a breaking change for consumers of the sourcebundle package, but we had previously marked it as experimental in the v0.12.0 release and warned that its API is subject to change. The package continues to be experimental and may change further before stabilizing.

v0.13.4

30 Jan 14:43
0480d9e
Compare
Choose a tag to compare

Fixed a bug with default exclusion rules for .terraformignore which caused the .terraform/modules directory to be excluded