Skip to content

Commit

Permalink
[changelog] Add changelog for hybrid helm binary (#5539)
Browse files Browse the repository at this point in the history
Added changelog entry for addition of hybrid helm binary.

Signed-off-by: varshaprasad96 <[email protected]>
  • Loading branch information
varshaprasad96 authored Feb 2, 2022
1 parent b4cfdd2 commit 861ed59
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions changelog/fragments/add-hybrid-helm-binary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
Added the `hybrid.helm.sdk.operatorframework.io/v1-alpha` plugin, which scaffolds a hybrid helm based operator.
For more details on the plugin, please refer https://github.com/operator-framework/helm-operator-plugins/blob/main/docs/tutorial.md.
This plugin is alpha and subject to breaking changes.
# kind is one of:
# - addition
# - change
# - deprecation
# - removal
# - bugfix
kind: "addition"
# Is this a breaking change?
breaking: false
pull_request_override: 5504

0 comments on commit 861ed59

Please sign in to comment.