waypoint_x.y.x_SHA256SUMS file format

So, while there are lots of things to be excited about with Waypoint I figured I’d instead nitpick on the really small detail that the waypoint_x.y.x_SHA256SUMS checksum files looks slightly different than the corresponding files for the other Hashicorp tools.

Let us start with a few existing examples.

These are all in the following format.

HASH  FILENAME

On the other hand, https://releases.hashicorp.com/waypoint/0.1.2/waypoint_0.1.2_SHA256SUMS looks slightly different.

HASH  ./FILENAME

That is, there is an extra ./.

While there is nothing wrong with either format it feels somewhat unnecessary not to be consistent to one format?

This seems like just a minor mistake in our build system. I’ll let some of our release engineers know. :slight_smile: Thank you.

Heads up our release engineering team is aware of this and will resolve this in a future release. Thank you!

1 Like

What’s the format for encoded_auth for docker ?

https://releases.hashicorp.com/waypoint/0.1.3/waypoint_0.1.3_SHA256SUMS looks all good.

Thanks!