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.3.0 #85

Closed
13 tasks done
marquiz opened this issue Sep 1, 2021 · 9 comments
Closed
13 tasks done

Release v0.3.0 #85

marquiz opened this issue Sep 1, 2021 · 9 comments
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release.

Comments

@marquiz
Copy link
Contributor

marquiz commented Sep 1, 2021

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
  • An OWNER creates a vanilla release branch from master and pushes it with
    git push release-0.$MAJ
  • An OWNER creates an annotated and signed tag with
    git tag -a -s $VERSION
    and inserts the changelog into the tag description.
  • An OWNER pushes the tag with
    git push $VERSION
    This will trigger prow to build and publish a staging container image
    gcr.io/k8s-staging-nfd/node-feature-discovery-operator:$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-operator:$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-operator $VERSION is released
  • Add a link to the release announcement in this issue
  • Close this issue

Changelog

List of PRs

@ArangoGutierrez ArangoGutierrez added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release. labels Oct 25, 2021
@ArangoGutierrez
Copy link
Contributor

ArangoGutierrez commented Oct 26, 2021

Changelog

Major changes:

  • Updated logging to klogv2
  • Now using operator SDK 1.4.2, that brings KUSTOMIZE as a default way of deploying the operator
  • Makefile now looks similar to Operand NFD project
  • Documentation via GitHub pages now available, and back ported to 0.2 release!
  • Adds supports for latest features on NFD V0.9, including added support for Core-Config
  • Updated dependencies, now using Kubernetes 1.22 and Go 1.17

List of PR's:

Documentation changes

@ArangoGutierrez
Copy link
Contributor

kubernetes/k8s.io#2985

@ArangoGutierrez
Copy link
Contributor

[eduardo@fedora k8s.io]$ skopeo list-tags docker://k8s.gcr.io/nfd/node-feature-discovery-operator
{
    "Repository": "k8s.gcr.io/nfd/node-feature-discovery-operator",
    "Tags": [
        "v0.2.0",
        "v0.3.0",
        "v0.3.0-minimal"
    ]
}

@ArangoGutierrez
Copy link
Contributor

@ArangoGutierrez
Copy link
Contributor

/lgtm

@ArangoGutierrez
Copy link
Contributor

/close

@k8s-ci-robot
Copy link
Contributor

@ArangoGutierrez: Closing this issue.

In response to this:

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/release Categorizes an issue or PR as relevant to SIG Release.
Projects
None yet
Development

No branches or pull requests

4 participants