Skip to content

Releases: containeroo/portpatrol

v0.5.10

26 Feb 10:27
cc083b0
Compare
Choose a tag to compare

Changelog

v0.5.9

24 Feb 13:23
6de8096
Compare
Choose a tag to compare

Changelog

  • 6de8096 new release
  • 5bbba9e rename variable according to go conventions
  • 924b7aa chore(deps): update golang docker tag to v1.24 (#23)
  • c133393 refactor: move run into internal/app
  • e31717c fix(deps): update module golang.org/x/net to v0.35.0 (#22)

v0.5.8

05 Feb 08:35
2e2e635
Compare
Choose a tag to compare

Changelog

  • 2e2e635 dependancy: update golang.org/x/sync to v0.11.0
  • 2273f70 fix(deps): update module golang.org/x/sync to v0.11.0 (#21)
  • 0c65977 add License
  • 99e0bd8 refactor: improve Makefile

v0.5.7

04 Feb 14:04
9945c99
Compare
Choose a tag to compare

Changelog

  • 9945c99 refactor: use better variable for returned flags
  • 6d3cbbc fix(deps): update module github.com/containeroo/dynflags to v0.0.3 (#20)

v0.5.6

02 Feb 11:28
33b220b
Compare
Choose a tag to compare

Changelog

v0.5.5

01 Feb 19:23
f78c8f3
Compare
Choose a tag to compare

Changelog

v0.5.4

01 Feb 19:01
e417f26
Compare
Choose a tag to compare

Changelog

  • e417f26 update version
  • afdf48a feat: add v to version
  • 91c522e update version
  • f9378e0 create new tag
  • 0ead6b9 feat(makefile): add versioning targets
  • e65bc76 fix: help message
  • 06fcc78 fix(deps): update module github.com/spf13/pflag to v1.0.6 (#19)
  • efbec1f fix: format interface
  • f1654ba enum: use other type for unsupported check type
  • 827959e logger_test: use asserts
  • 4dc35d2 fix(deps): update module golang.org/x/net to v0.34.0 (#18)
  • 8f8182c fix(README): remove invalid flag

v0.5.2

19 Dec 08:19
792127c
Compare
Choose a tag to compare

Changelog

  • 792127c fix(deps): update module golang.org/x/net to v0.33.0 [security] (#17)

v0.5.1

18 Dec 18:42
c70790c
Compare
Choose a tag to compare

Changelog

  • c70790c fix(goreleaser): remove pkg from extra_files
  • fb60541 feat/improvements (#15)
  • 0047e5d fix(deps): update module golang.org/x/sync to v0.10.0 (#14)

v0.5.0

17 Dec 20:14
59cdac8
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

BREAKING CHANGES

  • switch from environment variables to parameters

Changelog

  • 59cdac8 feat/flags (#10)
  • 03e897b fix(deps): update module golang.org/x/net to v0.32.0 (#13)
  • 2f3c526 fix(deps): update module golang.org/x/net to v0.31.0 (#12)
  • 4179aa9 chore(deps): update actions/checkout digest to 11bd719 (#11)
  • 9155154 docs: improve code comments
  • 150584f tests: add test for no scheme in address for http checker
  • ad8c9a2 update README