This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Releases: openyurtio/yurt-device-controller
Releases · openyurtio/yurt-device-controller
v0.2.0
What's Changed
- support edgex 2.1 by @wawlian in #30
- for build: add proxy if needed and fix git safe dir erro by @gnunu in #32
- fix json decode errors when creating device, deviceprofile, deviceservice from openyurt side by @wawlian in #31
- add tutorial for release v0.2.0 to support EdgeX 2.1 by @wawlian in #35
- enhance tutorial v2 by @beiwei30 in #38
- refactor: upgrade kube-builder apiversion and project layout by @wawlian in #43
- add license file by @wawlian in #48
- add API test for device/deviceprofile/deviceservice by @LindaYu17 in #49
- fix golangci-lint warnings by @wawlian in #51
- add approver and reviewer by @wawlian in #52
- revise readme and update goreport badge by @wawlian in #53
- use label to set edgex name (merge to branch main) by @theonefx in #55
- add unit tests for edgex client by @wawlian in #56
New Contributors
- @gnunu made their first contribution in #32
- @beiwei30 made their first contribution in #38
- @LindaYu17 made their first contribution in #49
- @theonefx made their first contribution in #55
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add interfaces which used to interact with the edge-side platform by @qclc in #1
- deviceprofile controller update: support Create/Delete/Get between ed… by @Peeknut in #3
- Update deviceController to reconcile the deviceService between the openyurt and edge by @qclc in #4
- Update deviceController to reconcile the device between the openyurt and edge by @qclc in #2
- Get the actual edge object name from the label by @qclc in #5
- Complete the README and add the tutorial by @qclc in #6
- Complete the README and the tutorial by @qclc in #8
- Add issue, pr template and github action by @qclc in #11
- Add scripts to quickly compile and generate images for different architectures by @qclc in #12
- fix: deviceprofile_syncer should list deviceprofiles with fieldSelector spec.nodePool by @wawlian in #15
- Extract the configurable startup options and update the log tool by @qclc in #17
- Fix bug in deviceprofile synchronization process by @qclc in #19
- fix issue 16:some items in deviceProperties do not have value by @wawlian in #20
- do not interrupt sync logic when non-fatal error occured by @wawlian in #21
- some enhancements when communication with edgex by @wawlian in #23
- Feature: clean code for nodepoolindex by @huiwq1990 in #24
- add additional print columns to show more information by @qclc in #26
New Contributors
- @qclc made their first contribution in #1
- @Peeknut made their first contribution in #3
- @huiwq1990 made their first contribution in #24
Full Changelog: https://github.com/openyurtio/yurt-device-controller/commits/v0.1.0