puppet-horizon/releasenotes/notes/any2array-64602422742c9abe.yaml
Tobias Urdin a0f8f374b8 Remove os_any2array function
This function was implemented instead of using the
any2array function that stdlib exposes because before
people were using older versions of stdlib.

This function has now been available since stdlib 4.0.0
which is ealier 2013, we should now assume that people
have a sufficient version of stdlib and can remove the
custom os_any2array function we were carrying.

Change-Id: Ia1df93e480ec3137c138ee87d39f5d0ce432722c
2018-10-30 15:47:18 +01:00

8 lines
316 B
YAML

---
upgrade:
- |
The os_any2array function that the Horizon module used internally is now
removed and it instead uses the any2array function exposed by the stdlib
module. The stdlib module introduced the any2array function in 2013 so we
are now expecting that you are using atleast stdlib >= 4.0.0