Skip to content

Commit 861ed59

Browse files
[changelog] Add changelog for hybrid helm binary (#5539)
Added changelog entry for addition of hybrid helm binary. Signed-off-by: varshaprasad96 <[email protected]>
1 parent b4cfdd2 commit 861ed59

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Added the `hybrid.helm.sdk.operatorframework.io/v1-alpha` plugin, which scaffolds a hybrid helm based operator.
6+
For more details on the plugin, please refer https://github.com/operator-framework/helm-operator-plugins/blob/main/docs/tutorial.md.
7+
This plugin is alpha and subject to breaking changes.
8+
# kind is one of:
9+
# - addition
10+
# - change
11+
# - deprecation
12+
# - removal
13+
# - bugfix
14+
kind: "addition"
15+
16+
# Is this a breaking change?
17+
breaking: false
18+
pull_request_override: 5504

0 commit comments

Comments
 (0)