Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
b3c65f9c
Unverified
Commit
b3c65f9c
authored
Oct 05, 2020
by
Kubernetes Prow Robot
Committed by
GitHub
Oct 05, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #99 from msau42/add-release-process
Update release process
parents
e53f3e85
d1294628
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
SIDECAR_RELEASE_PROCESS.md
SIDECAR_RELEASE_PROCESS.md
+11
-5
No files found.
SIDECAR_RELEASE_PROCESS.md
View file @
b3c65f9c
...
...
@@ -39,10 +39,11 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
1.
Changes can then be updated in all the sidecar repos and hostpath driver repo
by following the
[
update
instructions](https://github.com/kubernetes-csi/csi-release-tools/blob/master/README.md#sharing-and-updating).
1.
New pull and CI jobs are configured by
1.
New pull and CI jobs are configured by
adding new K8s versions to the top of
[
gen-jobs.sh
](
https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-csi/gen-jobs.sh
)
.
New pull jobs that have been unverified should be initially made optional.
[
Example
](
https://github.com/kubernetes/test-infra/pull/15055
)
New pull jobs that have been unverified should be initially made optional by
setting the new K8s version as
[
experimental
](
https://github.com/kubernetes/test-infra/blob/a1858f46d6014480b130789df58b230a49203a64/config/jobs/kubernetes-csi/gen-jobs.sh#L40
)
.
1.
Once new pull and CI jobs have been verified, and the new Kubernetes version
is released, we can make the optional jobs required, and also remove the
Kubernetes versions that are no longer supported.
...
...
@@ -54,14 +55,19 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
generator](https://github.com/kubernetes/release/tree/master/cmd/release-notes)
1.
Generate release notes for the release. Replace arguments with the relevant
information.
*
Clean up old cached information (also needed if you are generating release
notes for multiple repos)
```bash
rm -rf /tmp/k8s-repo
```
*
For new minor releases on master:
```
```
bash
GITHUB_TOKEN=<token> release-notes --discover=mergebase-to-latest
--github-org=kubernetes-csi --github-repo=external-provisioner
--required-author="" --output out.md
```
*
For new patch releases on a release branch:
```
```
bash
GITHUB_TOKEN=<token> release-notes --discover=patch-to-latest --branch=release-1.1
--github-org=kubernetes-csi --github-repo=external-provisioner
--required-author="" --output out.md
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment