Skip to content

Commit

Permalink
Merge branch 'v1' into zywang/fix/add-mapping-template-release-document
Browse files Browse the repository at this point in the history
  • Loading branch information
kuangxiang20240501 authored Nov 21, 2024
2 parents d6caab2 + e22d645 commit 561d9a7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ spec:
value: INSTALL_LOCATION
- name: quoteItem[0].product.place[0].@type
path: "$.body.quoteItem[0].product.place[0].@type"
expectType: EXPECTED
value: GeographicAddressRef
expectType: EXPECTED_EXIST
value: true
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ spec:
value: INSTALL_LOCATION
- name: quoteItem[0].product.place[0].@type
path: "$.body.quoteItem[0].product.place[0].@type"
expectType: EXPECTED
value: GeographicAddressRef
expectType: EXPECTED_EXIST
value: true
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.eline.read.yaml
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.uni.list.yaml
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.eline.list.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.19.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.20.yaml


templateUpgradePaths:
Expand Down

This file was deleted.

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.20
name: V1.5.20
labels:
productSpec: grace
productVersion: V1.5.20
publishDate: 2024-11-21
description: |
Removed the constant value validation of 'place.@type' but remained the existence checking of this node.
version: 2

0 comments on commit 561d9a7

Please sign in to comment.