Skip to content

Releases: solo-io/go-utils

v0.11.7

25 Dec 14:22

Choose a tag to compare

Fixes

  • Support generating the changelog, used by Gloo and GlooE, now that validation.yaml can exist in the changelog directory. (#369)

v0.11.6

20 Dec 21:08

Choose a tag to compare

New Features

  • Add MustHash function to more easily interact with SafeHashers (#367)

v0.11.5

19 Dec 20:02

Choose a tag to compare

Fixes

  • DRY out stats server startup config (#363)

v0.11.4

19 Dec 18:31

Choose a tag to compare

Fixes

  • Changelog validator now ignores validation.yaml when validating that exactly one changelog file was added. (#357)

v0.11.3

19 Dec 16:36

Choose a tag to compare

New Features

  • Changelog validator looks at a settings file to determine behavior. (#357)

v0.11.2

17 Dec 18:21

Choose a tag to compare

New Features

  • Add a hash compare helper function, and some testing (#359)

v0.11.1

16 Dec 19:06

Choose a tag to compare

New Features

  • Allow skipping strict version incrementing logic when validating changelogs. (#353)
  • Allow rc-style workflows for any minor version, not just 1.0.0. (#352)
  • Create a new safe hash function, which match generated hash functions. (#356)

v0.11.0

23 Nov 17:45

Choose a tag to compare

Dependency Bumps

  • helm/helm has been upgraded to v3.0.0.

Breaking Changes

  • Helm has been updated to version 3.0.0, which has resulted in some changed type signatures on exported functions (solo-io/gloo#1732)

v0.10.28

15 Nov 02:28

Choose a tag to compare

Fixes

  • When verifying changelog entries after the v1.0.0 release, the version utils currently require a minor version bump for any non-breaking change. We need to update the logic to ensure that if a changelog entry is of type BREAKING_CHANGE we must bump the major version, if it is of type NEW_FEATURE we must bump the minor version, and else we have to bump the patch version. (#345)

v0.10.27

14 Nov 19:22

Choose a tag to compare

Fixes

  • Change how logrus dependency is handled to aovid downstream problems. (#340)