1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00
Commit graph

25 commits

Author SHA1 Message Date
Carlos Eduardo Arango Gutierrez
18769dc5df
Release template: Document tagging for API submodule
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
2024-11-06 15:10:38 +01:00
Markus Lehtonen
48d06ae366 github: update tagging instructions in release checklists
Simplify and standardize the git tag message body. Adding the full
changelog in the tag description feels unnecessary and cannot be
corrected after the fact.
2023-12-22 10:00:13 +02:00
Markus Lehtonen
69d6e41790 github: add a separate issue template for patch releases
Also simplify the wording on the major release issue template,
eliminating "for a major release" from the text.
2023-09-19 14:40:23 +03:00
Markus Lehtonen
415c7981f3 github: update assignees in new-release issue template
Sync with OWNERS file.
2023-07-21 09:06:42 +03:00
Markus Lehtonen
ab999b647e github: update new-release issue template
Only instruct to spam kubernetes dev mailing list on major releases.
2023-06-01 15:43:49 +03:00
Jordan Jacobelli
bf43f5be70 OWNERS: Update Ethyling username to jjacobelli
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
2023-02-13 09:43:40 +01:00
Markus Lehtonen
30e7c24795 github: update new-release issue template
Add instructions about creating prow jobs for new release branches.
2022-12-21 10:24:48 +02:00
Markus Lehtonen
97590e200a scripts: move hacky scripts to hack directory
Move prepare-release.sh and kustomize.sh from scripts/ to hack/.
2022-09-13 17:58:09 +03:00
Markus Lehtonen
4f34451db8 Update NFD registry to registry.k8s.io
Kubernetes has moved to a new container image registry:
https://groups.google.com/a/kubernetes.io/g/dev/c/DYZYNQ_A6_c/m/FpHqeVR2BAAJ
2022-09-12 11:21:12 +03:00
Markus Lehtonen
760cc87345 github: small fix in new-release issue template 2022-06-07 18:43:19 +03:00
Carlos Eduardo Arango Gutierrez
73d874b92f
Fix a couple typos
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2022-03-23 19:16:01 -04:00
Markus Lehtonen
1a6461ff23 github: re-organize the release process slightly
Reorganize the steps in the release process slightly to make it more
consistent and streamlined. Also update the kubernetes-dev mailing list
address.
2022-01-11 21:43:09 +02:00
Kubernetes Prow Robot
ab78df3466
Merge pull request #498 from marquiz/devel/github-release-template
github: update release process to create a 'devel' tag
2021-04-06 17:24:40 -07:00
Markus Lehtonen
b3cd3b32e5 github: add a reminder about both image variants in the release process 2021-04-06 13:46:35 +03:00
Markus Lehtonen
d1e8deaac1 github: update release process to create a 'devel' tag
Aimed at fixing a problem with misleading version numbers of staging
master builds.

Also, clarify the instructions on upcating the README of the master
branch.
2021-03-30 19:32:33 +03:00
Markus Lehtonen
aa9050eca3 github: update gh-pages on published releases
This will make the Helm repo to be updated at release time.
2021-03-18 15:32:15 +02:00
Markus Lehtonen
b4ef134c4d github: two more steps to release process 2021-03-18 13:02:13 +02:00
Markus Lehtonen
4545be71a8 github: update new-release issue template assignees
Sync the default assignees with the project OWNERS file.
2021-03-17 14:40:09 +02:00
Markus Lehtonen
8cf9367798 github: update release process in new-release issue template
Capture process for Helm charts and remove some outdated bits.
2021-03-09 15:52:45 +02:00
Markus Lehtonen
16acc2b433
github: update new-release issue template 2020-12-04 13:00:11 -05:00
Markus Lehtonen
40be2c7e0c docs: specify container image in config 2020-11-20 17:00:19 +02:00
Markus Lehtonen
2283f29b19 scripts: add prepare-release.xh
A helper script for preparing the release branch.
2020-11-20 16:14:07 +02:00
Markus Lehtonen
8ca38e26e3 Replace RELEASE.md with an issue template
In addition to just moving the content, update release process. Adjust
to the latest prow-based workflow. Capture steps required for
documentation.
2020-11-19 21:31:52 +02:00
Bob Killen
93c11c03bf
Update triage/support label references to kind/support
The label triage/support has been reclassified as kind/support. The
kind/* family of labels makes more logical sense, as they describe the
"kind" of thing an issue or PR is.

For more information, see the announcement email:
https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
2020-10-03 10:12:31 -04:00
Carlos Arango Gutierrez
0896223c69
Enable issue templates (#363)
* Enable issue templates

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>
2020-09-22 11:17:09 -07:00