Skip to content

Commit

Permalink
fix itemTerm in target file (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: zhiyaoPCCW <[email protected]>
  • Loading branch information
zhiyaoPCCW and zhiyaoPCCW authored Nov 15, 2024
1 parent f8a2876 commit a4d8ad8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
"completionDate": "((mefResponseBody.state=='completed'?mefResponseBody.completionDate:null))",
"expectedCompletionDate": "${mefRequestBody.productOrderItem[0].requestedCompletionDate}",
"expediteAcceptedIndicator": "${mefRequestBody.productOrderItem[0].expediteIndicator}",
"itemTerm": "${mefRequestBody.productOrderItem[0].itemTerm}",
"milestone": "${mefRequestBody.productOrderItem[0].milestone}",
"state": "((mefResponseBody.state))",
"terminationError": "${mefRequestBody.productOrderItem[0].terminationError}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
"completionDate": "((mefResponseBody.state=='completed'?mefResponseBody.completionDate:null))",
"expectedCompletionDate": "${mefRequestBody.productOrderItem[0].requestedCompletionDate}",
"expediteAcceptedIndicator": "${mefRequestBody.productOrderItem[0].expediteIndicator}",
"itemTerm": "${mefRequestBody.productOrderItem[0].itemTerm}",
"milestone": "${mefRequestBody.productOrderItem[0].milestone}",
"state": "((mefResponseBody.state))",
"terminationError": "${mefRequestBody.productOrderItem[0].terminationError}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ spec:
- classpath:/mef-sonata/template-upgrade/release.1.5.12.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.13.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.14.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.15.yaml


templateUpgradePaths:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
kind: kraken.product.template-upgrade
apiVersion: v1
metadata:
key: kraken.product.template-upgrade.1.5.15
name: V1.5.15
labels:
productSpec: grace
productVersion: V1.5.15
publishDate: 2024-11-15 16:11
description: |
fix itemTerm
version: 2

0 comments on commit a4d8ad8

Please sign in to comment.