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

Commit a401410

Browse files
haoqing0110qiujian16
authored andcommitted
add changelog for v0.10.0 (#97)
Signed-off-by: haoqing0110 <[email protected]> Signed-off-by: Jian Qiu <[email protected]>
1 parent 75b8f2e commit a401410

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.github/workflows/go-postsubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
- name: install imagebuilder
33-
run: go install github.com/openshift/imagebuilder/cmd/[email protected].1
33+
run: go install github.com/openshift/imagebuilder/cmd/[email protected].3
3434
- name: images
3535
run: make images
3636
- name: push

.github/workflows/go-presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
go-version: ${{ env.GO_VERSION }}
113113
- name: install imagebuilder
114-
run: go install github.com/openshift/imagebuilder/cmd/[email protected].1
114+
run: go install github.com/openshift/imagebuilder/cmd/[email protected].3
115115
- name: images
116116
run: make images
117117
- name: setup kind

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232
- name: install imagebuilder
33-
run: go install github.com/openshift/imagebuilder/cmd/[email protected].1
33+
run: go install github.com/openshift/imagebuilder/cmd/[email protected].3
3434
- name: images
3535
run: make images
3636
- name: get release version

CHANGELOG/CHANGELOG-v0.10.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog since v0.9.0
2+
All notable changes to this project will be documented in this file.
3+
4+
## v0.10.0
5+
6+
### New Features
7+
N/C
8+
9+
### Added
10+
N/C
11+
12+
### Changes
13+
* 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))
14+
* Create empty `PlacementDecision` when no cluster selected. ([#95](https://github.com/open-cluster-management-io/placement/pull/95) [@haoqing0110](https://github.com/haoqing0110))
15+
* 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))
16+
* Upgrade `ManagedClusterSet` and `ManagedClusterSetBinding` API to v1beta2. ([#82](https://github.com/open-cluster-management-io/placement/pull/82) [@ldpliu](https://github.com/ldpliu))
17+
* Upgrade golang to 1.19. ([#84](https://github.com/open-cluster-management-io/placement/pull/84) [@haoqing0110](https://github.com/haoqing0110))
18+
* Upgrade ginkgo to v2. ([#88](https://github.com/open-cluster-management-io/placement/pull/88) [@zhujian7](https://github.com/zhujian7))
19+
* Upgrade github action. ([#94](https://github.com/open-cluster-management-io/placement/pull/94) [@ycyaoxdu](https://github.com/ycyaoxdu))
20+
21+
### Bug Fixes
22+
N/C
23+
24+
### Removed & Deprecated
25+
N/C

0 commit comments

Comments
 (0)