forked from Edgenesis/shifu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog v0.14.0 (Edgenesis#543)
* add changelog v0.14.0 * fix typo
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 自 [v0.13.0](https://github.com/Edgenesis/shifu/releases/tag/v0.13.0) 以来的变更 | ||
|
||
## 改进 | ||
|
||
* 添加遗漏的logger等级 by @180909 in https://github.com/Edgenesis/shifu/pull/528 | ||
* 清理Makefile,利用make来打包加载镜像 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/534 | ||
* rebase v0.13.0 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/527 | ||
|
||
## Dependabot 自动更新 🤖 | ||
|
||
* Bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in https://github.com/Edgenesis/shifu/pull/518 | ||
* Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in https://github.com/Edgenesis/shifu/pull/517 | ||
* Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 by @dependabot in https://github.com/Edgenesis/shifu/pull/519 | ||
* Bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/529 | ||
* Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/532 | ||
* Bump github.com/briandowns/spinner from 1.22.0 to 1.23.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/530 | ||
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.3 by @dependabot in https://github.com/Edgenesis/shifu/pull/535 | ||
* Bump github.com/onsi/gomega from 1.27.3 to 1.27.4 by @dependabot in https://github.com/Edgenesis/shifu/pull/537 | ||
|
||
**完整变更日志**: https://github.com/Edgenesis/shifu/compare/v0.13.0...v0.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog since [v0.13.0](https://github.com/Edgenesis/shifu/releases/tag/v0.13.0) | ||
|
||
## Enhancement | ||
|
||
* add missed logger level by @180909 in https://github.com/Edgenesis/shifu/pull/528 | ||
* cleanup pipeline, use make for building and loading by @tomqin93 in https://github.com/Edgenesis/shifu/pull/534 | ||
* rebase v0.13.0 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/527 | ||
|
||
## Dependabot 🤖 | ||
|
||
* Bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in https://github.com/Edgenesis/shifu/pull/518 | ||
* Bump github.com/onsi/gomega from 1.27.1 to 1.27.2 by @dependabot in https://github.com/Edgenesis/shifu/pull/517 | ||
* Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.5 by @dependabot in https://github.com/Edgenesis/shifu/pull/519 | ||
* Bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/529 | ||
* Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/532 | ||
* Bump github.com/briandowns/spinner from 1.22.0 to 1.23.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/530 | ||
* Bump github.com/onsi/gomega from 1.27.2 to 1.27.3 by @dependabot in https://github.com/Edgenesis/shifu/pull/535 | ||
* Bump github.com/onsi/gomega from 1.27.3 to 1.27.4 by @dependabot in https://github.com/Edgenesis/shifu/pull/537 | ||
|
||
**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.13.0...v0.14.0 |