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.13.1 #416

Merged
merged 1 commit into from
Oct 31, 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
28 changes: 4 additions & 24 deletions pkg/chartverifier/version/version_info.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,11 @@
{
"version": "1.13.0",
"version": "1.13.1",
"quay-image": "quay.io/redhat-certification/chart-verifier",
"release-info": [
"<ul>",
"<li>remove extra owners and add mgoerens (#381) by @komish</li>",
"<li>Move release logic to a new workflow (#382) by @mgoerens</li>",
"<li>Print step's output paramaters also to sdtout (#389) by @mgoerens</li>",
"<li>Fix default branch name in workflows (#387) by @mgoerens</li>",
"<li>Move container images creation to release workflow (#386) by @mgoerens</li>",
"<li>Update Github actions that use deprecated Node12 (#392) by @mgoerens</li>",
"<li>change actions/cache@v4 to v3 (#394) by @OchiengEd</li>",
"<li>Check images for an empty image string (#385) by @OchiengEd</li>",
"<li>Update gitignore file to skip system files (#395) by @OchiengEd</li>",
"<li>Remove testing using docker (#393) by @mgoerens</li>",
"<li>Fix variable reference in dev release action (#396) by @komish</li>",
"<li>Remove unecessary steps in dev_release workflow (#400) by @mgoerens</li>",
"<li>Apply black and flake8 to python scripts (#399) by @mgoerens</li>",
"<li>Add flake8 step in the build pipeline (#401) by @mgoerens</li>",
"<li>Expire commit container images after 1 week (#402) by @mgoerens</li>",
"<li>Update report sub-command tests (#403) by @OchiengEd</li>",
"<li>Refactor tests for the verify subcommand (#406) by @OchiengEd</li>",
"<li>Build dev release container image in main (#404) by @mgoerens</li>",
"<li>update k8's to 1.28 and other dependencies (#407) by @acornett21</li>",
"<li>Adding support for daemonSet and statefulSet resources in charts (#405) by @dcurran90</li>",
"<li>Fix help command and output in docs (#409) by @mgoerens</li>",
"<li>Use external library to get the OCP versions range (#408) by @mgoerens</li>",
"<li>Add Support for RHOCP 4.14 (#413) by @vikasmulaje</li>",
"<li>Use the go.mod from the PR to setup Golang (#415) by @komish</li>",
"<li>Bump Golang to v1.21 (#414) by @komish</li>",
"</ul>"
]
}

Loading