generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 31
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.5.0 #158
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
Comments
ArangoGutierrez
added
the
sig/release
Categorizes an issue or PR as relevant to SIG Release.
label
May 17, 2022
ArangoGutierrez
added
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
labels
May 17, 2022
[eduardo@fedora-workstation node-feature-discovery-operator]$ skopeo list-tags docker://gcr.io/k8s-staging-nfd/node-feature-discovery-operator |grep v0.5
"v0.5.0",
"v0.5.0-minimal" |
[eduardo@fedora-workstation node-feature-discovery-operator]$ skopeo list-tags docker://k8s.gcr.io/nfd/node-feature-discovery-operator
{
"Repository": "k8s.gcr.io/nfd/node-feature-discovery-operator",
"Tags": [
"sha256-1df0772902d482a3b37bb191ba02def1303036cd20caf042db8e449aaadf2e62.sig",
"sha256-872c252c5f1eabdae10472a2a7bf5d492a8559af3301896b1fae85edb51b7c92.sig",
"sha256-931084eeb0bd1f4f424a965c38999e2905295e1ad228390af6f4962b6a4b788c.sig",
"sha256-e6ac896f0bf38e362d256f35a8d2ced6086a706321e1e9b7d842e4877c242f67.sig",
"v0.2.0",
"v0.3.0",
"v0.3.0-minimal",
"v0.4.0",
"v0.4.0-minimal",
"v0.4.1",
"v0.4.1-minimal",
"v0.4.2",
"v0.4.2-minimal",
"v0.4.3",
"v0.4.3-minimal",
"v0.5.0",
"v0.5.0-minimal"
]
} |
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-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
sig/release
Categorizes an issue or PR as relevant to SIG Release.
Release Checklist
git branch release-0.$MAJ master
git push release-0.$MAJ
docs/_config.yml
(version
,release
andcontainer_image
fields) to point to the upcoming release and subbmit a PR against the release branchgit tag -a -s $VERSION
and inserts the changelog into the tag description.
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
k8s.gcr.io/images/k8s-staging-nfd/images.yaml
to promote the container image to productionk8s.gcr.io/nfd/node-feature-discovery-operator:$VERSION
) is available.kubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] node-feature-discovery-operator $VERSION is released
Changelog
make bundle
#130The text was updated successfully, but these errors were encountered: