Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.12.1 #375

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>"
]
}
Loading