Skip to content

Releases: gaqzi/gocd-cli

v0.9.0

26 Oct 15:18
Compare
Choose a tag to compare

Added

  • encryption support for configuration values

    Keys ending in _encrypted will be decrypted using the encryption module
    encryption_module. This was added as a requirement from a client where
    the password may not be stored in plain text, but it is fine to have it
    stored on the same computer. The default Caesar module is not
    recommended for production use.

    For a module with a better encryption see gocd-cli.encryption.blowfish.

  • settings decrypt/encrypt

    Decrypts/encrypts string or settings in the settings file.

    Note does not store changes in the settings file.

v0.8.1

16 Sep 11:49
Compare
Choose a tag to compare

Changed

  • Depend on gocd version 0.8.0 or newer.

The main bulk of this release is still in v0.8.0

v0.8.0

16 Sep 11:48
Compare
Choose a tag to compare

Added

  • pipeline check command
    Will check a pipeline to see whether it's currently stalled or failed.
    Created with the intention to be run through Nagios
  • pipeline check-all command
    Will iterate over all pipelines and warn/critical if any is stalled/failed that is not paused.
  • pipeline list
    Will list all pipelines and their current status.
    Created to be able to list all pipelines currently paused or locked.

A blog post about how to use this will follow :)

v0.7.1

23 Aug 14:48
Compare
Choose a tag to compare

Changed

  • Changed to depend on version >= 0.7.1 of gocd because of bug fixes.
    For more info see the release notes for py-gocd.

Initial public release

11 Aug 15:55
Compare
Choose a tag to compare

Hello world.