Skip to content

Commit

Permalink
CHANGELOG added
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron committed Aug 28, 2023
1 parent f73ea53 commit 6782eab
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The Devfile Registry operator manages the lifecycle of the following custom reso

Issue tracking repo: https://github.com/devfile/api with label area/registry

## Changelog

Access the [CHANGELOG.md](CHANGELOG.md) here.

## Requirements

Deployment cluster must meet one of the following criteria:
Expand Down

0 comments on commit 6782eab

Please sign in to comment.