Releases: ionos-enterprise/ionos-enterprise-puppet
Releases · ionos-enterprise/ionos-enterprise-puppet
Release v1.6.0 - Cloud API v4 and other updates
- Added support for the API v4 features: groups, users, shares, image aliases and LAN IP failover groups.
- Added support for IP blocks, snapshots, locations and images.
- Added new examples & tests.
Release v1.5.1
fixing request depth for servers, nics and firewall rules in puppet resource
commands
Release v1.5.0
- Support for ProfitBricks volume resources, create and update for mutable properties.
- Support for ProfitBricks NIC resources, create and update for mutable properties.
- Support for ProfitBricks firewall rule resources, create and update for mutable properties.
- Support for data center, LAN and server mutable properties.
- Fix for
purge_volumes
server property. - Updated documentation.
Release v1.4.0 - New data center resource and updates
- Add support for ProfitBricks data center resources.
- Allow
puppet resource server
andpuppet resource lan
. - Make ProfitBricks API URL configurable using PROFITBRICKS_API_URL environment variable.
- Fix issue the module name conflicting with other puppetforge modules. Renamed to
profitbricks-profitbricks
(#9). - Add detecting data centers having the same name.
Release v1.3.1 - Minor update
Added User-Agent header and updated version.
ProfitBricks Cloud API v3 support
This release includes the following ProfitBricks Cloud API v3 features:
- Added support for volume availability zones.
- Added support for NAT on NICs.
- Updated documentation and example manifest.
CPU family support and renamed type parameter
The following changes are included:
- Added CPU family support.
- Expanded example and README file.
- Renamed volume
type
parameter tovolume_type
astype
is now a reserved parameter.
Release v1.1.0
- Added SSH key support.
- Fixed bug parsing LANs will null names.
- Remove boot volume/cdrom server parameters since this will not be used for automatic provisioning.
- Corrected rubocop errors.
- Updated example and documentation.