You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* doc/helm: adding helm project layout and user/developer guides
* doc: updating CLI reference and user guide for Helm
* CHANGELOG.md: add helm operator line
* doc/helm: minor example output and formatting changes
* doc/helm: updates based on PR feedback
* doc/helm/user-guide.md: fixing nits and copy/paste typo
* README.md: added Helm workflow
* user-guide.md,helm,ansible: update user guides to describe --cluster-scoped scaffold changes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
### Added
4
4
5
+
- Helm type operator generation support ([#776](https://github.com/operator-framework/operator-sdk/pull/776))
6
+
5
7
### Changed
6
8
7
9
- The SDK's Kubernetes Golang dependency versions/revisions have been updated from `v1.11.2` to `v1.12.3`. ([#807](https://github.com/operator-framework/operator-sdk/pull/807))
To learn more about the writing an operator in Go, see the [user guide][guide].
120
126
121
-
The SDK also supports developing an operator using Ansible. See the [Ansible operator user guide][ansible_user_guide].
127
+
The SDK also supports developing an operator using Ansible or Helm. See the [Ansible][ansible_user_guide] and [Helm][helm_user_guide] operator user guides.
122
128
123
129
## Samples
124
130
@@ -152,3 +158,4 @@ Operator SDK is under Apache 2.0 license. See the [LICENSE][license_file] file f
0 commit comments