kubernetes-sigs/node-feature-discovery-operator

Release v0.2.0

ArangoGutierrez opened this issue · 12 comments

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 runs
      git tag -s $VERSION
      and inserts the changelog into the tag description.
    • An OWNER pushes the release branch with
      git push release-0.$MAJ
  • 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:$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

  • NFD v0.7.0 (#40)
  • Dependencies to kubernetes 1.19 and GO 1.14.7 (#35 , #17)
  • Expanded CRD now exposes nfd-worker-conf so it can be dynamically modified. (#39)
  • Added upport for master:worker type of nodes, being used in edge deployments (#37)
  • Enable NFD operator to deploy nfd-worker pods on nodes labeled other than "node-role.kubernetes.io/worker" (#31)

/assign marquiz zvonkok

image gcr.io/k8s-staging-nfd/node-feature-discovery-operator:release-0.2 is being promoted to v0.2.0 tag

@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.

[eduardo]$ 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"
    ]
}
[eduardo]$ skopeo list-tags docker://gcr.io/k8s-staging-nfd/node-feature-discovery-operator
{
    "Repository": "gcr.io/k8s-staging-nfd/node-feature-discovery-operator",
    "Tags": [
        "02478b2",
        "094b23e",
        "0a27d66",
        "1331311",
        "19a7423",
        "298629a",
        "35ac70f",
        "41a3671",
        "41ec11e",
        "463b58d",
        "5290ab1",
        "569b90a",
        "8ea3ef2",
        "9fa67f7",
        "a4ff93f",
        "b91d80d",
        "dbdd2bd",
        "dd1d799",
        "e371c0b",
        "f2a180c",
        "master",
        "release-0.2",
        "v0.2.0",
        "v0.2.0-2-g75c4031"
    ]
}

@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.