Skip to content

Releases: elfranne/cert-checks

0.3.0

31 May 12:46
8c62d65
Compare
Choose a tag to compare

Changelog

0.2.1-alpha5

31 May 09:01
Compare
Choose a tag to compare

Changelog

0.2.0

29 May 13:32
1b8f7af
Compare
Choose a tag to compare

Changelog

  • 1b8f7af Merge pull request #16 from elfranne/AddCALabel
  • 56f4772 fix tests
  • b441bdb add CA as tag/label
  • e0ad194 Merge pull request #13 from elfranne/dependabot/go_modules/golang.org/x/net-0.23.0
  • 0067c42 Merge pull request #14 from elfranne/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • 400bc0a Merge pull request #12 from elfranne/dependabot/github_actions/golangci/golangci-lint-action-6
  • 4d89a28 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • f165079 Bump golang.org/x/net from 0.17.0 to 0.23.0
  • d31d6c8 Bump golangci/golangci-lint-action from 4 to 6
  • f8c8a89 Merge pull request #10 from elfranne/dependabot/go_modules/github.com/sensu/sensu-plugin-sdk-0.19.0
  • 5a962b2 Bump github.com/sensu/sensu-plugin-sdk from 0.18.0 to 0.19.0
  • cca270a Merge pull request #9 from elfranne/dependabot/go_modules/github.com/sensu/core/v2-2.20.0
  • 4910ec7 Merge pull request #8 from elfranne/dependabot/github_actions/actions/checkout-4
  • c01d294 Bump actions/checkout from 3 to 4
  • 8e47cb7 Merge pull request #7 from elfranne/dependabot/github_actions/golangci/golangci-lint-action-4
  • db60cc1 Merge pull request #6 from elfranne/dependabot/github_actions/goreleaser/goreleaser-action-5
  • 56277ab Merge pull request #5 from elfranne/dependabot/github_actions/actions/setup-go-5
  • 6591811 Bump github.com/sensu/core/v2 from 2.19.0 to 2.20.0
  • dc60d55 Bump golangci/golangci-lint-action from 3 to 4
  • d6279d6 Bump goreleaser/goreleaser-action from 4 to 5
  • c6b0443 Bump actions/setup-go from 4 to 5
  • 35da341 Merge pull request #4 from elfranne/1dot19
  • 8a717a7 use go 1.19
  • 87548a9 Create dependabot.yml

0.1.5

23 Jun 15:02
2643b3d
Compare
Choose a tag to compare

Changelog

0.1.4

22 Jun 16:50
Compare
Choose a tag to compare

Changelog

0.1.3

22 Jun 16:18
f01c52f
Compare
Choose a tag to compare

Changelog

0.1.2

22 Jun 15:52
7255873
Compare
Choose a tag to compare

Changelog

  • 7255873 Merge pull request #1 from elfranne/influx
  • f389f60 update readme
  • 72f247b support for InfluxDB format
  • 4aaab71 Merge pull request #2 from sensu/initial-implementation
  • aeb2107 more user friendly error message for url parse error
  • ceb7922 Require file:// prefix for file certificate locations
  • f8f370c Add tag for subject CN
  • 2f08973 changes per code review
  • 238b201 update readme with up to date help output
  • 974ca74 Fix timeout
  • a28d9e6 concise error output
  • 81d18d9 Add HELP descriptions for metrics
  • e74c65c Include servername tag when specified
  • 2af07de Validate hostname when servername is supplied
  • 27f2410 Include Option for ServerName Extension
  • 9cd815a Update README with basics
  • 7e0c2f5 remember to close files
  • b54ef06 accomidate windows file paths
  • b915d7c upgrade to go1.17.x
  • d2fc036 Passing ci-lint
  • f16b73a Add initial implementation of cert checks
  • bce2501 bootstrap cert-checks