Skip to content

v3.0.0 alpha 7

Compare
Choose a tag to compare
@sneal sneal released this 30 Apr 21:14
· 28 commits to main since this release

Moved to cloudfoundry org and changed the way config is constructed to use the more typical Golang functional options pattern.

What's Changed

  • Bump golang.org/x/net from 0.17.0 to 0.19.0 by @dependabot in #363
  • Bump golang.org/x/oauth2 from 0.13.0 to 0.15.0 by @dependabot in #364
  • Enhanced the Cloud Foundry (cf) client and configuration for streamlined efficiency and integration by @ckganesan in #362
  • Enhance multiple auth support and auth client by @ckganesan in #365
  • Refactoring of all resources to include the required fields by @ckganesan in #366
  • fix: omitempty removed from meaningful nullable attributes by @Gourab1998 in #371
  • feat: added WithOrganization in orgquota by @Gourab1998 in #374
  • fix #380 parameters for user provided service instance by @KesavanKing in #381
  • Refine manifest capabilities and quota management. by @ckganesan in #383
  • fix: port attribute in route cloudfoundry-community#384 by @Dray56 in #385
  • fix: SecurityGroupGloballyEnabled running/staging should be optional for issue #378 by @sneal in #387
  • feat: app push strategies by @Gourab1998 in #386
  • fix: Changing relationship for domainCreate by @Dray56 in #390
  • fix: add missing manifest attributes by @Gourab1998 in #391
  • fix: Delete Service Credential Binding does not return job GUID by @Dray56 in #395
  • Ensure successful unmarshaling of service type in Manifest struct by @ckganesan in #393
  • feat: Add role via username and origin by @Dray56 in #397
  • fix: Refine service instance update attributes by @Dray56 in #399
  • fix: make name attribute nullable by @Dray56 in #401
  • fix: Added omitempty for binding detail attributes by @Dray56 in #403

New Contributors

Full Changelog: v3.0.0-alpha.6...v3.0.0-alpha.7