- add subnet-level generic image relying on template smart proxy (#8146)
- add Catalan translation
- fix compatibility with Rails 4 for Foreman 1.11
- compatibility with Foreman 1.9 template changes (#10773)
- generate correct links under sub-URI (#10494)
- fix tests on Foreman 1.9
- remove old compatibility warning
- requires Foreman 1.9+
- configure host provisioning interface in host ISO, not primary
- syslinux v6 compatibility, include ldlinux.c32
- register APIs with Foreman 1.8 apipie support (#8921)
- fix tests on Foreman 1.8 (#9252)
- documentation fix, DHCP currently required for full host image
- requires Foreman 1.8+
- fix controller compatibility with Foreman 1.7
- fix foreman_url error when building generic ISO
- add functional tests
- fix seed idempotency test
- rake task accepts a dir for the output path, and falls back to a temporary directory if the cwd is not writable (#7370)
- fix controller compatibility with Foreman 1.7
- fix empty? error when generating full host image on Ruby 1.8/1.9 (#7812, Ronald van Zantvoort)
- add full host image containing OS bootloader for hosts that fail to chainload with isolinux and iPXE (#7046)
- partial it, zh_CN, zh_TW, ru, ja, ko translations added
- add help page
- rearrange README to be clearer about basic vs advanced config
- fix safemode error when IP/subnet details were nil, not empty strings
- disable debug logging of disk download responses
- package .mo files for i18n support (#7153)
- added API:
- /bootdisk/api/v2/generic to download the generic ISO
- /bootdisk/api/v2/hosts/:id to download the per-host ISO
- refactored plugin to be an isolated engine
- modernised to use Foreman 1.6 features, no new functionality
- use template locking mechanism from Foreman 1.6 (#6843, Stephen Benjamin)
- use seeds.d mechanism instead of extending db:seed
- add de, es, fr, pt_BR, sv_SE translations (thanks to the translator teams)
- fix DB migration when setting when using empty database (#5970)
- updates to README
- change 'kind' of templates to Bootdisk to avoid confusion
- fix deletion of non-bootdisk config templates
- safemode compatibility under Foreman 1.5
- fix Foreman 1.5 host show page compatibility
- updates to README
- fix Foreman 1.5 auth system compatibility (#4893)
- fix filename of generic ISO image in rake task
- add MAC address to iPXE chain request for NAT (#3562, Jon Fautley)
- raise friendly error if safemode is enabled (#4184, #2948)
- add i18n framework and en_GB translation (#3981)
- fix filename of generic ISO image
- fix template deletion blocking
- update instructions for Debian
- use genisoimage instead of mkisofs by default, added setting to control
- fix translation extraction of setting descriptions
- compatible with Foreman 1.4 (only), uses new plugin registration system
- add validation of host and subnet data to host template
- remove kickstart iPXE, use the one supplied in Foreman 1.4
- remove secondary DNS server from iPXE template (#3558)
- check ipxe/syslinux are present when generating images (#3195)
- fix RHN_PROVISIONING_MAC_0 error on template retrieval
- add permission and default role for non-admin users
- fix DB migration from clean install
- add generic image, relying on DHCP and a MAC/IP search
- fix inability to associate provided templates with OSes
- per-host USB image support using isohybrid
- templates updated for multi-NIC support
- Ruby 1.8.7 fixes
- initial release
- per-host ISO image support