Skip to content

Commit 0f0271d

Browse files
Add changelog fragment related to addition of kustomize prerequisite in bundle Makefile target
1 parent a1332e6 commit 0f0271d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

0 commit comments

Comments
 (0)