From 2d7d6a8dcabdd76146d01963afcedcb4b4a59969 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 18 Jun 2022 03:14:11 +0100 Subject: Add release data for honolulu Manually added pf_release_data.csv, rom now on, the file will be gerated during releases. pf_release_data.csv: Used to find the correct versions of images to use for the CSIT tests, the current lookup scripts can't cope with snapshots being deleted after they time out. Issue-ID: POLICY-4233 Change-Id: Iea5ea81e9920189a3f28b4d9f90b3cc0595d6348 Signed-off-by: liamfallon --- integration/src/main/resources/release/pf_release_data.csv | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 integration/src/main/resources/release/pf_release_data.csv (limited to 'integration') diff --git a/integration/src/main/resources/release/pf_release_data.csv b/integration/src/main/resources/release/pf_release_data.csv new file mode 100644 index 00000000..740441b9 --- /dev/null +++ b/integration/src/main/resources/release/pf_release_data.csv @@ -0,0 +1,13 @@ +Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images +policy/parent,3.3.2,3.3.3-SNAPSHOT,1, +policy/docker,2.2.1,2.2.2-SNAPSHOT,60,'policy-jre-alpine':'policy-jdk-alpine' +policy/common,1.8.2,1.8.3-SNAPSHOT,0, +policy/models,2.4.4,2.4.5-SNAPSHOT,0, +policy/api,2.4.4,2.4.5-SNAPSHOT,0,'policy-api' +policy/pap,2.4.5,2.4.6-SNAPSHOT,0,'policy-pap' +policy/apex-pdp,2.5.4,2.5.5-SNAPSHOT,0,'policy-apex-pdp' +policy/drools-pdp,1.8.4,1.8.5-SNAPSHOT,0,'policy-drools' +policy/xacml-pdp,2.4.5,2.4.6-SNAPSHOT,0,'policy-xacml-pdp' +policy/distribution,2.5.4,2.5.5-SNAPSHOT,5,'policy-distribution' +policy/clamp,6.0.2,6.0.3-SNAPSHOT,5,'policy-clamp-backend':'policy-clamp-frontend' +policy/drools-applications,1.8.4,1.8.5-SNAPSHOT,0,'policy-pdpd-cl' -- cgit 1.2.3-korg