Skip to content

Releases: cloudfoundry-community/cf-plugin-deploy

v0.4.0

23 Jun 20:58
Compare
Choose a tag to compare

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

23 Jun 16:06
Compare
Choose a tag to compare

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

19 Jun 20:22
Compare
Choose a tag to compare
  • Added support for User Provided Services

Thanks @brijeshrakholia !

v0.1.1

18 Apr 14:29
Compare
Choose a tag to compare

Fixed a bug causing problems pushing java apps when using path in conjunction with repo

v0.1.0

17 Apr 21:00
Compare
Choose a tag to compare

Initial release