Skip to content

Commit

Permalink
Merge pull request #4447 from KnVerey/update_release_instr
Browse files Browse the repository at this point in the history
Update release instructions to check for blockers
  • Loading branch information
k8s-ci-robot authored Feb 2, 2022
2 parents 3006846 + 6a7caf4 commit 30612cf
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions releasing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ Thus, do `kyaml` first, then `cmd/config`, etc.

## Prep work

#### Prepare your source directory
### ⚠️ IMPORTANT: Check for [release-blocking issues](https://github.com/kubernetes-sigs/kustomize/issues?q=label%3Arelease-blocker+is%3Aclosed)

The release scripts expect Kustomize code to be cloned at a path ending in `sigs.k8s.io/kustomize`. Run all commands from that directory unless otherwise specified.
We use the `release-blocker` tag to track issues that need to be solved before the next release. Typically, this would be a new regression introduced on the master branch and not present in the previous release. If any such issues exist, the release should be delayed.

#### Consider fetching new OpenAPI data
It is also a good idea to scan any [untriaged issues](https://github.com/kubernetes-sigs/kustomize/issues?q=is%3Aissue+is%3Aopen+label%3Aneeds-triage) for potential blockers we haven't labelled yet before proceeding.

### Consider fetching new OpenAPI data
The Kubernetes OpenAPI data changes no more frequently than once per quarter.
You can check the current builtin versions that kustomize is using with the
following command.
Expand All @@ -61,6 +63,12 @@ kustomize openapi info
Instructions on how to get a new OpenAPI sample can be found in the
[OpenAPI Readme].

### Set up the release tools

#### Prepare your source directory

The release scripts expect Kustomize code to be cloned at a path ending in `sigs.k8s.io/kustomize`. Run all commands from that directory unless otherwise specified.

#### Load some helper functions

```
Expand Down

0 comments on commit 30612cf

Please sign in to comment.