Skip to content

Releases: fortio/dflag

v1.7.1

22 Mar 18:25
63e9b7e
Compare
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
Compare
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

v1.6.0

10 Oct 00:43
76ec073
Compare
Choose a tag to compare

What's Changed

  • Additional/unknown flags in configmaps/directories are warnings only now. (#45 fixing #44)

Note that it also means typos can only been seen in logs or by checking updater.Warnings() in addition to the err

You can get the count of these warnings calling a new updater.Warnings() api (and decide to fatal out if that's what you did before)

  • And also dependencies updates

Full Changelog: v1.5.3...v1.6.0

v1.5.3

03 Aug 22:57
33130bb
Compare
Choose a tag to compare

What's Changed

  • Update dependencies (mostly log etc)

Full Changelog: v1.5.2...v1.5.3

v1.5.2

25 Feb 23:42
39bff23
Compare
Choose a tag to compare

What's Changed

  • Bump fortio.org/sets from 1.0.0 to 1.0.2 (better doc, improved perf)
  • Bump fortio.org/log from 1.2.2 to 1.3.0 (mtls logging)

Full Changelog: v1.5.1...v1.5.2

v1.5.1

23 Feb 01:55
99b2330
Compare
Choose a tag to compare

What's Changed

  • Use 1.0 release version of fortio.org/sets (#5)

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Feb 04:16
f0851c9
Compare
Choose a tag to compare

What's Changed

  • Created/introduced a new fortio.org/sets package adding a bunch of Set functions (sets.New, Add, Has, Remove, Clone) (some coming from fortio/delta)
    • Change all dflag.Set to sets.Set, or when creating sets.New("x", "y", ...)
  • Add a String() to Set and Array so it looks better on UI and symmetrical with coma input by (#4)

Full Changelog: v1.4.2...v1.5.0

v1.4.2

20 Feb 01:23
Compare
Choose a tag to compare

Readme updates

Full Changelog: v1.4.1...v1.4.2

v1.4.1

12 Feb 19:48
93ac7e0
Compare
Choose a tag to compare

What's Changed

  • Parity with log 1.2.0 for variadic LoggerFlagSetup by @ldemailly in #2

Full Changelog: v1.4.0...v1.4.1

v1.4.0

12 Feb 17:51
Compare
Choose a tag to compare

First full fledged release as standalone fortio.org/dflag package

Used to be fortio.org/fortio/dflag

go get -u fortio.org/dflag

Full Changelog: v1.0.0...v1.4.0