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.2.0 #41

Closed
14 tasks done
ArangoGutierrez opened this issue Dec 4, 2020 · 12 comments
Closed
14 tasks done

Release v0.2.0 #41

ArangoGutierrez opened this issue Dec 4, 2020 · 12 comments
Assignees

Comments

@ArangoGutierrez
Copy link
Contributor

ArangoGutierrez commented Dec 4, 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 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

@ArangoGutierrez
Copy link
Contributor Author

#40

@ArangoGutierrez
Copy link
Contributor Author

/assign marquiz zvonkok

@ArangoGutierrez
Copy link
Contributor Author

kubernetes/k8s.io#1484

@ArangoGutierrez
Copy link
Contributor Author

@ArangoGutierrez
Copy link
Contributor Author

@ArangoGutierrez
Copy link
Contributor Author

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

@ArangoGutierrez
Copy link
Contributor Author

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

@ArangoGutierrez
Copy link
Contributor Author

@ArangoGutierrez
Copy link
Contributor Author

[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
Copy link
Contributor Author

/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
None yet
Projects
None yet
Development

No branches or pull requests

4 participants