v1.5.0
1.5.0 (Oct 2, 2019)
-
Fixed a bug in the
mistral
Postrgres connection string where passwords weren't
being URL encoded / escaped. This could lead to potentially bad URL parsing
when passwords contained certain special characters. To fix this, the
password in the mistralconnection
parameter is now URL encoded / escaped.
(Bugfix)
Contributed by @nmaludy -
Fixed a bug in the
st2_pack
resource so that when authentication fails, the error
message about why it failed is shown to the user.
(Bugfix)
Contributed by @nmaludy -
Fixed a bug in the
st2_pack
resource where usernames and passwords were not being
escaped properly. This only manifested itself with certain special characters.
(Bugfix)
Contributed by @nmaludy -
Modified the build system to utilize
r10k
instead oflibrarian-puppet
.
This change requires thePuppetfile
using during CI to explicitly call out all dependencies,
but will result in less maintenance of thePuppetfile
due to releases of dependent
modules.
(Enhancement)
Contributed by @nmaludy -
Removed Puppet 4 from build matrix. Puppet 4 has been end-of-life since 2018-12-31.
(Enhancement)
Contributed by @nmaludy -
Already installed packs are now recognized by their configured "ref" variable instead of "name"
(Enhancement)
Contributed by @ruriky