Skip to content

v1.2.0

Compare
Choose a tag to compare
@nmaludy nmaludy released this 25 Sep 12:19
· 444 commits to master since this release
eb104aa

Changes

  • Removed manifests/container.pp and manifests/profile/source.pp. These files
    were unused and unmaintained. Also removed module dependencies
    puppetlabs/vcsrepo and jfryman/tiller that are no longer used because
    these two files have been removed. (Change)
    Contributed by @nmaludy

  • Removed archived build files from Puppet 3. (Clean up)
    Contributed by @nmaludy

  • Added support for Puppet 6 on all platforms. (Enhancement)
    Contributed by @nmaludy

  • Added default ChatOps config ('HUBOT_ADAPTER' => 'slack'), so that the ChatOps
    service starts cleanly without the user needing to provide any variables into
    the ::st2 class. #233 (Enhancement)
    Contributed by @nmaludy

  • Added support for st2timersengine service on StackStorm >= 2.9.0.
    Two new options were added to ::st2:

    • timersengine_enabled - Set to true if the st2timersengine service should
      be enabled on this node (default: true)
    • timersengine_timezone - The local timezone for this node.
      (default: 'America/Los_Angeles')
      #221 (Enhancement)
      Contributed by @nmaludy
  • Changed integration tests to test for HTTP 308 redirect on
    when redirecting from http:// to https:// (Enhancement)
    Contributed by @nmaludy

  • Fixed bug where the default nginx splash page was not being removed
    on RHEL/CentOS installs. (Bugfix)
    Contributed by @nmaludy