Skip to content

Releases: frgrisk/tls-checker

v0.1.4

25 Aug 23:42
v0.1.4
9ce4d86

Choose a tag to compare

Changelog

  • 9ce4d86 Fix certificate chain validation for intermediate certificates (#21)

v0.1.3

25 Aug 05:43
v0.1.3
b6b59fd

Choose a tag to compare

Changelog

  • b6b59fd Add comprehensive certificate validation and CA bundle support (#19)
  • 07f982e Bump github.com/charmbracelet/bubbletea (#18)
  • 571feef Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.3+incompatible (#17)
  • d845933 Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#14)
  • 6a34c5b Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#20)
  • a6c39c5 Bump prettier from 3.5.3 to 3.6.2 (#15)
  • 70faa81 go mod tidy
  • 6a12430 fix: update GoReleaser config to use non-deprecated syntax (#13)

v0.1.2

02 Jun 00:02
v0.1.2
d706cd2

Choose a tag to compare

Changelog

  • d706cd2 Bump github.com/docker/docker from 27.5.0+incompatible to 28.1.1+incompatible (#10)
  • a876df0 Bump golangci/golangci-lint-action from 6 to 7 (#5)
  • 7878199 Bump golangci/golangci-lint-action from 7 to 8 (#11)
  • 8cfce1d Bump prettier from 3.5.2 to 3.5.3 (#6)
  • ba7db33 Bump the all-go-deps group across 1 directory with 3 updates (#12)
  • ea6e02b Bump the all-go-deps group with 3 updates (#7)

v0.1.1

01 Mar 13:54
34f9921

Choose a tag to compare

What's Changed

  • Bump the all-go-deps group across 1 directory with 2 updates by @dependabot in #4
  • Bump prettier from 3.4.2 to 3.5.2 by @dependabot in #3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Jan 14:13
v0.1.0
42e8289

Choose a tag to compare

Changelog

  • bdc7e73 Add Dependabot configuration and code quality workflows
  • 42e8289 Add GoReleaser configuration and GitHub Actions workflow for automated releases
  • 1010c34 Add RabbitMQ image pull functionality with user feedback spinner
  • 6c52a72 Add TLS client and server implementation with certificate handling
  • 4c59aa2 Add initial project setup for TLS Checker with Prettier integration
  • 2354632 Bump golangci/golangci-lint-action from 4 to 6 (#1)
  • 588538c Create LICENSE
  • 0f1bf50 Enhance project configuration and error handling for TLS Checker
  • 3c9214d Enhance server functionality with RabbitMQ support and dependency updates
  • de8b8fa Fix installation command in README.md to use the correct GitHub URL format for Go installation. This change ensures users can easily install the TLS Checker tool without confusion.
  • ff8730c Implement auto mode for automated TLS testing with HTTP and RabbitMQ
  • 98c9e82 Initialize TLS Checker application with Cobra CLI framework
  • 91dfe1e Integrate RabbitMQ client functionality and update dependencies
  • f6d537b Refactor RabbitMQ server setup and update README.md for linting command
  • df30eec Refactor TLS client and server into a single main.go file
  • 609a377 Refactor logging and update dependencies for TLS Checker
  • 6c74067 Update README.md to enhance TLS Checker documentation
  • 9adcf07 Update README.md to reflect new features and improvements in TLS Checker
  • 6fba501 Update dependencies and enhance RabbitMQ connection handling