forked from pool/diskimage-builder
- Update to version 1.27.0 * Add DIB_IPA_COMPRESS_CMD option * ironic-agent: use /sbin for modprobe * move post-install.d to finalize.d * Bump fedora release to 25 * Fix dhcp-all-interfaces for ubuntu-minimal xenial * Don't set base element path in run_functests.sh * Use %i instead of %I in dhcp-interface@.service * Remove hardcoded components * Set grub device in /etc/default/grub * Replace yaml.load() with yaml.safe_load() * Unify tidy up logs in lib/img-functions * Also check bin/ for tabs * Handle failure of carrier check in dhcp-all-interfaces.sh * Make DHCP timeout configurable * Run dhcp-interface@.service after network.target * update pkg-map entries for python3 * dib-lint: python3 compatibility fixes * debootstrap: avoid duplicate network configuration * Remove yum chroot caching * Speed up chroot checking loop * Allow disto-specific mirror settings * Update hpssacli to ssacli in proliant-tools element OBS-URL: https://build.opensuse.org/request/show/458648 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/diskimage-builder?expand=0&rev=8
96 lines
4.2 KiB
Plaintext
96 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 16 17:46:42 UTC 2017 - mchandras@suse.de
|
|
|
|
- Update to version 1.27.0
|
|
* Add DIB_IPA_COMPRESS_CMD option
|
|
* ironic-agent: use /sbin for modprobe
|
|
* move post-install.d to finalize.d
|
|
* Bump fedora release to 25
|
|
* Fix dhcp-all-interfaces for ubuntu-minimal xenial
|
|
* Don't set base element path in run_functests.sh
|
|
* Use %i instead of %I in dhcp-interface@.service
|
|
* Remove hardcoded components
|
|
* Set grub device in /etc/default/grub
|
|
* Replace yaml.load() with yaml.safe_load()
|
|
* Unify tidy up logs in lib/img-functions
|
|
* Also check bin/ for tabs
|
|
* Handle failure of carrier check in dhcp-all-interfaces.sh
|
|
* Make DHCP timeout configurable
|
|
* Run dhcp-interface@.service after network.target
|
|
* update pkg-map entries for python3
|
|
* dib-lint: python3 compatibility fixes
|
|
* debootstrap: avoid duplicate network configuration
|
|
* Remove yum chroot caching
|
|
* Speed up chroot checking loop
|
|
* Allow disto-specific mirror settings
|
|
* Update hpssacli to ssacli in proliant-tools element
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 22 17:33:25 UTC 2016 - mchandras@suse.de
|
|
|
|
- Update to version 1.26.1
|
|
* Generate ssh-hostkeys on boot for ironic agent
|
|
* add option to configure cloud-init to allow password authentication
|
|
* elements: Drop unneeded DIB_INIT_SYSTEM usage
|
|
* Replace six.iteritems() with .items()
|
|
* Catch errors in DIB_INIT_SYSTEM export
|
|
* DIB element to support cinder local attach/detach functionality
|
|
* elements: Drop executable bits from environment files
|
|
* Update sysctl-write-value to do conflict checking
|
|
* Put MKFS_OPTS after filesystem type
|
|
* Make dib-python use the default python for distro
|
|
* Don't set the executable bit on dhcp-interface@.service
|
|
* Move pip-and-virtualenv source install to 10-
|
|
* Add install-types as pip-and-virtualenv dep
|
|
* Allow package-installs to parse DIB_PYTHON_VERSION
|
|
* Fix pip-and-virtualenv to work with python3
|
|
* elements: dib-python: Add python2 as the default version for openSUSE
|
|
* Support sysv init system used by Debian Wheezy
|
|
* Pip install as 10- incompatible with 05-heat-cfntools
|
|
* Recreate initramfs within loopback image
|
|
* Fix bootloader element on ppc
|
|
* Add ubuntu-precise support to dib-python
|
|
* FIx the DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH variable name in README file
|
|
* Switch to openSUSE Leap 42.2 release by default
|
|
* Install dracut-generic-config package
|
|
* Add output image format tgz support
|
|
* Add squashfs output image format
|
|
* set default DIB_PYTHON_VERSION=2 for rhel7
|
|
* Set grub timeout default
|
|
* Dont run with VIRTUAL_ENV set
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 5 15:24:49 UTC 2016 - mchandras@suse.de
|
|
|
|
- Update to version 1.24.0
|
|
* elements: pip-and-virtualenv: Add python-xml dependency
|
|
* Trace package install in package-installs-v2
|
|
* elements: zypper-minimal: Add ca-certificates-mozilla package
|
|
* Improve checksum performance for images
|
|
* Perform package install outside of debootstrap
|
|
* Remove obsolete patches for the time being
|
|
- 0001-lib-Drop-shebang-from-library-scripts.patch
|
|
- 0002-elements-Drop-executable-bits-from-environment-files.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 18 11:05:19 UTC 2016 - mchandras@suse.de
|
|
|
|
- Use addFilter instead of setBadness in the rpmlintrc file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 12:19:14 UTC 2016 - mchandras@suse.de
|
|
|
|
- Initial commit. Taken from the Cloud OBS project
|
|
* diskimage-builder-rpmlintrc: Add rpmlint file to prevent build
|
|
failures due to the 'wrong-script-interpreter' check. It's a
|
|
spurious warning since the interpreter is only used within the
|
|
generated image and it does not affect the host or the package
|
|
itself.
|
|
* 0001-lib-Drop-shebang-from-library-scripts.patch: Add patch to
|
|
drop the shebang from the lib/* files which are meant to be
|
|
sourced instead of executed (fixes: 'non-executable-script')
|
|
* 0002-elements-Drop-executable-bits-from-environment-files.patch:
|
|
Add patch to drop the executable bit from files which are meant to
|
|
be sourced instead of executed. (fixes: 'script-without-shebang')
|
|
|