From db47f77d1821f4fd9f2d2fad362c72145f8ba1a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:36:48 +0900 Subject: [PATCH] add changelog for v0.58.0 (#1049) * add changelog for v0.58.0 * Update CHANGELOG-v0.58.0-zh.md --------- Co-authored-by: tomqin93 Co-authored-by: Tom Qin --- CHANGELOG/CHANGELOG-v0.58.0-zh.md | 24 ++++++++++++++++++++++++ CHANGELOG/CHANGELOG-v0.58.0.md | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-v0.58.0-zh.md create mode 100644 CHANGELOG/CHANGELOG-v0.58.0.md diff --git a/CHANGELOG/CHANGELOG-v0.58.0-zh.md b/CHANGELOG/CHANGELOG-v0.58.0-zh.md new file mode 100644 index 000000000..fc2d453da --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.58.0-zh.md @@ -0,0 +1,24 @@ + + +# 自 [v0.57.0](https://github.com/Edgenesis/shifu/releases/tag/v0.57.0) 以来的变更 + +## 新功能 🎉 + +* 发现 TelemetryService 时自动部署 TelemetryService Deployment 和 Service by @lizzy-0323 in https://github.com/Edgenesis/shifu/pull/1043 + +## 新的贡献者 🌟 + +* @lizzy-0323 在 https://github.com/Edgenesis/shifu/pull/1043 中首次贡献 + +## Dependabot 自动更新 🤖 + +* 由 @dependabot 将 golang.org/x/net 从 0.30.0 升级到 0.31.0 in https://github.com/Edgenesis/shifu/pull/1045 + +* 由 @dependabot 将 sigs.k8s.io/controller-runtime 从 0.19.0 升级到 0.19.1 in https://github.com/Edgenesis/shifu/pull/1042 + +* 由 @dependabot 将 github.com/onsi/gomega 从 1.34.2 升级到 1.35.1 in https://github.com/Edgenesis/shifu/pull/1040 + +* 由 @dependabot 将 github.com/pion/dtls/v3 从 3.0.2 升级到 3.0.4 in https://github.com/Edgenesis/shifu/pull/1041 + +**完整变更日志**: https://github.com/Edgenesis/shifu/compare/v0.57.0...v0.58.0 + diff --git a/CHANGELOG/CHANGELOG-v0.58.0.md b/CHANGELOG/CHANGELOG-v0.58.0.md new file mode 100644 index 000000000..b8c5c3c41 --- /dev/null +++ b/CHANGELOG/CHANGELOG-v0.58.0.md @@ -0,0 +1,24 @@ + + +# Changelog since [v0.57.0](https://github.com/Edgenesis/shifu/releases/tag/v0.57.0) + +## New Features 🎉 + +* Automatically deploy the deployment manifests and service when TelemetryService presents by @lizzy-0323 in https://github.com/Edgenesis/shifu/pull/1043 + +## New Contributors 🌟 + +* @lizzy-0323 made their first contribution in https://github.com/Edgenesis/shifu/pull/1043 + +## Dependabot 🤖 + +* Bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in https://github.com/Edgenesis/shifu/pull/1045 + +* Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 by @dependabot in https://github.com/Edgenesis/shifu/pull/1042 + +* Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in https://github.com/Edgenesis/shifu/pull/1040 + +* Bump github.com/pion/dtls/v3 from 3.0.2 to 3.0.4 by @dependabot in https://github.com/Edgenesis/shifu/pull/1041 + +**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.57.0...v0.58.0 +