Skip to content

Commit e402ee7

Browse files
authored
CHANGELOG.md: update for v0.1.0 (#681)
1 parent 7c30312 commit e402ee7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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
29

310
### Added
4-
### Removed
11+
12+
- Service account generation ([#454](https://github.com/operator-framework/operator-sdk/pull/454))
13+
- Leader election ([#530](https://github.com/operator-framework/operator-sdk/pull/530))
14+
- 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+
517
### Changed
618

719
- Moved the rendering of `deploy/operator.yaml` to the `operator-sdk new` command instead of `operator-sdk build`
820

9-
### Fixed
10-
### Deprecated
11-
### Security
12-
1321
## v0.0.6
1422

1523
### Added

0 commit comments

Comments
 (0)