mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Include changelog in docs (converted it to rst)
This commit is contained in:
parent
619fed5275
commit
f27d622e2c
4 changed files with 79 additions and 48 deletions
48
CHANGELOG
48
CHANGELOG
|
@ -1,48 +0,0 @@
|
|||
2014-11-23:
|
||||
Noah Fontes:
|
||||
* Add support for enhanced networking on EC2 images
|
||||
2014-07-12:
|
||||
Tiago Ilieve:
|
||||
* Fixes #96: AddBackports is now a common task
|
||||
2014-07-09:
|
||||
Anders Ingemann:
|
||||
* Allow passing data into the manifest
|
||||
* Refactor logging setup to be more modular
|
||||
* Convert every JSON file to YAML
|
||||
* Convert "provider" into provider specific section
|
||||
2014-07-02:
|
||||
Vladimir Vitkov:
|
||||
* Improve grub options to work better with virtual machines
|
||||
2014-06-30:
|
||||
Tomasz Rybak:
|
||||
* Return information about created image
|
||||
2014-06-22:
|
||||
Victor Marmol:
|
||||
* Enable the memory cgroup for the Docker plugin
|
||||
2014-06-19:
|
||||
Tiago Ilieve:
|
||||
* Fixes #94: allow stable/oldstable as release name on manifest
|
||||
Vladimir Vitkov:
|
||||
* Improve ami listing performance
|
||||
2014-06-07:
|
||||
Tiago Ilieve:
|
||||
* Download `gsutil` tarball to workspace instead of working directory
|
||||
* Fixes #97: remove raw disk image created by GCE after build
|
||||
2014-06-06:
|
||||
Ilya Margolin:
|
||||
* pip_install plugin
|
||||
2014-05-23:
|
||||
Tiago Ilieve:
|
||||
* Fixes #95: check if the specified APT proxy server can be reached
|
||||
2014-05-04:
|
||||
Dhananjay Balan:
|
||||
* Salt minion installation & configuration plugin
|
||||
* Expose debootstrap --include-packages and --exclude-packages options to manifest
|
||||
2014-05-03:
|
||||
Anders Ingemann:
|
||||
* Require hostname setting for vagrant plugin
|
||||
* Fixes #14: S3 images can now be bootstrapped outside EC2.
|
||||
* Added enable_agent option to puppet plugin
|
||||
2014-05-02:
|
||||
Tomasz Rybak:
|
||||
* Added Google Compute Engine Provider
|
77
CHANGELOG.rst
Normal file
77
CHANGELOG.rst
Normal file
|
@ -0,0 +1,77 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2014-11-23:
|
||||
|
||||
Noah Fontes:
|
||||
+ Add support for enhanced networking on EC2 images
|
||||
|
||||
2014-07-12:
|
||||
|
||||
Tiago Ilieve:
|
||||
+ Fixes #96: AddBackports is now a common task
|
||||
|
||||
2014-07-09:
|
||||
|
||||
Anders Ingemann:
|
||||
+ Allow passing data into the manifest
|
||||
+ Refactor logging setup to be more modular
|
||||
+ Convert every JSON file to YAML
|
||||
+ Convert "provider" into provider specific section
|
||||
|
||||
2014-07-02:
|
||||
|
||||
Vladimir Vitkov:
|
||||
+ Improve grub options to work better with virtual machines
|
||||
|
||||
2014-06-30:
|
||||
|
||||
Tomasz Rybak:
|
||||
+ Return information about created image
|
||||
|
||||
2014-06-22:
|
||||
|
||||
Victor Marmol:
|
||||
+ Enable the memory cgroup for the Docker plugin
|
||||
|
||||
2014-06-19:
|
||||
|
||||
Tiago Ilieve:
|
||||
+ Fixes #94: allow stable/oldstable as release name on manifest
|
||||
|
||||
Vladimir Vitkov:
|
||||
+ Improve ami listing performance
|
||||
|
||||
2014-06-07:
|
||||
|
||||
Tiago Ilieve:
|
||||
+ Download `gsutil` tarball to workspace instead of working directory
|
||||
+ Fixes #97: remove raw disk image created by GCE after build
|
||||
|
||||
2014-06-06:
|
||||
|
||||
Ilya Margolin:
|
||||
+ pip_install plugin
|
||||
|
||||
2014-05-23:
|
||||
|
||||
Tiago Ilieve:
|
||||
+ Fixes #95: check if the specified APT proxy server can be reached
|
||||
|
||||
2014-05-04:
|
||||
|
||||
Dhananjay Balan:
|
||||
+ Salt minion installation & configuration plugin
|
||||
+ Expose debootstrap --include-packages and --exclude-packages options to manifest
|
||||
|
||||
2014-05-03:
|
||||
|
||||
Anders Ingemann:
|
||||
+ Require hostname setting for vagrant plugin
|
||||
+ Fixes #14: S3 images can now be bootstrapped outside EC2.
|
||||
+ Added enable_agent option to puppet plugin
|
||||
|
||||
2014-05-02:
|
||||
|
||||
Tomasz Rybak:
|
||||
+ Added Google Compute Engine Provider
|
1
docs/changelog.rst
Normal file
1
docs/changelog.rst
Normal file
|
@ -0,0 +1 @@
|
|||
.. include:: ../CHANGELOG.rst
|
|
@ -14,6 +14,7 @@ bootstrap-vz
|
|||
manifest
|
||||
providers/index
|
||||
plugins/index
|
||||
changelog
|
||||
|
||||
api/index
|
||||
contributing
|
||||
|
|
Loading…
Add table
Reference in a new issue