Skip to content

Releases: fortio/dflag

v1.9.3

10 Nov 22:22
873f58f

Choose a tag to compare

What's Changed

  • Newest log (without redirect info message about cli tools) and linter updates by @ldemailly in #79

Full Changelog: v1.9.2...v1.9.3

v1.9.2

12 Sep 00:32
6bdc018

Choose a tag to compare

What's Changed

  • Allow 0 as string without unit for duration and additional fixes/improvements to fortio.org/duration by @ldemailly in #76

Full Changelog: v1.9.1...v1.9.2

v1.9.1

11 Sep 21:18
8f52ab2

Choose a tag to compare

What's Changed

  • Use new duration package with better parsing and to string, support for days and weeks by @ldemailly in #74
  • Pickup fix for help text for duration flags by @ldemailly in #75

Full Changelog: v1.8.1...v1.9.1

v1.9.0

11 Sep 20:39
f8be2bb

Choose a tag to compare

v1.9.0 Pre-release
Pre-release

Durations can now use and display days (d) and weeks (w); eg 1d3h == 28h.

What's Changed

  • Use new duration package with better parsing and to string by @ldemailly in #74

Full Changelog: v1.8.1...v1.9.0

v1.8.1

08 Apr 02:15
7d5f55a

Choose a tag to compare

Align to current version of fortio.org/log (which itself is just latest struct2env change)

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

06 Apr 22:17
0758f82

Choose a tag to compare

Min go version is now 1.21

If you're stuck on older go than 1.21 (you should be on 1.23.8 really but...) you can continue to use 1.7.3

What's Changed

  • Switch minimum go version to go1.21 - through sets update; drop x/exp; bump fsnotify to 1.8.0 by @ldemailly in #70

Full Changelog: v1.7.3...v1.8.0

v1.7.3

02 Oct 22:01
165b8a2

Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.7.3

v1.7.2

05 Jun 15:28
209643d

Choose a tag to compare

Very minor, just dependency updates

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

22 Mar 18:25
63e9b7e

Choose a tag to compare

What's Changed

  • Test fix (#53)
  • Switch to shared workflows + newer linter fixes + dependencies update by @ldemailly in #58

Full Changelog: v1.7.0...v1.7.1

v1.7.0

31 Oct 21:20
4cfcd24

Choose a tag to compare

Main new feature:

  • Added []byte as base64 flag type to binary for cli flags and support direct binary from configmap binaryData section (#52)

Full Changelog: v1.6.0...v1.7.0