Skip to content

Commit

Permalink
add changelog for v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: haoqing0110 <qhao@redhat.com>
  • Loading branch information
haoqing0110 committed May 24, 2023
1 parent 0bcab43 commit e67b4a6
Show file tree
Hide file tree
Showing 18 changed files with 1,926 additions and 1,272 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG/CHANGELOG-v0.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog since v0.10.0
All notable changes to this project will be documented in this file.

## v0.11.0

### New Features
N/C

### Added
* add qps and burst. ([#108](https://github.com/open-cluster-management-io/placement/pull/108) [@ldpliu](https://github.com/ldpliu))
* Add gosec in verify. ([#106](https://github.com/open-cluster-management-io/placement/pull/106) [@xuezhaojun](https://github.com/xuezhaojun))
* ci: build multi-arch image. ([#101](https://github.com/open-cluster-management-io/placement/pull/101) [@zhujian7](https://github.com/zhujian7))

### Changes
* make e2e test cases ran as canary check. ([#105](https://github.com/open-cluster-management-io/placement/pull/105) [@elgnay](https://github.com/elgnay))
* upgrade kube lib to 1.26. ([#100](https://github.com/open-cluster-management-io/placement/pull/100) [@haoqing0110](https://github.com/haoqing0110))
* update imagebuilder. ([#98](https://github.com/open-cluster-management-io/placement/pull/98) [@haoqing0110](https://github.com/haoqing0110))

### Bug Fixes
* fix unhandled errors. ([#104](https://github.com/open-cluster-management-io/placement/pull/104) [@haoqing0110](https://github.com/haoqing0110))

### Removed & Deprecated
N/C
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
k8s.io/component-base v0.26.3
k8s.io/klog/v2 v2.90.1
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749
open-cluster-management.io/api v0.10.1-0.20230310025041-ca0770573954
open-cluster-management.io/api v0.11.0
sigs.k8s.io/controller-runtime v0.14.5
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,8 @@ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 h1:+70TFaan3hfJzs+7VK2o+O
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4=
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 h1:xMMXJlJbsU8w3V5N2FLDQ8YgU8s1EoULdbQBcAeNJkY=
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
open-cluster-management.io/api v0.10.1-0.20230310025041-ca0770573954 h1:u+X8exw4O1FCJ9DZBvpQMLsAxL5kQWGAAoZL+I50AX8=
open-cluster-management.io/api v0.10.1-0.20230310025041-ca0770573954/go.mod h1:TjWobG3dTZJf/Ye04358/F/381RjE/+HXVDGMnZBpjc=
open-cluster-management.io/api v0.11.0 h1:zBxa33Co3wseLBF4HEJobhl0P6ygj+Drhe7Wrfo0/h8=
open-cluster-management.io/api v0.11.0/go.mod h1:WgKUCJ7+Bf40DsOmH1Gdkpyj3joco+QLzrlM6Ak39zE=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ k8s.io/utils/path
k8s.io/utils/pointer
k8s.io/utils/strings/slices
k8s.io/utils/trace
# open-cluster-management.io/api v0.10.1-0.20230310025041-ca0770573954
# open-cluster-management.io/api v0.11.0
## explicit; go 1.19
open-cluster-management.io/api/client/cluster/clientset/versioned
open-cluster-management.io/api/client/cluster/clientset/versioned/fake
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e67b4a6

Please sign in to comment.