Skip to content

Releases: raphaelthomas/ssh_transport_exporter

v0.15.6

Choose a tag to compare

@github-actions github-actions released this 09 Sep 13:33
Immutable release. Only release title and notes can be modified.
3411753

Changelog

📝 Other Changes

  • 3411753 chore(deps): bump dependencies and the golang.org/x/crypto fork

v0.15.5

Choose a tag to compare

@github-actions github-actions released this 05 Sep 06:27
Immutable release. Only release title and notes can be modified.
fa62463

Changelog

📝 Other Changes

  • 3d016e7 chore(deps): bump docker/setup-qemu-action from 4.2.0 to 4.3.0 in the actions group (#22)
  • fa62463 chore(deps): bump golang.org/x/crypto fork

v0.15.4

Choose a tag to compare

@github-actions github-actions released this 04 Sep 08:01
Immutable release. Only release title and notes can be modified.
35d952c

Changelog

📝 Other Changes

  • c30dbc9 chore(deps): bump anchore/sbom-action/download-syft from 0.24.0 to 0.24.2 in the actions group (#20)
  • 35d952c chore(deps): bump the dependencies group with 2 updates (#21)

v0.15.3

Choose a tag to compare

@github-actions github-actions released this 24 Aug 07:34
Immutable release. Only release title and notes can be modified.
8b407fd

Changelog

📝 Other Changes

  • ace461f chore(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 in the actions group (#19)
  • 8b407fd docs: improve the quick start configuration

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 05:16
Immutable release. Only release title and notes can be modified.
549ea21

Changelog

📝 Other Changes

  • 549ea21 chore(deps): bump golang.org/x/crypto fork

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 18:58
Immutable release. Only release title and notes can be modified.
659182c

Changelog

📝 Other Changes

  • ff0216c docs: refresh the build_info sample from the 0.15.0 release
  • 659182c test(probe): pin the transport-ready abort contract

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 11:22
Immutable release. Only release title and notes can be modified.
ef06da7

Changelog

🚀 Features

  • 4c5d2d1 feat: expand the landing page with version, source link and endpoints

📝 Other Changes

  • ef06da7 docs: document the x/crypto fork in its own section
  • 8806734 refactor(collector): trim the metric help text

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 05:57
Immutable release. Only release title and notes can be modified.
b9fe039

Changelog

🚀 Features

  • 9a1802f feat: expose config reload success as a metric
  • ecbbe4f feat: serve a landing page at the root

🐞 Bug Fixes

  • b6d7aca fix(config): stop the example from stripping version comments by default

📝 Other Changes

  • b9fe039 chore: drop the probetest development helper
  • 48208b1 docs: document inline known_hosts in the example config
  • aeac484 docs: document the mac_info metric
  • 7cfd2ae test(collector): assert mac_info is absent on a failed probe

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:04
Immutable release. Only release title and notes can be modified.
cb7214f

Changelog

🚀 Features

  • cb7214f feat(config): allow stripping the server version comment

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:54
Immutable release. Only release title and notes can be modified.
cb4daf2

Changelog

🚀 Features

  • 25be41e feat(collector): report the negotiated MAC per direction
  • cb4daf2 feat(config): allow configuring kex algorithms and MACs

🐞 Bug Fixes

  • e00a6e5 fix(main): drop a stray paren from the config.file help

📝 Other Changes

  • 72ca7fa docs: restructure the README around a quick start path