Skip to content

Commit

Permalink
webpa-common update with server tlsConfig fix (#181)
Browse files Browse the repository at this point in the history
* webpa-common update with fix to server tls config

* update release notes
  • Loading branch information
joe94 committed Nov 11, 2020
1 parent efc88b8 commit abac7d1
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [v0.5.3]
### Fixed
- Bug in which only mTLS was allowed as valid config for a webpa server. [#181](https://github.com/xmidt-org/tr1d1um/pull/181)

## [v0.5.2]
### Changed
- Update Argus integration. [#175](https://github.com/xmidt-org/tr1d1um/pull/175)
Expand Down Expand Up @@ -65,7 +70,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.2...HEAD
[Unreleased]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.3...HEAD
[v0.5.3]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.2...v0.5.3
[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
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ go 1.14

require (
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/go-kit/kit v0.9.0
github.com/go-kit/kit v0.10.0
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b
github.com/gorilla/mux v1.7.4
github.com/justinas/alice v1.2.0
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.9 // indirect
github.com/xmidt-org/bascule v0.9.0
github.com/xmidt-org/webpa-common v1.11.2
github.com/xmidt-org/webpa-common v1.11.3
github.com/xmidt-org/wrp-go/v3 v3.0.1
)

0 comments on commit abac7d1

Please sign in to comment.