Skip to content

Commit

Permalink
register for specific signals + dependency updates (#51)
Browse files Browse the repository at this point in the history
* register for specific signals

* Update CHANGELOG.md

* update dependencies

* update change notes
  • Loading branch information
joe94 authored May 14, 2020
1 parent b67b194 commit 0590ec8
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 100 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +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]
- converting from glide to go mod
- updated release pipeline to use travis [#47](https://github.com/xmidt-org/petasos/pull/47)

## [v0.1.5]
### Added
- adding docker automation [#48](https://github.com/xmidt-org/petasos/pull/48)

### Changed
- switch dependency tooling from glide to go modules
- updated release pipeline to use travis [#47](https://github.com/xmidt-org/petasos/pull/47)
- register for specific OS signals [#51](https://github.com/xmidt-org/petasos/pull/51)

### Fixed
- dependency updates including webpa-common's which fixes the SD metric label value for a service [#51](https://github.com/xmidt-org/petasos/pull/51)

## [v0.1.4]
fixed build upload

Expand All @@ -19,7 +28,8 @@ Switching to new build process
### Added
- Initial creation

[Unreleased]: https://github.com/Comcast/petasos/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/Comcast/petasos/compare/v0.1.5...HEAD
[v0.1.5]: https://github.com/Comcast/petasos/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/Comcast/petasos/compare/v0.1.2...v0.1.4
[v0.1.2]: https://github.com/Comcast/petasos/compare/0.1.1...v0.1.2
[0.1.1]: https://github.com/Comcast/petasos/compare/0.0.0...0.1.1
25 changes: 5 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,12 @@ module github.com/xmidt-org/petasos
go 1.12

require (
github.com/GaryBoone/GoStats v0.0.0-20130122001700-1993eafbef57 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/VividCortex/gohistogram v1.0.0 // indirect
github.com/billhathaway/consistentHash v0.0.0-20140718022140-addea16d2229 // indirect
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/go-kit/kit v0.8.0
github.com/gorilla/mux v1.7.3 // indirect
github.com/hashicorp/consul/api v1.2.0 // indirect
github.com/influxdata/influxdb v1.7.7 // indirect
github.com/jtacoma/uritemplates v1.0.0 // indirect
github.com/justinas/alice v0.0.0-20171023064455-03f45bd4b7da
github.com/prometheus/client_golang v1.0.0 // indirect
github.com/samuel/go-zookeeper v0.0.0-20190810000440-0ceca61e4d75 // indirect
github.com/go-kit/kit v0.9.0
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d // indirect
github.com/justinas/alice v1.2.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/xmidt-org/webpa-common v1.3.0
github.com/xmidt-org/wrp-go v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
github.com/spf13/viper v1.6.1
github.com/xmidt-org/webpa-common v1.10.0
)
Loading

0 comments on commit 0590ec8

Please sign in to comment.