Releases: cloudfoundry-community/cf-plugin-deploy
Releases · cloudfoundry-community/cf-plugin-deploy
v0.4.0
Security Groups Enhancement
Looking at the CF CLI plugin interface there was no way to define staging and running security groups at the organization or space level. It turns out that this feature will be in the next cf CLI release using the --lifecycle running|staging parameter. Modified the YAML file to support security group sets at the organization and space level instead of a single security group list which only affected the running set.
For now, just remove or comment out the staging stanzas when specified for an organization or space.
v0.3.0
New Features
- Added support for creating/updating application security groups, and binding them to orgs/spaces, and the default staging/running security group lists.
Thanks @norman-abramovitz !
v0.2.0
- Added support for User Provided Services
Thanks @brijeshrakholia !
v0.1.1
Fixed a bug causing problems pushing java apps when using path
in conjunction with repo
v0.1.0
Initial release