Skip to content

Releases: phi-ag/mta-sts-exporter

v1.5.0

18 Feb 23:17
Compare
Choose a tag to compare

1.5.0 (2024-02-18)

Features

  • added enable config for reports and metrics (8f2b64f)
  • added some basic prometheus counter (67d93f6)

Documentation

  • added A and AAAA dns entries to readme and formatted examples (2d9fdc3)
  • added traefik example to compose.yaml (e3a6dcf)

Miscellaneous Chores

  • deps: pin phiag/mta-sts-exporter docker tag to 874a452 (7dd2d14)

Code Refactoring

  • disabled save report by default (e7348f9)
  • moved max body/json config (e2905cd)
  • moved save config (aa9596d)
  • reordered functions in main (555dba4)

v1.4.1

18 Feb 18:55
Compare
Choose a tag to compare

1.4.1 (2024-02-18)

Performance Improvements

  • generate policy response on startup (5782223)

Documentation

  • added dns entries to readme (15fd78d)
  • added environment based config example to compose.yaml (e7c0ef5)
  • configure policy in compose.yaml (5d50c4a)

Miscellaneous Chores

  • deps: pin phiag/mta-sts-exporter docker tag to bc1b5c3 (5557dc8)

Code Refactoring

  • changed default report path to /report (858fc87)
  • config: replaced policy content config with fields (4dc9995)

v1.4.0

18 Feb 16:32
Compare
Choose a tag to compare

1.4.0 (2024-02-18)

Features

  • added option to serve mta-sts policy (2c59c63)

Documentation

  • fixed docker compose healthcheck (cb2facc)

Miscellaneous Chores

  • deps: pin phiag/mta-sts-exporter docker tag to adc373c (2c38da4)

v1.3.0

18 Feb 15:42
Compare
Choose a tag to compare

1.3.0 (2024-02-18)

Features

Bug Fixes

  • panic when unmarshal config fails (9e87e83)

Documentation

  • added links to RFCs and comment for mx-host array errata (90e4774)

Code Refactoring

  • renamed body and json reader (9f0ef77)

v1.2.1

18 Feb 14:30
Compare
Choose a tag to compare

1.2.1 (2024-02-18)

Bug Fixes

  • parse mx-host field (string or string array) (7342162)

Documentation

  • fixed compose.yaml config (37db97e)
  • fixed uid/gid in readme (9e08f39)

Miscellaneous Chores

  • deps: pin phiag/mta-sts-exporter docker tag to ac65f14 (e797067)

Code Refactoring

Tests

  • added google and microsoft report examples (61458ad)

Continuous Integration

  • added note about missing platforms (160a55e)

v1.2.0

17 Feb 13:41
Compare
Choose a tag to compare

1.2.0 (2024-02-17)

Features

  • enabled platforms riscv64 and 386, dropped ppc64le and s390x (4ad7769)

Miscellaneous Chores

  • deps: update golangci/golangci-lint-action action to v4 (7402705)
  • deps: update phiag/mta-sts-exporter docker tag to v1.1.2 (d73dd5c)

v1.1.2

17 Feb 11:54
Compare
Choose a tag to compare

1.1.2 (2024-02-17)

Documentation

  • added example docker compose.yaml and infer config file type (bee678a)
  • added readme badges (12d5801)
  • added save report instructions to readme (3f993ef)

Miscellaneous Chores

  • deps: pin golangci/golangci-lint-action action to 3a91952 (b1c7ebf)
  • deps: pin phiag/mta-sts-exporter docker tag to fc97b23 (92e07ee)

Code Refactoring

  • split into multiple files (feb21b9)

Continuous Integration

v1.1.1

17 Feb 09:09
Compare
Choose a tag to compare

1.1.1 (2024-02-17)

Bug Fixes

  • fixed save report and use viper for config (8a043cb)
  • use uint16 for port config (ea55a19)

Styles

  • removed some whitespace (999cdcf)

v1.1.0

16 Feb 23:45
Compare
Choose a tag to compare

1.1.0 (2024-02-16)

Features

  • configurable json logging (dcdcb6e)
  • configurable report path (1a59e21)

Bug Fixes

Miscellaneous Chores

Code Refactoring

Continuous Integration

  • added release-please config and fixed release type (d4391a0)

v1.0.5

16 Feb 21:48
Compare
Choose a tag to compare

1.0.5 (2024-02-16)

Bug Fixes