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.0 #394

Closed
15 tasks done
marquiz opened this issue Nov 20, 2020 · 9 comments
Closed
15 tasks done

Release v0.7.0 #394

marquiz opened this issue Nov 20, 2020 · 9 comments
Assignees
Labels
kind/documentation Categorizes issue or PR as related to documentation.

Comments

@marquiz
Copy link
Contributor

marquiz commented Nov 20, 2020

Release Checklist

  • All OWNERS must LGTM the release proposal
  • Verify that the changelog in this issue is up-to-date
  • For major releases (v0.$MAJ.0), an OWNER creates a release branch with
    git branch release-0.$MAJ master
  • Prepare release-0.$MAJ release branch
    • An OWNER creates a release branch from master and pushes the release it with
      git push release-0.$MAJ
    • Run scripts/prepare-release.sh $VERSION to turn references to point to the upcoming release
      (README, deployment templates, docs configuration, test/e2e flags), submit a PR agains the release branch
    • An OWNER runs
      git tag -s $VERSION
      and inserts the changelog into the tag description.
      discovery/0.$MAJ/
  • An OWNER pushes the tag with
    git push $VERSION
  • Submit a PR against k8s.io, updating k8s.gcr.io/images/k8s-staging-nfd/images.yaml to promote the container image to production
  • Wait for the PR to be merged and verify that the image (k8s.gcr.io/nfd/node-feature-discovery:$VERSION) is available.
  • Write the change log into the Github release info.
  • Add a link to the tagged release in this issue.
  • Send an announcement email to kubernetes-dev@googlegroups.com with the subject [ANNOUNCE] node-feature-discovery $VERSION is released
  • Add a link to the release announcement in this issue
  • Close this issue

Changelog

With this release the NFD container image registry was changed from quay.io to k8s.gcr.io which is managed by the Kubernetes community. New images will be available under k8s.gcr.io/nfd registry.

Documentation is was converted from one monolithic README into HTML served by GitHub pages at:
https://kubernetes-sigs.github.io/node-feature-discovery

Major Changes

Misc

@ArangoGutierrez
Copy link
Contributor

/area release
/kind documentation

@k8s-ci-robot k8s-ci-robot added the kind/documentation Categorizes issue or PR as related to documentation. label Nov 20, 2020
@k8s-ci-robot
Copy link
Contributor

@ArangoGutierrez: The label(s) area/release cannot be applied, because the repository doesn't have them

In response to this:

/area release
/kind documentation

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ArangoGutierrez
Copy link
Contributor

One open PR left to start working on this!!! :)

@jjacobelli
Copy link
Contributor

I think we are good for this release 👍

@zvonkok
Copy link
Contributor

zvonkok commented Dec 3, 2020

Yes we are good +1

@ArangoGutierrez
Copy link
Contributor

/lgtm

@ArangoGutierrez
Copy link
Contributor

kubernetes/k8s.io#1464

@marquiz
Copy link
Contributor Author

marquiz commented Dec 4, 2020

@marquiz
Copy link
Contributor Author

marquiz commented Dec 4, 2020

We're done here 🙌

@marquiz marquiz closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

No branches or pull requests

6 participants