From 6782eab464106529cc37dd296949bee8e7a8a546 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Mon, 28 Aug 2023 11:22:34 -0400 Subject: [PATCH] CHANGELOG added Signed-off-by: Michael Valdron --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 33 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e63b59a --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 0d1f27e..b8f5f80 100644 --- a/README.md +++ b/README.md @@ -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: