Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
docs: Remove dev churn and add dependency refs
Browse files Browse the repository at this point in the history
Signed-off-by: Cloud Tsai <cloudxxx8@gmail.com>
  • Loading branch information
cloudxxx8 committed Jun 27, 2021
1 parent 54317b9 commit 1995be2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
[Github repository](https://github.com/edgexfoundry/device-random)

## [v2.0.0] Ireland - 2021-06-30 (Not Compatible with 1.x releases)
### Change Logs for EdgeX Dependencies
- [device-sdk-go](https://github.com/edgexfoundry/device-sdk-go/blob/master/CHANGELOG.md)
- [go-mod-core-contracts](https://github.com/edgexfoundry/go-mod-core-contracts/blob/master/CHANGELOG.md)

### Features ✨
- Enable using MessageBus as the default ([#f079ac5](https://github.com/edgexfoundry/device-random/commits/f079ac5))
- Add secure MessagBus capability ([#4b5482a](https://github.com/edgexfoundry/device-random/commits/4b5482a))
- Add secure MessageBus capability ([#4b5482a](https://github.com/edgexfoundry/device-random/commits/4b5482a))
- Remove Logging configuration ([#ae9ff48](https://github.com/edgexfoundry/device-random/commits/ae9ff48))
### Bug Fixes 🐛
- Remove retry items of SecretStore config and update secret path go-mod-bootstrap has implemented the addition of prefix /v1/secret/edgex/ for the Path property of SecretStore config section, so we just use the service specific secret path in Toml files ([#f164f51](https://github.com/edgexfoundry/device-random/commits/f164f51))
- Added missing InsecureSecrets section ([#f0ed56a](https://github.com/edgexfoundry/device-random/commits/f0ed56a))
- **build:** update Dockerfiles to use go 1.16 ([#ecae5e3](https://github.com/edgexfoundry/device-random/commits/ecae5e3))
- **build:** update go.mod to go 1.16 ([#40e495b](https://github.com/edgexfoundry/device-random/commits/40e495b))
### Code Refactoring ♻
- bump dependency version and update import path ([#8857c7d](https://github.com/edgexfoundry/device-random/commits/8857c7d))
- remove unimplemented InitCmd/RemoveCmd configuration ([#3121aad](https://github.com/edgexfoundry/device-random/commits/3121aad))
- Change PublishTopicPrefix value to be 'edgex/events/device' ([#aa0da4d](https://github.com/edgexfoundry/device-random/commits/aa0da4d))
- Update configuration for change to common ServiceInfo struct ([#f6aa74d](https://github.com/edgexfoundry/device-random/commits/f6aa74d))
Expand All @@ -28,19 +27,19 @@
BREAKING CHANGE:
Device Modbus default port number has changed to 59988
```
- final go.mod update ([#69a990b](https://github.com/edgexfoundry/device-random/commits/69a990b))
- Added go mod tidy to Dockerfile ([#b906c1a](https://github.com/edgexfoundry/device-random/commits/b906c1a))
- refactor: Update for new service key names and overrides for hyphen to underscore ([#e6bfccb](https://github.com/edgexfoundry/device-random/commits/e6bfccb))
```
BREAKING CHANGE:
Service key names used in configuration have changed.
```
- bump sdk version ([#c148ae4](https://github.com/edgexfoundry/device-random/commits/c148ae4))
- use v2 device-sdk ([#ac673e8](https://github.com/edgexfoundry/device-random/commits/ac673e8))
### Documentation 📖
- Add badges to readme ([#73b6e10](https://github.com/edgexfoundry/device-random/commits/73b6e10))
### Build 👷
- update build files for v2 ([#6aec653](https://github.com/edgexfoundry/device-random/commits/6aec653))
- update Dockerfiles to use go 1.16 ([#ecae5e3](https://github.com/edgexfoundry/device-random/commits/ecae5e3))
- update go.mod to go 1.16 ([#40e495b](https://github.com/edgexfoundry/device-random/commits/40e495b))
### Continuous Integration 🔄
- update local docker image names ([#7b55d68](https://github.com/edgexfoundry/device-random/commits/7b55d68))

Expand Down

0 comments on commit 1995be2

Please sign in to comment.