Skip to content

Commit

Permalink
update webpa-common with device metadata fix (#134)
Browse files Browse the repository at this point in the history
* update webpa-common with device metadata fix

* update change log
  • Loading branch information
joe94 authored May 18, 2020
1 parent 5f965ae commit d4547aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]

## [v0.5.3]
### Fixed
- Update webpa-common version with data race fix for a device's metadata claims getter [#134](https://github.com/xmidt-org/talaria/pull/134)

## [v0.5.2]
### Fixed
- Perform proper conversion of device trust integer value into a string. [#130](https://github.com/xmidt-org/talaria/pull/130)
Expand Down Expand Up @@ -45,7 +49,8 @@ Switching to new build process
## [v0.1.1] Tue Mar 28 2017 Weston Schmidt - 0.1.1
- initial creation

[Unreleased]: https://github.com/Comcast/talaria/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/Comcast/talaria/compare/v0.5.3...HEAD
[v0.5.3]: https://github.com/Comcast/talaria/compare/v0.5.2...v0.5.3
[v0.5.2]: https://github.com/Comcast/talaria/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/Comcast/talaria/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/Comcast/talaria/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.3.0
github.com/xmidt-org/bascule v0.8.0
github.com/xmidt-org/webpa-common v1.10.0
github.com/xmidt-org/webpa-common v1.10.1
github.com/xmidt-org/wrp-go/v3 v3.0.1
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ github.com/xmidt-org/bascule v0.8.0 h1:xk/c8zqqNjoSW4b4oSrUwemm786Bs5DabmX7AgUgN
github.com/xmidt-org/bascule v0.8.0/go.mod h1:dPxlbNT3lCwYAtOq2zbzyzTEKgM+azLSbKKcVmgSHBY=
github.com/xmidt-org/webpa-common v1.1.0/go.mod h1:oCpKzOC+9h2vYHVzAU/06tDTQuBN4RZz+rhgIXptpOI=
github.com/xmidt-org/webpa-common v1.3.2/go.mod h1:oCpKzOC+9h2vYHVzAU/06tDTQuBN4RZz+rhgIXptpOI=
github.com/xmidt-org/webpa-common v1.10.0 h1:Z5acRa2M2eVIpEDwazAaSAGKYrfYaSqHY0raVkYIDXY=
github.com/xmidt-org/webpa-common v1.10.0/go.mod h1:8Ml4Ck/bANH1TCTfGgLFqepdiotTzchxNyo89W4aDd4=
github.com/xmidt-org/webpa-common v1.10.1 h1:A6aQl5CVtpYn+NNM8EzhH4TLG6n6akqLCRFKfK6k2RY=
github.com/xmidt-org/webpa-common v1.10.1/go.mod h1:fZJAR+dUkD0/WJg1MtWDOBU6Ce7PL6zs/czJdBA3fDA=
github.com/xmidt-org/wrp-go/v3 v3.0.1 h1:E1FrFwWi21pFDL3c6M4ufqA4ykXWPops9BMnadChUH8=
github.com/xmidt-org/wrp-go/v3 v3.0.1/go.mod h1:08zAEevd+fM81/asCgsMJdgO8sfKLvqclqJGX1pphnE=
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
Expand Down

0 comments on commit d4547aa

Please sign in to comment.