Changelog for
bosh-openstack-cpi-release-34-3.1.x86_64.rpm :
Thu Sep 21 14:00:00 2017 thardeckAATTsuse.com
- update to version 34
* Fixes
*
* Make loadbalancer member deletion more resilient
* Don\'t fail if loadbalancer pool, membership, or listener are deleted outside of BOSH
* New features
*
* Support boot_from_volume in vm_types/resource_pools
* Can be used to override global boot_from_volume configuration per vm_type
* Allow for security groups in vm_extensions and in networks simultaneously
* Precedence: vm_extension > vm_type/resource_pool > network
* Add metadata to disk snapshots
* Misc
*
* Update ruby to 2.4.2
* Update rubgems to 2.6.13
* Update bundler to 1.15.4
* Update libyaml to 0.1.7
Fri Jul 28 14:00:00 2017 thardeckAATTsuse.com
- update to version 33
* Fixes
*
* [LBaaS: Wait until loadbalancer is out of state PENDING_UPDATE before the next action](https://www.pivotaltracker.com/story/show/147909383)
* [LBaaS: Delete pool membership before deleting the VM.](https://www.pivotaltracker.com/story/show/148837971) No more ports hanging around after undeploying!
* [LBaaS: Don\'t fail if pool membership doesn\'t exist.](https://www.pivotaltracker.com/story/show/149493797) Manually removing things is ok now.
* New features
*
* [Support for OpenStack\'s native `resize disk` feature.](https://www.pivotaltracker.com/story/show/140647137) Making your disks bigger now doesn\'t take forever anymore!
* Works with bosh >= v263
* Needs to be enabled with a global property
```
director.enable_cpi_resize_disk: true
```
* Misc
*
* [Improved error message when quota exceeded](https://www.pivotaltracker.com/story/show/145152603)
* [Remove no longer supported blobstore clients from code and documentation](https://www.pivotaltracker.com/story/show/140855057)
Fri May 26 14:00:00 2017 thardeckAATTsuse.com
- update to version 32
* Fixes
*
- [Improve error messages in delete_vm](https://github.com/cloudfoundry-incubator/bosh-openstack-cpi-release/commit/550e927172ede980a2ea137ed54efa8d28c584ee)
- [Actually delete registry settings on VM deletion](https://github.com/cloudfoundry-incubator/bosh-openstack-cpi-release/commit/715272c2aa75b3b9f212fee282b9524816d7a829)
* New features
*
- [Load Balancer as a Service](http://bosh.io/docs/openstack-cpi.html#resource-pools)
- Example of load balancing in bosh-init manifest
``` yaml
resource_pools:
- name: default
network: default
stemcell:
name: bosh-openstack-kvm-ubuntu-trusty-go_agent
version: latest
cloud_properties:
loadbalancer_pools:
- name: lbaas_pool_1
port: 8081
```
Thu Apr 6 14:00:00 2017 thardeckAATTsuse.com
- do not disable AutoReqProv anymore
Wed Mar 15 13:00:00 2017 thardeckAATTsuse.com
- add upstream version 31
- remove obsolete cf-openstack-validator bundling
Thu Jan 19 13:00:00 2017 mmannoAATTsuse.com
- Update wrapper and work around unset HOME to find config
Thu Jan 19 13:00:00 2017 mmannoAATTsuse.com
- Bundle gems required by cf-openstack-validator
Wed Jan 18 13:00:00 2017 thardeckAATTsuse.com
- add upstream version 30
- filter warnings on which we have no real influence
Wed Dec 21 13:00:00 2016 thardeckAATTsuse.com
- renamed tarball to v
.tar.gz to prepare for automated releases
Thu Sep 1 14:00:00 2016 thardeckAATTsuse.com
- use patch instead of sed statemet to fix packaging script
Tue Aug 30 14:00:00 2016 thardeckAATTsuse.com
- add shell wrapper script for bosh_openstack_console
Mon Aug 29 14:00:00 2016 thardeckAATTsuse.com
- add shell wrapper script to set up the environment
Mon Aug 29 14:00:00 2016 thardeckAATTsuse.com
- reactive NO_BRP_CHECK_RPATH again
- remove obsolete ruby_openstack_cpi/lib/pkgconfig directory
Fri Aug 26 14:00:00 2016 thardeckAATTsuse.com
- compile ruby and bosh cpi and provide it under /usr/lib64/bosh-openstack-cpi-release
Thu Aug 11 14:00:00 2016 thardeckAATTsuse.com
- return to old tarball packaging because of issues
Thu Aug 4 14:00:00 2016 thardeckAATTsuse.com
- compile ruby and bosh cpi and provide it under /opt/bosh-openstack-cpi-release
Tue Jun 21 14:00:00 2016 mamoralesAATTsuse.com
- switch source from github to bosh.io
Mon Jun 20 14:00:00 2016 mamoralesAATTsuse.com
- initial package with version 25