Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
add changelog for v0.10.0 (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: haoqing0110 <qhao@redhat.com>
Signed-off-by: Jian Qiu <jqiu@redhat.com>
  • Loading branch information
haoqing0110 authored and qiujian16 committed Feb 10, 2023
1 parent 75b8f2e commit a401410
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: get release version
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG/CHANGELOG-v0.10.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a401410

Please sign in to comment.