mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-21 08:33:49 +00:00
add changelog for v0.10.0 (#97)
Signed-off-by: haoqing0110 <qhao@redhat.com>
This commit is contained in:
2
.github/workflows/go-postsubmit.yml
vendored
2
.github/workflows/go-postsubmit.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/go-presubmit.yml
vendored
2
.github/workflows/go-presubmit.yml
vendored
@@ -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
|
||||
|
||||
25
CHANGELOG/CHANGELOG-v0.10.md
Normal file
25
CHANGELOG/CHANGELOG-v0.10.md
Normal 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
|
||||
Reference in New Issue
Block a user