Skip to content

Releases: solo-io/go-utils

v0.2.14

05 Mar 01:21
e084fb3
Compare
Choose a tag to compare

This release contained no user-facing changes.

v0.2.13

05 Mar 00:22
cef94be
Compare
Choose a tag to compare

Fixes

  • Fixes the behavior where changelog verification would fail if the latest release was a prerelease. (#45)

v0.2.12

04 Mar 22:03
c7ac680
Compare
Choose a tag to compare

Fixes

  • No longer create unwanted nested directory when pushing solo-kit docs for the first time. (#43)

v0.2.11

04 Mar 19:16
2c5125a
Compare
Choose a tag to compare

Fixes

  • Fixes the sha upload in UploadReleaseAssetsCli to upload a checksum for foo that matches the output of shasum -a 256 foo > foo.sha256. (#41)

v0.2.10

04 Mar 00:21
36028da
Compare
Choose a tag to compare

New Features

  • A utility CLI has been added for uploading release artifacts to github, to replace the old shell script. See the readme for more information. (#38)

Fixes

  • PushDocsCli no longer errors on the initial push when the destination directory doesn't exist. (#40)

v0.2.9

01 Mar 14:16
d691aec
Compare
Choose a tag to compare

New Features

  • The docs push utility now supports automated CLI docs. (#33)
  • The docs can support API or CLI docs that are not in the root of the repo. (#33)
  • The docs CLI library now includes the full CLI, so projects can execute docs push in 1 line. (#33)
  • Moves common documentation generation to a shared lib (#35)

v0.2.8

28 Feb 20:57
03e2e6f
Compare
Choose a tag to compare

New Features

  • Changelog now enabled for this repo. (#31)

Fixes

  • Markdown generation now always ends in two new lines. (#30)

v0.2.7

28 Feb 20:09
3f2665b
Compare
Choose a tag to compare

Fixes

  • Temporary fix to remove testutils dependency on changelog, since that pulls in k8s which is difficult to depend on for go mod projects. (#27, #28)

v0.2.6

28 Feb 19:15
92711e9
Compare
Choose a tag to compare

Fixes

  • Fixes formatting of changelog updates for solo-docs.
  • No longer errors out if changelog has not been set up for a repo, just skips the changelog PR.

v0.2.5

27 Feb 21:59
594125e
Compare
Choose a tag to compare

Fixes

  • Make re-release flow smoother for changelog docs.