CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 329 forks source link

Incorrect commit hash for tag for v5.3.1 #1523

Open szelenka opened 1 year ago

szelenka commented 1 year ago

Describe the bug This commit changed the tag download for the following versions, to all point to d5.1.5 which changes the code between these tags: https://github.com/CrunchyData/crunchy-containers/commit/7af11803a5c6ee69ae8c4881e71830c0e555084f @jmckulk jmckulk

To Reproduce Steps to reproduce the behavior:

  1. Download the tag for v5.1.3 with the GitHub API: https://api.github.com/repos/CrunchyData/crunchy-containers/tarball/refs/tags/v5.3.1
  2. Check the sha256sum for the file downloaded to assert it equals c7fadfb0c587b788d1e5aad830b7f20644aec1bbb88580b02d1d9809e40a49e4
  3. Inspect the filename downloaded, to ensure it has "v5.1.3" in the filename. It'll point to "d5.1.5" instead

Expected behavior I would expect downloading tag "v5.1.3" to contain the contents of the "v5.3.1" tag, not "d5.1.5" tag.

Please fix the commits the tags point to for these tags:

szelenka commented 1 year ago

@jmckulk can you comment?