v1.2.0
Changes
-
Removed
manifests/container.pp
andmanifests/profile/source.pp
. These files
were unused and unmaintained. Also removed module dependencies
puppetlabs/vcsrepo
andjfryman/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
: -
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