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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,23 @@
1
-
## Unreleased
1
+
## v0.1.0
2
+
3
+
### Changed
4
+
5
+
- Use [controller runtime](https://github.com/kubernetes-sigs/controller-runtime) library for controller and client APIs
6
+
- See [migration guide](https://github.com/operator-framework/operator-sdk/blob/master/doc/migration/v0.1.0-migration-guide.md) to migrate your project to `v0.1.0`
7
+
8
+
## v0.0.7
2
9
3
10
### Added
4
-
### Removed
11
+
12
+
- Service account generation ([#454](https://github.com/operator-framework/operator-sdk/pull/454))
- Incluster test support for test framework ([#469](https://github.com/operator-framework/operator-sdk/pull/469))
15
+
- Ansible type operator generation support ([#486](https://github.com/operator-framework/operator-sdk/pull/486), [#559](https://github.com/operator-framework/operator-sdk/pull/559))
16
+
5
17
### Changed
6
18
7
19
- Moved the rendering of `deploy/operator.yaml` to the `operator-sdk new` command instead of `operator-sdk build`
0 commit comments