We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cfdd2 commit 861ed59Copy full SHA for 861ed59
changelog/fragments/add-hybrid-helm-binary.yaml
@@ -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