mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Update changelog
This commit is contained in:
parent
cba0a99d0a
commit
c95259c9c4
1 changed files with 80 additions and 46 deletions
126
CHANGELOG.rst
126
CHANGELOG.rst
|
@ -1,77 +1,111 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
2014-11-23:
|
2015-04-25
|
||||||
|
----------
|
||||||
|
Anders Ingemann (work started 2014-08-31, merged on 2015-04-25):
|
||||||
|
* Introduce `remote bootstrapping <bootstrapvz/remote>`__
|
||||||
|
* Introduce `integration testing <tests/integration>`__ (for VirtualBox and EC2)
|
||||||
|
* Merge the end-user documentation into the sphinx docs
|
||||||
|
(plugin & provider docs are now located in their respective folders as READMEs)
|
||||||
|
* Include READMEs in sphinx docs and transform their links
|
||||||
|
* Docs for integration testing
|
||||||
|
* Document the remote bootstrapping procedure
|
||||||
|
* Add documentation about the documentation
|
||||||
|
* Add list of supported builds to the docs
|
||||||
|
* Add html output to integration tests
|
||||||
|
* Implement PR #201 by @jszwedko (bump required euca2ools version)
|
||||||
|
* grub now works on jessie
|
||||||
|
* extlinux is now running on jessie
|
||||||
|
* Issue warning when specifying pre/successors across phases (but still error out if it's a conflict)
|
||||||
|
* Add salt dependencies in the right phase
|
||||||
|
* extlinux now works with GPT on HVM instances
|
||||||
|
* Take @ssgelm's advice in #155 and copy the mount table -- df warnings no more
|
||||||
|
* Generally deny installing grub on squeeze (too much of a hassle to get working, PRs welcome)
|
||||||
|
* Add 1 sector gap between partitions on GPT
|
||||||
|
* Add new task: DeterminKernelVersion, this can potentially fix a lot of small problems
|
||||||
|
* Disable getty processes on jessie through logind config
|
||||||
|
* Partition volumes by sectors instead of bytes
|
||||||
|
This allows for finer grained control over the partition sizes and gaps
|
||||||
|
Add new Sectors unit, enhance Bytes unit, add unit tests for both
|
||||||
|
* Don't require qemu for raw volumes, use `truncate` instead
|
||||||
|
* Fix #179: Disabling getty processes task fails half the time
|
||||||
|
* Split grub and extlinux installs into separate modules
|
||||||
|
* Fix extlinux config for squeeze
|
||||||
|
* Fix #136: Make extlinux output boot messages to the serial console
|
||||||
|
* Extend sed_i to raise Exceptions when the expected amount of replacements is not met
|
||||||
|
|
||||||
|
2014-11-23
|
||||||
|
----------
|
||||||
Noah Fontes:
|
Noah Fontes:
|
||||||
+ Add support for enhanced networking on EC2 images
|
* Add support for enhanced networking on EC2 images
|
||||||
|
|
||||||
2014-07-12:
|
|
||||||
|
|
||||||
|
2014-07-12
|
||||||
|
----------
|
||||||
Tiago Ilieve:
|
Tiago Ilieve:
|
||||||
+ Fixes #96: AddBackports is now a common task
|
* Fixes #96: AddBackports is now a common task
|
||||||
|
|
||||||
2014-07-09:
|
|
||||||
|
|
||||||
|
2014-07-09
|
||||||
|
----------
|
||||||
Anders Ingemann:
|
Anders Ingemann:
|
||||||
+ Allow passing data into the manifest
|
* Allow passing data into the manifest
|
||||||
+ Refactor logging setup to be more modular
|
* Refactor logging setup to be more modular
|
||||||
+ Convert every JSON file to YAML
|
* Convert every JSON file to YAML
|
||||||
+ Convert "provider" into provider specific section
|
* Convert "provider" into provider specific section
|
||||||
|
|
||||||
2014-07-02:
|
|
||||||
|
|
||||||
|
2014-07-02
|
||||||
|
----------
|
||||||
Vladimir Vitkov:
|
Vladimir Vitkov:
|
||||||
+ Improve grub options to work better with virtual machines
|
* Improve grub options to work better with virtual machines
|
||||||
|
|
||||||
2014-06-30:
|
|
||||||
|
|
||||||
|
2014-06-30
|
||||||
|
----------
|
||||||
Tomasz Rybak:
|
Tomasz Rybak:
|
||||||
+ Return information about created image
|
* Return information about created image
|
||||||
|
|
||||||
2014-06-22:
|
|
||||||
|
|
||||||
|
2014-06-22
|
||||||
|
----------
|
||||||
Victor Marmol:
|
Victor Marmol:
|
||||||
+ Enable the memory cgroup for the Docker plugin
|
* Enable the memory cgroup for the Docker plugin
|
||||||
|
|
||||||
2014-06-19:
|
|
||||||
|
|
||||||
|
2014-06-19
|
||||||
|
----------
|
||||||
Tiago Ilieve:
|
Tiago Ilieve:
|
||||||
+ Fixes #94: allow stable/oldstable as release name on manifest
|
* Fixes #94: allow stable/oldstable as release name on manifest
|
||||||
|
|
||||||
Vladimir Vitkov:
|
Vladimir Vitkov:
|
||||||
+ Improve ami listing performance
|
* Improve ami listing performance
|
||||||
|
|
||||||
2014-06-07:
|
|
||||||
|
|
||||||
|
2014-06-07
|
||||||
|
----------
|
||||||
Tiago Ilieve:
|
Tiago Ilieve:
|
||||||
+ Download `gsutil` tarball to workspace instead of working directory
|
* Download `gsutil` tarball to workspace instead of working directory
|
||||||
+ Fixes #97: remove raw disk image created by GCE after build
|
* Fixes #97: remove raw disk image created by GCE after build
|
||||||
|
|
||||||
2014-06-06:
|
|
||||||
|
|
||||||
|
2014-06-06
|
||||||
|
----------
|
||||||
Ilya Margolin:
|
Ilya Margolin:
|
||||||
+ pip_install plugin
|
* pip_install plugin
|
||||||
|
|
||||||
2014-05-23:
|
|
||||||
|
|
||||||
|
2014-05-23
|
||||||
|
----------
|
||||||
Tiago Ilieve:
|
Tiago Ilieve:
|
||||||
+ Fixes #95: check if the specified APT proxy server can be reached
|
* Fixes #95: check if the specified APT proxy server can be reached
|
||||||
|
|
||||||
2014-05-04:
|
|
||||||
|
|
||||||
|
2014-05-04
|
||||||
|
----------
|
||||||
Dhananjay Balan:
|
Dhananjay Balan:
|
||||||
+ Salt minion installation & configuration plugin
|
* Salt minion installation & configuration plugin
|
||||||
+ Expose debootstrap --include-packages and --exclude-packages options to manifest
|
* Expose debootstrap --include-packages and --exclude-packages options to manifest
|
||||||
|
|
||||||
2014-05-03:
|
|
||||||
|
|
||||||
|
2014-05-03
|
||||||
|
----------
|
||||||
Anders Ingemann:
|
Anders Ingemann:
|
||||||
+ Require hostname setting for vagrant plugin
|
* Require hostname setting for vagrant plugin
|
||||||
+ Fixes #14: S3 images can now be bootstrapped outside EC2.
|
* Fixes #14: S3 images can now be bootstrapped outside EC2.
|
||||||
+ Added enable_agent option to puppet plugin
|
* Added enable_agent option to puppet plugin
|
||||||
|
|
||||||
2014-05-02:
|
|
||||||
|
|
||||||
|
2014-05-02
|
||||||
|
----------
|
||||||
Tomasz Rybak:
|
Tomasz Rybak:
|
||||||
+ Added Google Compute Engine Provider
|
* Added Google Compute Engine Provider
|
||||||
|
|
Loading…
Add table
Reference in a new issue