Skip to content

Commit

Permalink
Feature/argus update (#175)
Browse files Browse the repository at this point in the history
* clean up files we no longer need

* initial changes for webhook integration

* Update config file

* update to match xwebhook changes

* fix for xmidt-org/talaria/pull/150

* changes for xwebhook update

* update changelog
  • Loading branch information
joe94 committed Nov 4, 2020
1 parent 80393a7 commit 47aa1be
Show file tree
Hide file tree
Showing 9 changed files with 234 additions and 434 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.2]
### Changed
- Update Argus integration. [#175](https://github.com/xmidt-org/tr1d1um/pull/175)
- Switched SNS to argus. [#168](https://github.com/xmidt-org/tr1d1um/pull/168)
- Update references to the main branch. [#144](https://github.com/xmidt-org/talaria/pull/144)
- Bumped bascule, webpa-common, and wrp-go versions. [#173](https://github.com/xmidt-org/tr1d1um/pull/173)
Expand Down Expand Up @@ -62,7 +65,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial creation.

[Unreleased]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.2...HEAD
[v0.5.2]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.1...v0.5.2
[v0.5.1]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/xmidt-org/tr1d1um/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/xmidt-org/tr1d1um/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/library/golang:1.14-alpine as builder

LABEL maintainer="Jack Murdock <jack_murdock@comcast.com>"
LABEL MAINTAINER="Jack Murdock <jack_murdock@comcast.com>"

WORKDIR /go/src/github.com/xmidt-org/tr1d1um

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
github.com/xmidt-org/argus v0.3.3
github.com/xmidt-org/argus v0.3.9 // indirect
github.com/xmidt-org/bascule v0.9.0
github.com/xmidt-org/webpa-common v1.11.1
github.com/xmidt-org/webpa-common v1.11.2
github.com/xmidt-org/wrp-go/v3 v3.0.1
)
159 changes: 152 additions & 7 deletions go.sum

Large diffs are not rendered by default.

162 changes: 0 additions & 162 deletions hooks/hooks.go

This file was deleted.

173 changes: 0 additions & 173 deletions hooks/hooks_test.go

This file was deleted.

Loading

0 comments on commit 47aa1be

Please sign in to comment.