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 v0.7.2 #868

Closed
25 tasks done
marquiz opened this issue Aug 29, 2022 · 2 comments
Closed
25 tasks done

Release v0.7.2 #868

marquiz opened this issue Aug 29, 2022 · 2 comments

Comments

@marquiz
Copy link
Contributor

marquiz commented Aug 29, 2022

Release Process

  • In the issue description, add a changelog section, describing changes since the last release.
  • Local release preparations
    • Perform mandatory internal release checks and preparations.
    • Run make release-tests to run an extended set of tests prior to a release.
    • Sync/tidy up dependencies.
      • Run go mod tidy.
      • Run git commit -m 'go.mod,go.sum: update dependencies.' go.{mod,sum}, if necessary.
    • Run git tag -a -m "CRI Resource Manager release $VERSION" $VERSION.
    • Create source+dependencies tarball with make vendored-dist.
    • Create binary tarball with make binary-dist.
    • Build RPM packages with make cross-rpm.
    • Build DEB packages with make cross-deb.
    • Build container images with make images.
  • Final verification of artefacts
    • Verify the installation of binary packages.
    • Verify runnability of container images.
  • Publishing
  • Close this issue.

Changelog

This point release fixes issues with the cri-resmgr-agent and cri-resmgr-webhook container image builds. No functional changes since v0.7.0.

What's Changed since v0.7.0

Full Changelog: v0.7.0...v0.7.2

@marquiz marquiz changed the title Release v0.7.1 Release v0.7.2 Aug 30, 2022
@marquiz
Copy link
Contributor Author

marquiz commented Aug 30, 2022

Changed to v0.7.2

@marquiz
Copy link
Contributor Author

marquiz commented Sep 2, 2022

@marquiz marquiz closed this as completed Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant