This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Releases: digitalrebar/provision-content
Releases · digitalrebar/provision-content
v1.9.0 - Bug fixes and OS updates
v1.9.0 - Bug fixes and OS updates
Features
- Update centos-7.4 to centos-7.5
- Switch sledgehammer DHCP management to systemd to reduce churn.
- Add defaults for package-repositories
- Update to go 1.10 to make core
- Allow extra-packages in kickstart and preseed files
Bugs
- Update some icons
- Fix gohai parameter being mis-merged by zeroing it first.
- Fix newline problem in ssh-keys.
- Fix UEFI bootorder code to exit gracefully when not in UEFI mode.
v1.8.0 - Update debian 9, use repo code, and add UEFI reorder task
v1.8.0 - Update debian 9, use repo code, and add UEFI reorder task
Features
- Update debian-9 to 9.4
- Switch the default preseed to use the repo render helpers - reducing the local-repo usage.
- Add task/stage that will reorder UEFI boot order to continue network booting after UEFI install
- Switch ubuntu-18.04 to release from Beta
Bugs
- Sort ssh keys file to remove duplicates.
v1.7.0 - Infinite Tokens and bug fixes
v1.7.0 - Infinite Tokens and bug fixes
THIS FORCES A SLEDGEHAMMER UPDATE.
Features
- Update the default tokens in sledgehammer and discover to be infinite. This handles the workflow use case better.
- All dhclient to run on many interfaces if that happens later in the bring up process
- Switch to faster CentOS mirrors
- Enhance and consolidate setup.tmpl content and usage.
- Add machine-plugin parameter for plugin controls
- Beta of Bionic Beaver (ubuntu 18.04)
Bugs
- Make sure dhclient keeps running after sledgehammer service exits
- Fix the erase disk task to be more sure about killing volume groups with fire.
- Make erase disk more through to handle Ubuntu installs better.
v1.6.2 - Fix Ubuntu and Debian issues
v1.6.2 - Fix Ubuntu and Debian issues
Features
- Add color/icons to missing objects
Bugs
- Fix debian issue with numa issues (turn of numa on debian 8)
- Update Ubuntu 16.04 iso to latest and available.
- Add sane-exit-codes to missing objects
- Fix issue with expert_recipe that was causing complete failure of ubuntu/debian installs
v1.6.1 - Icons/Color
v1.6.1 - Icons/Color
Features
- Add Icons and Color to missing pieces
- Add helper object to manipulate machine icon/color based on color demo videos
v1.6.0 - Sledgehammer Updates and Content Fixes
v1.6.0 - Sledgehammer Updates and Content Fixes
This contains a sledgehammer update. You MUST update your sledgehammer ISO with drpcli bootenvs uploadiso discovery
Features
- Sledgehammer updates the machine's macs list.
- Consolidate drpcli installation into a single sub-template and use it.
- Icons for Bootenvs
- Convert all tasks to sane-exit-codes.
Bugs
- Fix issue with partman params.
- Add feature-flags for all tasks.
- Fix build notification failure issue
- Fix part-scheme reference in preseeds.
- Fix gohai issue by converting to drpcli gohai and not using variable redirection.
v1.5.0 - Add KickSeed parameter for kickstart/preseed overrode
This release adds a new parameter, select-kickseed, that allows for the replace of the kickstart file or preseed file. The parameter is a string that references a named template.
Gohai fix and debian release updates
Bug Fix release:
- Fix issue in gohai task that was causing stage failures. discover-gohai is not needed, but still available.
- Update debian latest bootenvs to point to available images.
v1.3.0 - Change Stage is no more!
This release removes the requirement for change-stage from the stages themselves.
The change-stage task have been left for backwards compatibility.
v1.2.0 - Add Repo expansion parameters and bug fixes
This release adds the Repo expansion parameters.
Bug fixes:
- Make sure hostname never gets set to localhost in sledgehammer
- Add a stage that will clean the disk of lvm to precede OS install if needed
- Add a stage that can be used for discover that doesn't have gohai if it fails.