File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # entries is a list of entries to include in
2+ # release notes and/or the migration guide
3+ entries :
4+ - description : >
5+ For Golang based operators, fix an error faced when the
6+ [kustomize](https://kubernetes-sigs.github.io/kustomize/)
7+ binary is not installed locally and the Makefile target
8+ `bundle` is used by adding the kustomize target on it.
9+
10+ # kind is one of:
11+ # - addition
12+ # - change
13+ # - deprecation
14+ # - removal
15+ # - bugfix
16+ kind: bugfix
17+
18+ # Is this a breaking change?
19+ breaking: false
20+
21+ # Migration can be defined to automatically add a section to
22+ # the migration guide. This is required for breaking changes.
23+ migration:
24+ header: (Golang based operators) Update Makefile's bundle target
25+ body: >
26+ In the `Makefile` file, replace `bundle: manifests`
27+ with `bundle: manifests kustomize` to call the kustomize
28+ target when the `bundle` target is used.
You can’t perform that action at this time.
0 commit comments