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
First release #11
Comments
Check Container image repo (#1) |
Check Use new NFD image repo (and version) #9 |
👍 I marked those^ done in the checklist above |
Changelog is missing above. Feel free to add one 😉 |
ArangoGutierrez
added a commit
to ArangoGutierrez/node-feature-discovery-operator
that referenced
this issue
Sep 21, 2020
Thinking on kubernetes-sigs#11 is a good idea to do some GitHub maintenance on the repo to enable a better communication. This commit adds templates for bug report, feature request and support related issues. Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
Merged
ArangoGutierrez
added a commit
to ArangoGutierrez/node-feature-discovery-operator
that referenced
this issue
Sep 21, 2020
Thinking on kubernetes-sigs#11 is a good idea to do some GitHub maintenance on the repo to enable a better communication. This commit adds templates for bug report, feature request and support related issues. Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
k8s-ci-robot
pushed a commit
that referenced
this issue
Sep 22, 2020
* Enable issue templates Thinking on #11 is a good idea to do some GitHub maintenance on the repo to enable a better communication. This commit adds templates for bug report, feature request and support related issues. Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com> * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> * Update .github/ISSUE_TEMPLATE/enhancement.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> * Update .github/ISSUE_TEMPLATE/support.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
@ArangoGutierrez @zvonkok should we proceed with this(?) I added a minimal "changelog" above... |
#35 |
Release v0.2.0 is being cut today |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's cut an initial release.
Prerequisites
Checklist
git tag -s $VERSION
and inserts the changelog into the tag descriptiongit push $VERSION
- this will trigger prow to build and publish a staging container imagegcr.io/k8s-staging-nfd/node-feature-discovery-operator:$VERSION
k8s.gcr.io/images/k8s-staging-nfd/images.yaml
, in order to promote the container image to productionk8s.gcr.io/nfd/node-feature-discovery-operator:$VERSION
) is availablekubernetes-dev@googlegroups.com
with the subject[ANNOUNCE] node-feature-discovery-operator $VERSION is released
Changelog
This is the first release of Node Feature Discovery Operator. It has basic functionality of operating Node Feature Discovery v0.6.0, running nfd-master and nfd-worker as daemonsets in the cluster.
The text was updated successfully, but these errors were encountered: