From 6e5dbcf604e401a4c0dc9123b4de41fe03be6981 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Sun, 2 Sep 2018 13:46:42 -0600 Subject: [PATCH] Release v201808.24.0 Signed-off-by: Seth Thomas --- CHANGELOG.md | 11 ++++++++++- README.md | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0f61f80..cac11ec07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log -## ## [v201807.12.0](https://github.com/chef/bento/tree/v201807.12.0) (2018-07-16) +## [v201808.24.0](https://github.com/chef/bento/tree/v201808.24.0) (2018-09-02) + +[Full Changelog](https://github.com/chef/bento/compare/v201807.12.0...v201808.24.0) + +**New Platforms** + +- CentOS 5.11 (resurrected) +- OpenSUSE 15 + +## [v201807.12.0](https://github.com/chef/bento/tree/v201807.12.0) (2018-07-16) [Full Changelog](https://github.com/chef/bento/compare/v201806.08.0...v201807.12.0) diff --git a/README.md b/README.md index 1deddf985..7ea979821 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](http://img.shields.io/travis/chef/bento.svg)][travis] -Bento is a project that encapsulates [Packer](https://www.packer.io/) templates for building [Vagrant](https://www.vagrantup.com/) base boxes. A subset of templates are built and published to the [bento org](https://app.vagrantup.com/bento) on Vagrant Cloud. The boxes also serve as default boxes for [kitchen-vagrant](https://github.com/test-kitchen/kitchen-vagrant/). +Bento is a project that encapsulates [Packer](https://www.packer.io/) templates for building [Vagrant](https://www.vagrantup.com/) base boxes. A subset of templates are built and published to the [bento org](https://app.vagrantup.com/bento) on Vagrant Cloud. These published boxes serve as the default boxes for [kitchen-vagrant](https://github.com/test-kitchen/kitchen-vagrant/). ### Using Public Boxes @@ -75,7 +75,7 @@ Templates for operating systems only available via license or subscription are a ### Networking/Firewalls -Most of the providers need somewhat unrestricted access to networking in order to build as expected. We can't enumerate all possible firewall configurations but include some snippets below that might be useful to users. +Most of the providers expect unrestricted access to networking in order to build as expected. We can't enumerate all possible firewall configurations but include some snippets below that might be useful to users. #### Windows @@ -87,19 +87,19 @@ New-NetFirewallRule -Displayname "Allow incomming from $VS" -Direction Inbound - #### macOS / OSX -See our [wiki page](https://github.com/chef/bento/wiki/macOS) - -#### Windows - -The project does not include many definitions for building Windows boxes. For other approaches to building Windows boxes, please see the following community projects: - -- [Mischa Taylor's Boxcutter project](https://github.com/boxcutter) -- [Vagrant Windows Boxes and Puppet](https://github.com/ferventcoder/vagrant-windows-puppet/tree/master/baseboxes) +See this [wiki page](https://github.com/chef/bento/wiki/macOS) ## Bugs and Issues Please use GitHub issues to report bugs, features, or other problems. +## Related projects + +* https://github.com/boxcutter +* https://github.com/mcandre/packer-templates +* https://github.com/timsutton/osx-vm-templates +* https://github.com/ferventcoder/vagrant-windows-puppet/tree/master/baseboxes + ## License & Authors These basebox templates were converted from [veewee](https://github.com/jedi4ever/veewee) definitions originally based on [work done by Tim Dysinger](https://github.com/dysinger/basebox) to make "Don't Repeat Yourself" (DRY) modular baseboxes. Thanks Tim!