Skip to content
HAYDEN BAKKUM edited this page Nov 23, 2016 · 25 revisions

Rundeck HipChat Plugin 1.7.0 Release

Release Date

23 Nov 2016

Rundeck Version Compatibility

2.0.0+

Changes

New Features

  • Ability to override HipChat authentication token in the GUI. Note the preferred method of configuring the token is in either the framework or project property files

Improvements

Bug Fixes

Known Issues

Upgrade Instructions

  1. Delete previous plugin version and then copy the plugin jar (rundeck-hipchat-plugin-1.7.0.jar) into your $RDECK_BASE/libext - no restart of rundeck required.

Rundeck HipChat Plugin 1.6.0 Release

Release Date

15 Mar 2016

Rundeck Version Compatibility

2.0.0+

Changes

New Features

  • Ability to trigger user notifications when sending a hipchat message

Improvements

Bug Fixes

Known Issues

Upgrade Instructions

  1. Delete previous plugin version and then copy the plugin jar (rundeck-hipchat-plugin-1.6.0.jar) into your $RDECK_BASE/libext - no restart of rundeck required.

Rundeck HipChat Plugin 1.5.0 Release

Release Date

17 Dec 2014

Rundeck Version Compatibility

2.0.0+

Changes

New Features

  • Proxy Support

Improvements

Bug Fixes

Known Issues

Upgrade Instructions

  1. Delete previous plugin version and then copy the plugin jar (rundeck-hipchat-plugin-1.5.0.jar) into your $RDECK_BASE/libext - no restart of rundeck required.

Rundeck HipChat Plugin 1.4.0 Release

Release Date

4 Dec 2014

Rundeck Version Compatibility

2.0.0+

Changes

New Features

  • Ability to send notification to multiple rooms

Improvements

Bug Fixes

Known Issues

Upgrade Instructions

  1. Delete previous plugin version and then copy the plugin jar (rundeck-hipchat-plugin-1.4.0.jar) into your $RDECK_BASE/libext - no restart of rundeck required.

Rundeck HipChat Plugin 1.3.0 Release

Release Date

17 Nov 2014

Rundeck Version Compatibility

2.0.0+

Changes

New Features

  • Support for HipChat API v2
  • Enable plugin to be used with locally hosted hipchat server

Improvements

Bug Fixes

Known Issues

Upgrade Instructions

  1. Delete pprevious plugin version and then copy the plugin jar (rundeck-hipchat-plugin-1.3.0.jar) into your $RDECK_BASE/libext - no restart of rundeck required.

  2. If required, see the user guide for instructions on how to use HipChat API v2.


Rundeck HipChat Plugin 1.2.0 Release

Release Date

13 May 2014

Rundeck Version Compatibility

2.0.0+

Changes

New Features

  • Support for optionally specifying a custom Freemarker template for generating the HipChat message content

Improvements

  • API Auth Token plugin property scope changed from 'unspecified' to 'project' allowing token to be defined once only in framework or project property file

Bug Fixes

Known Issues

Upgrade Instructions

  1. Copy your HipChat API Auth token into either your framework or project property file.

    configure framework:
    framework.plugin.Notification.HipChatNotification.apiAuthToken=value

    configure project:
    project.plugin.Notification.HipChatNotification.apiAuthToken=value

    See rundeck documentation for more information on configuration files.

  2. Copy the plugin jar (rundeck-hipchat-plugin-1.2.0.jar) into your $RDECK_BASE/libext - no restart of rundeck required.


Rundeck HipChat Plugin 1.0.0 Release

Release Date

22 Jun 2013

Rundeck Version Compatibility

1.5.3+

Changes

New Features

  • First release - Sends rundeck notification messages to a HipChat room

Improvements

Bug Fixes

Upgrade Instructions

First release, see installation instructions.

Known Issues

  • Pre Rundeck 2.0 notification plugins only support "Instance" scoped configuration properties which means HipChat API token and room configuration must be entered in the gui each time you configure a notification (as opposed to specifying these once in a project property file).