Skip to content

Commit

Permalink
Add Changelog for 0.6.1 and 0.7.0 (#186)
Browse files Browse the repository at this point in the history
* Add changelog 0.6.1

Signed-off-by: zhujian <jiazhu@redhat.com>

* Add changelog 0.7.0

Signed-off-by: zhujian <jiazhu@redhat.com>

---------

Signed-off-by: zhujian <jiazhu@redhat.com>
  • Loading branch information
zhujian7 committed May 24, 2023
1 parent 7e3b9f1 commit 21a8cbc
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG/CHANGELOG-v0.6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.

## v0.6.1

### New Features
* Add addon manager for install strategy ([#150](https://github.com/open-cluster-management-io/addon-framework/pull/150) [@qiujian16](https://github.com/qiujian16))

### Added
* Add the Helm default variable of hostingClusterCapabilities ([#149](https://github.com/open-cluster-management-io/addon-framework/pull/149) [@mprahl](https://github.com/mprahl))

### Changes
* Upgrade imagebuilder to 1.2.3. ([#147](https://github.com/open-cluster-management-io/addon-framework/pull/147) [@zhujian7](https://github.com/zhujian7))
* Refactor for cmd factory. ([#148](https://github.com/open-cluster-management-io/addon-framework/pull/148) [@qiujian16](https://github.com/qiujian16))
* Use golang:1.19 in the build Dockerfile. ([#153](https://github.com/open-cluster-management-io/addon-framework/pull/153) [@skitt](https://github.com/skitt))
* Bump to controller-runtime 0.14.4. ([#141](https://github.com/open-cluster-management-io/addon-framework/pull/141) [@skitt](https://github.com/skitt))

### Bug Fixes
* Set the manifest limit size to 500k. ([#154](https://github.com/open-cluster-management-io/addon-framework/pull/154) [@zhiweiyin318](https://github.com/zhiweiyin318))

### Removed & Deprecated
* Helper func `GetAddOnDeloymentConfigValues` and `GetAddOnDeloymentConfigValues` are deprecated. ([#152](https://github.com/open-cluster-management-io/addon-framework/pull/152) [@zhiweiyin318](https://github.com/zhiweiyin318))

## v0.6.0

### New Features
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG/CHANGELOG-v0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog
All notable changes to this project will be documented in this file.

## v0.7.0

### New Features
* Support override configuration of mca from cma. ([#151](https://github.com/open-cluster-management-io/addon-framework/pull/151) [@qiujian16](https://github.com/qiujian16))
* Support Rollout/Canary upgrade for addon. (
[#163](https://github.com/open-cluster-management-io/addon-framework/pull/163)
[#164](https://github.com/open-cluster-management-io/addon-framework/pull/164)
[#170](https://github.com/open-cluster-management-io/addon-framework/pull/170)
[#176](https://github.com/open-cluster-management-io/addon-framework/pull/176)
[#179](https://github.com/open-cluster-management-io/addon-framework/pull/179)
[#180](https://github.com/open-cluster-management-io/addon-framework/pull/180)
[#182](https://github.com/open-cluster-management-io/addon-framework/pull/182)
[@haoqing0110](https://github.com/haoqing0110)
)

### Added
* Add doc for addon deployment config. ([#128](https://github.com/open-cluster-management-io/addon-framework/pull/128) [@skeeey](https://github.com/skeeey))
* Add golangci lint config file. ([#161](https://github.com/open-cluster-management-io/addon-framework/pull/161) [@zhujian7](https://github.com/zhujian7))
* Add config-spec-hash annotation to manifestwork. ([#157](https://github.com/open-cluster-management-io/addon-framework/pull/157) [@haoqing0110](https://github.com/haoqing0110))
* Add namespace in addon status. ([#168](https://github.com/open-cluster-management-io/addon-framework/pull/168) [@qiujian16](https://github.com/qiujian16))
* Add addon filter for addonmanager. ([#177](https://github.com/open-cluster-management-io/addon-framework/pull/177) [@zhiweiyin318](https://github.com/zhiweiyin318))
* Make manifestWork UpdateStrategy configurable through AgentAddonOptions. ([#178](https://github.com/open-cluster-management-io/addon-framework/pull/178) [@fgiloux](https://github.com/fgiloux))
* Add check api server health func. ([#181](https://github.com/open-cluster-management-io/addon-framework/pull/181) [@zhiweiyin318](https://github.com/zhiweiyin318))

### Changes
* Use cond/finalizer in api repo. ([#169](https://github.com/open-cluster-management-io/addon-framework/pull/169) [@qiujian16](https://github.com/qiujian16))
* Start addon status update in addon's own manager. ([#166](https://github.com/open-cluster-management-io/addon-framework/pull/166) [@qiujian16](https://github.com/qiujian16))
* Upgrade helm to 3.11.1. ([#174](https://github.com/open-cluster-management-io/addon-framework/pull/174) [@zhujian7](https://github.com/zhujian7))
* Refactor move healthcheck to agentdeploy controller. ([#172](https://github.com/open-cluster-management-io/addon-framework/pull/172) [@zhiweiyin318](https://github.com/zhiweiyin318))
* Enhance RegistrationApplied condition. ([#175](https://github.com/open-cluster-management-io/addon-framework/pull/175) [@haoqing0110](https://github.com/haoqing0110))

### Bug Fixes
* Fix gosec implicit memory aliasing in for loop. ([#160](https://github.com/open-cluster-management-io/addon-framework/pull/160) [@zhiweiyin318](https://github.com/zhiweiyin318))
* Only enable install strategy and update install progression when addon is managed by addon-manager. ([#184](https://github.com/open-cluster-management-io/addon-framework/pull/184) [@haoqing0110](https://github.com/haoqing0110))

### Removed & Deprecated
* Remove deprecated finalizer ([#171](https://github.com/open-cluster-management-io/addon-framework/pull/171) [@qiujian16](https://github.com/qiujian16))

0 comments on commit 21a8cbc

Please sign in to comment.