Skip to content

Releases: Edgenesis/shifu

v0.44.0-rc1

10 May 09:59
Compare
Choose a tag to compare
v0.44.0-rc1 Pre-release
Pre-release

What's Changed

  • Bump github.com/microsoft/go-mssqldb from 1.7.0 to 1.7.1 by @dependabot in #883
  • add changelog for v0.44.0 by @github-actions in #892

Full Changelog: v0.43.0...v0.44.0-rc1

v0.43.0

29 Apr 09:46
f674b17
Compare
Choose a tag to compare

See CHANGELOG-v0.43.0.md for details

详细内容请查看 CHANGELOG-v0.43.0-zh.md

Full Changelog: v0.42.0...v0.43.0

v0.43.0-rc1

24 Apr 08:24
Compare
Choose a tag to compare
v0.43.0-rc1 Pre-release
Pre-release

What's Changed

  • Bump golang.org/x/net from 0.21.0 to 0.24.0 by @dependabot in #870
  • Bump github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai from 0.5.0 to 0.5.1 by @dependabot in #868
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.10.0 to 1.11.1 by @dependabot in #869
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #863
  • Bump github.com/minio/minio-go/v7 from 7.0.67 to 7.0.69 by @dependabot in #862
  • add changelog for v0.43.0 by @github-actions in #881

Full Changelog: v0.42.0...v0.43.0-rc1

v0.42.0

15 Apr 11:42
ed0c82d
Compare
Choose a tag to compare

See CHANGELOG-v0.42.0.md for details

详细内容请查看 CHANGELOG-v0.42.0-zh.md

Full Changelog: v0.41.0...v0.42.0

v0.42.0-rc1

10 Apr 10:45
Compare
Choose a tag to compare
v0.42.0-rc1 Pre-release
Pre-release

What's Changed

  • Rebase v0.41.0 by @rhoninl in #872
  • Allow Auth with Username and Password for TelemetryService MQTT by @rhoninl in #873
  • add changelog for v0.42.0 by @github-actions in #874
  • added v0.41.0 rebase commit into v0.42.0 changelog by @tomqin93 in #875

Full Changelog: v0.41.0...v0.42.0-rc1

v0.41.0

01 Apr 07:45
92d5a10
Compare
Choose a tag to compare

See CHANGELOG-v0.41.0.md for details

详细内容请查看 CHANGELOG-v0.41.0-zh.md

v0.41.0-rc1

27 Mar 11:58
b084afd
Compare
Choose a tag to compare
v0.41.0-rc1 Pre-release
Pre-release

What's Changed

  • Rebase GoTool pipeline update changes from v0.40.0 branch by @tomqin93 in #850
  • Bump golang.org/x/crypto from 0.19.0 to 0.21.0 by @dependabot in #841
  • Bump github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0 by @dependabot in #834
  • Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.2 to 1.10.0 by @dependabot in #839
  • Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #836
  • Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 by @dependabot in #852
  • Bump github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai from 0.4.1 to 0.5.0 by @dependabot in #855
  • Bump github.com/taosdata/driver-go/v3 from 3.5.2 to 3.5.3 by @dependabot in #853
  • Bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #854
  • Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.1 by @dependabot in #856
  • Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 by @dependabot in #857
  • add changelog for v0.41.0 by @github-actions in #858
  • Updated the controller-gen version to 0.14.0 by @p-mega in #859
  • Changed tag for release v0.41.0-rc1 by @p-mega in #861

Full Changelog: v0.40.0...v0.41.0-rc1

v0.40.0

18 Mar 09:23
eca8eef
Compare
Choose a tag to compare

See CHANGELOG-v0.40.0.md for details

Breaking changes

  1. Change the field from "telemetrySeriveEndpoint" to "telemetryServiceEndpoint", in the YAML file for configuring telemetryservice, where this field can be configured
  2. If you are using telemetryservice and plan to upgrade shifu from a version below 0.39.0 to version 0.40.0, you need to follow these steps:
    (1) Upgrade the shifu version and update the configuration of telemetryservice
    (2) Redeploy telemetryservice
    (3) Restart all the deviceshifus that use this telemetryservice

详细内容请查看 CHANGELOG-v0.40.0-zh.md

重要变更

  1. 将字段从 "telemetrySeriveEndpoint" 更改为 "telemetryServiceEndpoint",在配置telemetryservice的yaml文件中,可以配置这个字段
  2. 如果你正在使用telemetryservice,并打算将shifu从0.39.0以下的版本升级到0.40.0版本,你需要按照以下步骤操作:
    (1) 升级shifu版本,更新telemetryservice的配置
    (2) 重新部署telemetryservice
    (3) 重启所有使用该telemetryservice的deviceshifu

v0.40.0-rc1

13 Mar 15:05
9312f1c
Compare
Choose a tag to compare
v0.40.0-rc1 Pre-release
Pre-release

What's Changed

  • Change the field from "telemetrySeriveEndpoint" to "telemetryServiceEndpoint" by @p-mega in #837
  • Added the cncf recorded broadcast for readme by @p-mega in #838
  • updated the go version to 1.22 by @p-mega in #833
  • add the killercoda link to readme by @p-mega in #842
  • update README with correct img link by @tomqin93 in #843
  • add changelog for v0.40.0 by @github-actions in #844
  • change tag for release v0.40.0-rc1 by @limits220284 in #845

Full Changelog: v0.39.0...v0.40.0-rc1

v0.39.0

04 Mar 09:48
ee2cb5f
Compare
Choose a tag to compare

See CHANGELOG-v0.39.0.md for details

详细内容请查看 CHANGELOG-v0.39.0-zh.md