-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Valdron <[email protected]>
- Loading branch information
1 parent
f73ea53
commit 6782eab
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] - yyyy-mm-dd | ||
|
||
### Added | ||
- [devfile/api#1106](https://github.com/devfile/api/issues/1106) | ||
Registry operator should be in sync with operator SDK releases | ||
- Addition of `CHANGELOG.md` | ||
|
||
### Changed | ||
|
||
- [devfile/api#1106](https://github.com/devfile/api/issues/1106) | ||
Registry operator should be in sync with operator SDK releases | ||
- Syncs changes up to operator sdk v1.28 | ||
- [v1.28.0 changes](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.28.0/) | ||
- [v1.25.0 changes](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.25.0/) | ||
- [v1.23.0 changes](https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.23.0/) | ||
- Registry operator service account changed from `default` to `sa` | ||
- [devfile/api#881](https://github.com/devfile/api/issues/881) | ||
Update Ginkgo version in registry operator | ||
|
||
### Fixed | ||
- [devfile/api#1106](https://github.com/devfile/api/issues/1106) | ||
Registry operator should be in sync with operator SDK releases | ||
- Registry operator service account changed from `default` to `sa` to fix permissions error for creating leader election leases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters