Skip to content

Releases: Pondidum/Flagon

0.0.10

28 Jul 16:24
Compare
Choose a tag to compare

0.0.10 - 1c47074

Added

  • support --attr-file flag and a default flagon.attrs file to load attributes from keyvalue pairs specified in a file
  • support user-key=value in attr file for setting the user key too

0.0.9

16 May 19:52
Compare
Choose a tag to compare

0.0.9 - 21e26aa

Added

  • you can now use pondidum/flagon/query action to query a flag. It assumes you have used pondidum/flagon to setup the tool first.

0.0.8

27 Jan 21:26
Compare
Choose a tag to compare

0.0.8 - bee69ee

Added

  • add support for TRACEPARENT environment variable; format matches the w3 format.

0.0.7

19 Nov 13:53
Compare
Choose a tag to compare

0.0.7 - cd9de73

Changed

  • state exit codes have been updated: 0 for flag on, 1 for flag off, 2 for error.

0.0.6

18 Nov 15:33
Compare
Choose a tag to compare

0.0.6 - fe127ae

Added

  • printing supports go templates: --output "template={{ .Value }}" for example

0.0.5

16 Nov 22:15
Compare
Choose a tag to compare

0.0.5 - 821f742

Added

• Add tests around state command, fix default value handling

0.0.4

15 Nov 13:13
Compare
Choose a tag to compare

0.0.4 - c4cbbd3

Added

• Add github action.yaml to the repository

0.0.3

15 Nov 11:46
56770c3
Compare
Choose a tag to compare

0.0.3 - 56770c3

Fixed

• Fix the build's upload binary call, which was truncating the binary file

Changed

• Statically link the binary in github actions

0.0.2

14 Nov 12:21
Compare
Choose a tag to compare

0.0.2 - adbc5f5

Fixed

• Releases in Github now publish the binary too

0.0.1

14 Nov 11:37
6d8cfe8
Compare
Choose a tag to compare

0.0.1 - 6d8cfe8

Added

• Exit with code 0 if a flag is true , and 1 otherwise
• Add --silent flag, to suppress console information

Changed

• Expand what information is written to traces