add changelog for v0.10.0 (#97)

Signed-off-by: haoqing0110 <qhao@redhat.com>
This commit is contained in:
Qing Hao
2023-02-03 16:55:36 +08:00
committed by GitHub
parent 75b8f2ee57
commit 591b0b89ea
3 changed files with 27 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: install imagebuilder
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.3
- name: images
run: make images
- name: push

View File

@@ -111,7 +111,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: install imagebuilder
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.3
- name: images
run: make images
- name: setup kind

View File

@@ -0,0 +1,25 @@
# Changelog since v0.9.0
All notable changes to this project will be documented in this file.
## v0.10.0
### New Features
N/C
### Added
N/C
### Changes
* Watch the `AddOnPlacementScore` during scheduling. This enable `PlacementDecision` to reflect `AddOnPlacementScore` more frequently than every 5 minutes [#87](https://github.com/open-cluster-management-io/placement/issues/87). ([#89](https://github.com/open-cluster-management-io/placement/pull/89) [@qiujian16](https://github.com/qiujian16))
* Create empty `PlacementDecision` when no cluster selected. ([#95](https://github.com/open-cluster-management-io/placement/pull/95) [@haoqing0110](https://github.com/haoqing0110))
* Enhance the integration testing. ([#90](https://github.com/open-cluster-management-io/placement/pull/90) [@qiujian16](https://github.com/qiujian16)) ([#91](https://github.com/open-cluster-management-io/placement/pull/91) [@zhujian7](https://github.com/zhujian7)) ([#93](https://github.com/open-cluster-management-io/placement/pull/93) [@haoqing0110](https://github.com/haoqing0110))
* Upgrade `ManagedClusterSet` and `ManagedClusterSetBinding` API to v1beta2. ([#82](https://github.com/open-cluster-management-io/placement/pull/82) [@ldpliu](https://github.com/ldpliu))
* Upgrade golang to 1.19. ([#84](https://github.com/open-cluster-management-io/placement/pull/84) [@haoqing0110](https://github.com/haoqing0110))
* Upgrade ginkgo to v2. ([#88](https://github.com/open-cluster-management-io/placement/pull/88) [@zhujian7](https://github.com/zhujian7))
* Upgrade github action. ([#94](https://github.com/open-cluster-management-io/placement/pull/94) [@ycyaoxdu](https://github.com/ycyaoxdu))
### Bug Fixes
N/C
### Removed & Deprecated
N/C