Summary
- Added
lastRotatedAttoApiTokenso callers can see when a token was last rotated. - Added a new
gitobject (CreateDeployGitRequeston requests,DeployGiton responses) onCreateDeployRequestandDeployfor attaching git commit metadata to a deploy. A newGENERICprovider value (alongsideGITHUB) supports non-GitHub remotes such as GitLab, Bitbucket, and self-hosted git via aremoteUrlfield. - Added
IBM_ENTERPRISEas a value onOrganizationProductPlan.productPlanName. - Narrowed
Workspace.defaultCloudProviderfrom a free-form string to the enumAWS,AZURE,GCP.
Added
-
Schemas
CreateDeployGitRequestandDeployGit: Git commit metadata associated with a deploy. Required:commitSha,provider. Optional:account,authorName,authorUrl,authorUsername,beforeCommitSha,branch,commitUrl,path,remoteUrl,repo.provideracceptsGITHUBorGENERIC. ForGITHUB, supplyaccountandrepoand leaveremoteUrlempty. ForGENERIC, supplyremoteUrland leaveaccountandrepoempty.
-
Properties
ApiToken:lastRotatedAt(string, date-time). The time when the API token was last rotated.CreateDeployRequest,Deploy:git(object). Git commit metadata for the deploy. SeeCreateDeployGitRequestandDeployGit.
-
Enum values
OrganizationProductPlan.productPlanName:IBM_ENTERPRISE.
Changed
- Schemas
Workspace.defaultCloudProvider: Now restricted to the enumAWS,AZURE,GCP(previously a free-form string).