@spinnaker/cloudfoundry 0.0.171 → 0.0.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spinnaker/cloudfoundry",
3
3
  "license": "Apache-2.0",
4
- "version": "0.0.171",
4
+ "version": "0.0.174",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  "lib": "npm run build"
14
14
  },
15
15
  "dependencies": {
16
- "@spinnaker/core": "^0.19.3",
16
+ "@spinnaker/core": "^0.20.0",
17
17
  "@uirouter/react": "1.0.7",
18
18
  "@uirouter/react-hybrid": "1.0.2",
19
19
  "angular": "1.6.10",
@@ -44,5 +44,5 @@
44
44
  "shx": "0.3.3",
45
45
  "typescript": "4.3.5"
46
46
  },
47
- "gitHead": "4e2ec409f093985f4c084f8140c650f29bb9009b"
47
+ "gitHead": "d5ceedd9f745e6f1156f6b5e25275cc311d4f0ab"
48
48
  }
@@ -19,6 +19,7 @@ export class BakeCloudFoundryManifestConfigForm extends React.Component<IFormikS
19
19
  ArtifactTypePatterns.GITLAB_FILE,
20
20
  ArtifactTypePatterns.S3_OBJECT,
21
21
  ArtifactTypePatterns.HTTP_FILE,
22
+ ArtifactTypePatterns.ORACLE_OBJECT,
22
23
  );
23
24
 
24
25
  public componentDidMount() {
@@ -35,6 +35,7 @@ export class CloudFoundryCreateServiceBindingsStageConfigForm extends React.Comp
35
35
  ArtifactTypePatterns.GITLAB_FILE,
36
36
  ArtifactTypePatterns.S3_OBJECT,
37
37
  ArtifactTypePatterns.HTTP_FILE,
38
+ ArtifactTypePatterns.ORACLE_OBJECT,
38
39
  );
39
40
 
40
41
  private destroy$ = new Subject();
@@ -9,7 +9,7 @@ export function CloudFoundryServiceExecutionDetails(props: IExecutionDetailsSect
9
9
  const { context } = stage;
10
10
  const account = get(context, 'service.account', undefined);
11
11
  const region = get(context, 'service.region', undefined);
12
- const serviceInstanceName = get(context, 'serviceInstanceName', undefined);
12
+ const serviceInstanceName = get(context, 'service.instance.name', undefined);
13
13
  return (
14
14
  <ExecutionDetailsSection name={props.name} current={props.current}>
15
15
  <div className="step-section-details">