Skip to content

Commit

Permalink
update webpa-common with new metric labels (#146)
Browse files Browse the repository at this point in the history
* update webpa-common with new metric labels

* release notes
  • Loading branch information
joe94 committed Jul 21, 2020
1 parent 8e13c95 commit e3f271c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file.
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.7]
### Added
- New labels for the `hardware_model` gauge from webpa-common. [#146](https://github.com/xmidt-org/talaria/pull/146)

### Changed
- Update references to the main branch. [#144](https://github.com/xmidt-org/talaria/pull/144)


## [v0.5.6]
- fixed xresolver failing to route traffic to caduceus using default http and https ports. [#143](https://github.com/xmidt-org/talaria/pull/143)

Expand Down Expand Up @@ -68,7 +75,8 @@ 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.6...HEAD
[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.5.7...HEAD
[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
[v0.5.4]: https://github.com/xmidt-org/talaria/compare/v0.5.3...v0.5.4
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.3
github.com/xmidt-org/webpa-common v1.10.4
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ github.com/xmidt-org/themis v0.4.4 h1:KewitRxStW1xOehDBi0YyGZyRv3PjFdYUEDvQFf1Nm
github.com/xmidt-org/themis v0.4.4/go.mod h1:0qRYFvKdrQhwjxH/1nAiTgBGT4cegJR76gfEYF5P7so=
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.3 h1:oSDMSQwp/q6vwfdVhhPIcSJAFuKjP6yvvt3aGKhj4c8=
github.com/xmidt-org/webpa-common v1.10.3/go.mod h1:Fmt3wIxBzwJY0KeRHX6RaLZx2xpKTbXCLEA3Xtd6kq8=
github.com/xmidt-org/webpa-common v1.10.4 h1:+0xVaLduRxG/hQ/w7DrzFFf7uvdYFcUK6z4ZWt49Z4Y=
github.com/xmidt-org/webpa-common v1.10.4/go.mod h1:Fmt3wIxBzwJY0KeRHX6RaLZx2xpKTbXCLEA3Xtd6kq8=
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 e3f271c

Please sign in to comment.