Skip to content

v1.5.0

Compare
Choose a tag to compare
@nmaludy nmaludy released this 03 Oct 11:35
· 324 commits to master since this release
36bb64b

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 mistral connection 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 of librarian-puppet.
    This change requires the Puppetfile using during CI to explicitly call out all dependencies,
    but will result in less maintenance of the Puppetfile 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