Skip to content

Commit

Permalink
Release v0.5.9 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe94 committed Aug 6, 2020
1 parent 46e52dc commit 7da7993
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.9]
### Added
- Added `trust` label to hardware_model gauge. [#151](https://github.com/xmidt-org/talaria/pull/151)

### Fixed
- Fix device Metadata Trust() method float64 casting to int. [#151](https://github.com/xmidt-org/talaria/pull/151)

### Changed
- Add configurable check for the source of inbound (device => cloud service) WRP messages. [#151](https://github.com/xmidt-org/talaria/pull/151)
- Populate empty inbound WRP.content_type field with `application/octet-stream`. [#151](https://github.com/xmidt-org/talaria/pull/151)


## [v0.5.8]
- bumped webpa-common to fix consul last wait index and AllDatacenters [#147](https://github.com/xmidt-org/talaria/pull/147)

Expand Down Expand Up @@ -77,7 +90,9 @@ Switching to new build process
## [v0.1.1] Tue Mar 28 2017 Weston Schmidt - 0.1.1
- initial creation

[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.5.7...HEAD
[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.5.9...HEAD
[v0.5.9]: https://github.com/xmidt-org/talaria/compare/v0.5.8...v0.5.9
[v0.5.8]: https://github.com/xmidt-org/talaria/compare/v0.5.7...v0.5.8
[v0.5.7]: https://github.com/xmidt-org/talaria/compare/v0.5.6...v0.5.7
[v0.5.6]: https://github.com/xmidt-org/talaria/compare/v0.5.5...v0.5.6
[v0.5.5]: https://github.com/xmidt-org/talaria/compare/v0.5.4...v0.5.5
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/stretchr/testify v1.4.0
github.com/thedevsaddam/gojsonq/v2 v2.5.2
github.com/xmidt-org/bascule v0.8.0
github.com/xmidt-org/webpa-common v1.10.5
github.com/xmidt-org/webpa-common v1.10.7
github.com/xmidt-org/wrp-go/v3 v3.0.1
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/text v0.3.2 // indirect
Expand Down

0 comments on commit 7da7993

Please sign in to comment.