Skip to content

Releases: simp/simp-utils

Release of 6.7.2

28 Oct 20:55
4eb53e3

Choose a tag to compare

  • 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

22 Oct 16:18
1b53279

Choose a tag to compare

  • 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

19 Oct 14:11
a0871fe

Choose a tag to compare

  • 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

14 Sep 14:34
82f2f1e

Choose a tag to compare

  • Fixed the puppetlast script and enabled it to read from filesystem reports.

Release of 6.6.0

26 Aug 16:17
873a123

Choose a tag to compare

  • 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

06 Aug 17:48
a85c30e

Choose a tag to compare

Pre-release

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

Prerelease 6.5.1-pre1

05 Aug 01:17

Choose a tag to compare

Prerelease 6.5.1-pre1 Pre-release
Pre-release
#### 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

30 Nov 15:07
682bfec

Choose a tag to compare

* 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

23 Nov 18:40
9c63e05

Choose a tag to compare

* 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

16 Oct 13:11
013157c

Choose a tag to compare

* 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