Skip to content

Commit

Permalink
Release 1.12.1 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
komish committed Jul 12, 2023
1 parent fdc99df commit 57bef7e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pkg/chartverifier/version/version_info.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"version": "1.12.0",
"version": "1.12.1",
"quay-image": "quay.io/redhat-certification/chart-verifier",
"release-info": [
"<ul>",
"<li>updating dependencies and build processes to latest versions (#352)</li>",
"<li>ensure setup-go workflow uses go.mod in the right location (#357)</li>",
"<li>Re-add removed clone of main during CI tests (#358)</li>",
"<li>Move runtime image to UBI9 from UBI8 to address GLIBC discrepancies (#356)</li>",
"<li>Disable CGO on build (#359)</li>",
"<li>Move latest tag on Quay using Robot account (#361)</li>",
"<li>change expected tag after latest tag was unpublished (#364)</li>",
"<li>Make dev releases prereleases and not drafts (#363)</li>",
"<li>Ensure release creation only happens after release deletion is completed successfully (#365)</li>",
"<li>use id instead of name (#366)</li>",
"<li>Fix various typos in documentation (#367)</li>",
"<li>Update action identifiers (#368)</li>",
"<li>Update the 0.1.0 image in addition to the release for each merged commit in main (#371)</li>",
"<li>Use docker login and push instead of podman (#372)</li>",
"<li>Use the right environment variables (#373)</li>",
"<li>Update sprig to v3 to resolve semver constraint validity issues (#374)</li>",
"</ul>"
]
}

0 comments on commit 57bef7e

Please sign in to comment.