From 548ff75d48e7a3373250f77ee78854867929f69d Mon Sep 17 00:00:00 2001 From: liamfallon Date: Sat, 18 Jun 2022 02:15:24 +0100 Subject: Add release data for istanbul 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: I702e155b77d29d701857bfc8d22316ffbdc1e615 Signed-off-by: liamfallon --- integration/src/main/resources/release/pf_release_data.csv | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 integration/src/main/resources/release/pf_release_data.csv 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..27ad0f3d --- /dev/null +++ b/integration/src/main/resources/release/pf_release_data.csv @@ -0,0 +1,14 @@ +Repo, Last Tag Version,Snapshot Version,Changed Files,Docker Images +policy/parent,3.4.4,3.4.5-SNAPSHOT,4, +policy/docker,2.3.2,2.3.3-SNAPSHOT,0,'policy-jre-alpine':'policy-jdk-alpine':'policy-db-migrator' +policy/common,1.9.2,1.9.3-SNAPSHOT,0, +policy/models,2.5.2,2.5.3-SNAPSHOT,0, +policy/api,2.5.2,2.5.3-SNAPSHOT,0,'policy-api' +policy/pap,2.5.2,2.5.3-SNAPSHOT,0,'policy-pap' +policy/apex-pdp,2.6.2,2.6.3-SNAPSHOT,0,'policy-apex-pdp' +policy/drools-pdp,1.9.2,1.9.3-SNAPSHOT,0,'policy-drools' +policy/xacml-pdp,2.5.2,2.5.3-SNAPSHOT,0,'policy-xacml-pdp' +policy/distribution,2.6.2,2.6.3-SNAPSHOT,0,'policy-distribution' +policy/clamp,6.1.4,6.1.5-SNAPSHOT,0,'policy-clamp-backend':'policy-clamp-frontend':'policy-clamp-cl-pf-ppnt':'policy-clamp-cl-k8s-ppnt':'policy-clamp-cl-http-ppnt':'policy-clamp-cl-runtime' +policy/gui,2.2.1,2.1.3-SNAPSHOT,771,'policy-gui' +policy/drools-applications,1.9.2,1.9.3-SNAPSHOT,0,'policy-pdpd-cl' -- cgit 1.2.3-korg