Releases: simp/simp-utils
Releases · simp/simp-utils
Release of 6.7.2
- EL8 client kickstart config fixes:
- Removed krb5-workstation and subversion from the list of required packages
- Added the following lines to enable modular repos required by the kickstart
module --name=python36 --stream-3.6
module --name=perl --stream=5.26
module --name=perl-IO-Socket-SSL --stream=2.066
module --name=perl-libwww-perl --stream=6.34
Release of 6.7.1
- Fixed a bug in unpack_dvd error handling that prevented the correct
error message from being emitted, when unpack_dvd detected the old
SIMP yum layout. - Adjusted the puppet-agent requirement to >= 6.
- Updated kickstart files in the share directory.
Release of 6.7.0
- Fixed dependencies for EL8 systems
- Updated unpack_dvd to handle the new SIMP ISO layout and not break the
exported repos - Fixed a bug where a symlink would be created in a versioned ISO directory if
it was present as a directory instead of a symlink to be replaced - Updated the kickstart files in the share directory
Release of 6.6.1
- Fixed the puppetlast script and enabled it to read from filesystem reports.
Release of 6.6.0
- Added transition scripts useful for upgrading from SIMP 6.5.0 to SIMP 6.6.0.
- Update unpack DVD to extract the SIMP repo into
/SIMP/// and create the link
to the major version if it is requested. - Changed shebang in convert_to_inetorg.rb to use Puppet's Ruby instead
of system Ruby. - Removed upgrade_simp_6.0.0_to_6.1.0 script
- Added a comment to the sample EL8 kickstart file to describe changes
needed if booting in UEFI mode. - Increased the minimum puppet-agent version required to 6.22.1.
Pre-release 6.5.1-pre2
Added
- Added a comment to the sample EL8 kickstart file to describe changes
needed if booting in UEFI mode. - Increased the minimum puppet-agent version required to 6.22.1.
Changed
- Update unpack DVD to extract the SIMP repo into
<destination dir>/SIMP/<os family>/<os version>/and create the link to the
major version if it is requested. - Changed shebang in convert_to_inetorg.rb to use Puppet's Ruby instead
of system Ruby.
Removed
- Removed
upgrade_simp_6.0.0_to_6.1.0script
Prerelease 6.5.1-pre1
#### Added - Added a comment to the sample EL8 kickstart file to describe changes needed if booting in UEFI mode. - Increased the minimum puppet-agent version required to 6.22.1. #### Changed - Update unpack DVD to extract the SIMP repo into `<destination dir>/SIMP/<os family>/<os version>/` and create the link to the major version if it is requested. - Changed shebang in convert_to_inetorg.rb to use Puppet's Ruby instead of system Ruby. #### Removed - Removed `upgrade_simp_6.0.0_to_6.1.0` script
Release of 6.5.0
* Mon Nov 23 2020 Jeanne Greulich <[email protected]> - 6.5.0-0 - Added sample kickstart files to /usr/share/simp to allow users to have access all versions of the kickstart files.
Release of 6.4.0
* Wed Oct 21 2020 Chris Tessmer <[email protected]> - 6.4.0-0 - Added check for dangerously unspecific OS versions in `unpack_dvd` (e.g., '7' instead of '7.0.2003'). This is common when autodetecting the OS version from the ISO's .treeinfo on some OSes (particularly CentOS). - When detected, script will exit with an informative message + instructions. - In this case, users should provide a more specific version with `-v`. - Users can explicitly specify an unspecific version with `-v`.
Release of 6.3.0
* Tue Oct 13 2020 Chris Tessmer <[email protected]> - 6.3.0-0 - Added (optional) `--unpack-pxe [DIR]` option to the `unpack_dvd` script - Added (optional) `--environment ENV` to set the PXE rsync environment - Added a new `--[no-]unpack-yum` (enabled by default), to permit users to disable the RPM unpack - To enable unpacking PXE tftpboot files, run with `--unpack-pxe` - To disable unpacking RPMs/yum repos, run with `--no-unpack-yum` - See `unpack_dvd --help` for details - Overhauled `unpack_dvd --help`; output now fits on 80-character PTY consoles