Skip to content

Releases: xmidt-org/tr1d1um

v0.7.11 2022-11-08

08 Nov 15:22
09718ba
Compare
Choose a tag to compare

v0.7.10 2022-10-31

31 Oct 19:23
7a23d23
Compare
Choose a tag to compare
v0.7.10 2022-10-31 Pre-release
Pre-release
  • Remove several unused build files and update the docker images to work. #325

v0.7.9 2022-10-24

24 Oct 15:35
403fb00
Compare
Choose a tag to compare
v0.7.9 2022-10-24 Pre-release
Pre-release

v0.7.8 2022-09-01

01 Sep 18:20
3a4abfb
Compare
Choose a tag to compare
v0.7.8 2022-09-01 Pre-release
Pre-release
  • Add support for an alternate server #297

v0.7.7 2022-08-30

30 Aug 13:17
ee75f86
Compare
Choose a tag to compare
v0.7.7 2022-08-30 Pre-release
Pre-release
  • Uber fx integration
  • Major changes to server config, sections changed
    • primary => servers.primary
    • alternate => servers.alternate
    • health => servers.health
    • pprof => servers.pprof
    • alternate => servers.alternate
    • Sections log and zap were replaced with logging
    • Section touchstone was replaced with prometheus

v0.7.6 2022-08-24

24 Aug 20:39
d5c90e9
Compare
Choose a tag to compare
  • Dependency update
  • JWT Migration #289
    • update to use clortho Resolver & Refresher
    • update to use clortho metrics & logging
  • Update ancla client initialization
  • Update Config
    • Use uber/zap for clortho logging
    • Use xmidt-org/sallust for the zap config unmarshalling
    • Update auth config for clortho
    • Update ancla config

v0.7.5 05/03/2022

17 Aug 19:30
Compare
Choose a tag to compare
v0.7.5 05/03/2022 Pre-release
Pre-release

What's included:

  • JWT Migration #289
    • updated to use clortho Resolver & Refresher
    • updated to use clortho metrics & logging
  • Update ancla client initialization
  • Update Config
    • Use uber/zap for clortho logging
    • Use xmidt-org/sallust for the zap config unmarshalling
    • Update auth config for clortho
    • Update ancla config

v0.7.4 05/03/2022

03 May 21:06
67dddb6
Compare
Choose a tag to compare
- Updated v2 hook endpoint to only enforce loopback validation (when configured). [#277](https://github.com/xmidt-org/tr1d1um/pull/277)

v0.7.3 04/28/2022

28 Apr 19:19
1543ee0
Compare
Choose a tag to compare
- Bumped ancla to v0.3.9 to fix Duration bug in webhook registration - Duration should be an int in seconds. It will also accept strings such as "5m". [#270](https://github.com/xmidt-org/tr1d1um/pull/270)
- Updated v2 webhook registration to allow for no Duration or Until set. [#270](https://github.com/xmidt-org/tr1d1um/pull/270)

v0.7.2 04/20/2022

20 Apr 02:31
2cba741
Compare
Choose a tag to compare
- Fixed v2 endpoint to allow for invalid duration or until fields.  When they are invalid, the duration of the webhook is set to the configured maximum. [#266](https://github.com/xmidt-org/tr1d1um/pull/266)