Skip to content

Commit

Permalink
bumped ancla, argus, webpa-common (#222)
Browse files Browse the repository at this point in the history
* bumped ancla, argus, webpa-common

* use official releases

* updated changelog

* prep for release
  • Loading branch information
kristinapathak committed Jul 26, 2021
1 parent df106dc commit 88c72a4
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 124 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ 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.10]
- Keep setter and getter unexported. [#219](https://github.com/xmidt-org/tr1d1um/pull/219)
- Prevent Authorization header from getting logged. [#218](https://github.com/xmidt-org/tr1d1um/pull/218)

- Bumped ancla, webpa-common versions. [#222](https://github.com/xmidt-org/tr1d1um/pull/222)

## [v0.5.9]
- Add support for acquiring Themis tokens through Ancla. [#215](https://github.com/xmidt-org/tr1d1um/pull/215)
Expand Down Expand Up @@ -102,7 +104,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.9...HEAD
[Unreleased]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.10...HEAD
[v0.5.10]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.9...v0.5.10
[v0.5.9]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.8...v0.5.9
[v0.5.8]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.7...v0.5.8
[v0.5.7]: https://github.com/xmidt-org/tr1d1um/compare/v0.5.6...v0.5.7
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/xmidt-org/ancla v0.1.6
github.com/xmidt-org/bascule v0.9.1-0.20210506212507-4df8762472bc
github.com/xmidt-org/ancla v0.2.0
github.com/xmidt-org/bascule v0.10.1
github.com/xmidt-org/candlelight v0.0.5
github.com/xmidt-org/webpa-common v1.11.7
github.com/xmidt-org/webpa-common v1.11.9
github.com/xmidt-org/wrp-go/v3 v3.0.1
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.19.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.19.0
Expand Down

0 comments on commit 88c72a4

Please sign in to comment.