Skip to content

Releases: Graylog2/graylog-project-cli

0.29.1

21 Oct 12:12
0.29.1
971c223

Choose a tag to compare

What's Changed

  • Polish the changelog features
    • Fix default template spacing
    • Provide feedback about written files
    • Make the message validator in the interactive mode less strict
    • Better usage information in the command line help

Full Changelog: 0.29.0...0.29.1

0.29.0

31 Aug 12:34

Choose a tag to compare

What's Changed

  • Change commit ID position in status command output
  • Build ARM64 binaries for macOS
  • Don't set runner env variables for default ports. This allows the usage of these env variables in a .env file for docker-compose.
  • Improvements to the verbose status output. Allow multiple -v flags to increase verbosity.
  • Remove GC options from the server run configuration that is generated by the idea setup command.
  • Add changelog management commands by @bernd in #31
  • Remove a apply-manifest generate question that we always answer with "yes". #30

Full Changelog: 0.28.0...0.29.0

0.28.0

16 Nov 13:58
aac1e8d

Choose a tag to compare

What's Changed

  • Use the actual executable name in usage output. by @supahgreg in #28
  • Also print commit ids with the status command by @mpfz0r in #29

New Contributors

Full Changelog: 0.27.0...0.28.0

0.27.0

05 Nov 18:43

Choose a tag to compare

  • Add --skip-tests flag to apply-manifest command.
  • Fix color output for failed Git commands.

0.26.1

28 Oct 12:23

Choose a tag to compare

  • Use relative paths in web-modules.json

0.26.0

01 Feb 15:25

Choose a tag to compare

  • Add ansi color to release output.
  • Don't set parent for server module in maven-parent command.

0.25.0

17 Dec 12:23

Choose a tag to compare

  • Support PR HTTP URLs for the --pull-requests option of the checkout command

0.24.0

20 Nov 10:18

Choose a tag to compare

  • Write a web-modules.json into the server's web module.

0.23.1

03 Aug 13:52

Choose a tag to compare

  • Fix repository detection in --pull-requests command line argument for the checkout command

0.23.0

05 Jun 17:45

Choose a tag to compare

  • Add update command to run git pull for all repositories in a manifest
  • Fix printing git error messages
  • Add non-interactive mode for the apply-manifest-generate command
  • Add --manifest flag to github branch-protection command
  • Add --dry-run flag to github branch-protection command
  • Add run command to execute the runner scripts in a project checkout
  • Add --pull-requests flag to checkout command