All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v3.0.1 (2021-04-12)
- (maint) Frozenstring fix #181 (sheenaajay)
v3.0.0 (2021-03-03)
- pdksync - (MAINT) Remove RHEL 5 family support #176 (sanfrancrisko)
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 #172 (carabasdaniel)
- pdksync - (feat) Add support for Puppet 7 #166 (daianamezdrea)
v2.2.1 (2020-11-16)
- (IAC-990) - Removal of inappropriate terminology #160 (david22swan)
v2.2.0 (2020-06-26)
- Make installation of unzip optional #141 (haloflightleader)
v2.1.0 (2019-12-09)
- (FM-8675) - Addition of Support for CentOS8 #136 (david22swan)
- (FM-8027) Add RedHat 8 support #124 (eimlav)
- Timestamp retrieval function now Puppet native #134 (bryanjbelanger)
v2.0.0 (2019-05-14)
- pdksync - (MODULES-8444) - Raise lower Puppet bound #117 (david22swan)
1.0.0 (2019-02-11)
- (FM-7710) - Remove Scientific 5 testing/support for IBM Installation Manager #105 (david22swan)
0.6.0 (2018-09-27)
- pdksync - (MODULES-6805) metadata.json shows support for puppet 6 #95 (tphoney)
- pdksync - (MODULES-7658) use beaker4 in puppet-module-gems #92 (tphoney)
- (FM-7260) - Addition of support for ubuntu 18.04 #85 (david22swan)
- (MODULES-7640) - Update README Limitations section #87 (eimlav)
- (maint) - Removal of support for deprecated OS debian 6 and 7 #86 (david22swan)
- Add Ubuntu 16 to metadata support as it's tested #84 (HelenCampbell)
- MODULES-7308 Services must be stopped when uninstl #83 (mafriedel)
- MODULES-7301 MODULES-7302 #82 (mafriedel)
This is a small feature release that adds support for IBM Installation Manager 1.8.7 and some new parameters for ibm_pkg
- support for IIM 1.8.7 (MODULES-4738)
jdk_package_name
andjdk_package_version
paramters in the ibm_pkg type
- issue for users with non-standard home directories (MODULES-7204)
Supported Release 0.4.0
This is a small feature release that makes several small fixes while at the same time updating the module to comply with the set rubocop rules and PDK convert.
- The module has been updated to comply with the set Rubocop Rules.
- The module has been updated to work with PDK Convert.
- Migrated from stickler to artifactory.
- Error message for 'stopprocs' method fixed.
- Reverted to working version of 'stopprocs' method.
Supported Release 0.3.0
This is a feature release that allows the user to install as non-root.
- ability to install the IIM as a non-root user (FM-6596)
- change to user's home directory when executing imcl commands
- Support for Ubuntu 10.04 and 12.04 but compatibility remains intact.
Supported Release 0.2.5
This small bugfix release that fixes install command options, and module sync changes.
- When user is root, use 'installc' as the installation command
- Many modulesync changes
- Update parallel_tests
- Mocha version update
- Add locales directory structure
Supported Release 0.2.4
This small bugfix release that fixes a failure to append install options
- Fixes a failure to append install options to imcl command
Supported Release 0.2.3
This small bugfix release that fixes a failure to read the install_file
- Fixes a failure to read the install file.
Supported Release 0.2.2
This small bugfix release that fixes an idempotency problem when installing fixpacks
- Fixes idempotency problem when installing fixpacks
Supported Release 0.2.1
This small bugfix release that fixes a potential duplicate resource problem.
- Fixes a possible duplicate resource problem
Supported Release 0.2.0
This release includes feature to manage ibm packages via puppet resource
as well as some bugfixes.
- Adds ability to list
ibm_pkg
resources viapuppet resource
.
- Fixes/improves paramater validation in
ibm_pkg
type. - Complete refactor of
ibm_pkg
provider. - Adds more testing.
- Cleanup of README.
* This Changelog was automatically generated by github_changelog_generator