diff options
author | liamfallon <liam.fallon@est.tech> | 2022-06-17 10:44:27 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-06-17 10:47:38 +0100 |
commit | cd44921c7e00e699b27697d3e5be4fc3433b81a2 (patch) | |
tree | b06c916c12e9075571f51b1978105357bb81900d /integration/src/main/resources/release | |
parent | b3223fd59ea60d98948e23073833a010c027a8a2 (diff) |
Restructure scripts in policy-parent
- Moved the scripts into src/main/scripts
- created src/main/resources
- added pf_release_data.csv to src/main/resources, this file will be
- added a n ew release phase to release the mdoels-simulator image
pf_release_data.sh:
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: Idb5a4a624c06114f0f480c599e87f5596705ea07
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'integration/src/main/resources/release')
-rw-r--r-- | integration/src/main/resources/release/pf_release_data.csv | 14 |
1 files changed, 14 insertions, 0 deletions
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..d81156f7 --- /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.5.3,3.6.0-SNAPSHOT,71, +policy/docker,2.4.3,2.5.0-SNAPSHOT,4,'policy-jre-alpine':'policy-jdk-alpine':'policy-db-migrator' +policy/common,1.10.3,1.11.0-SNAPSHOT,1, +policy/models,2.6.4,2.7.0-SNAPSHOT,4,'policy-models-simulator' +policy/api,2.6.3,2.7.0-SNAPSHOT,4,'policy-api' +policy/pap,2.6.3,2.7.0-SNAPSHOT,4,'policy-pap' +policy/apex-pdp,2.7.3,2.8.0-SNAPSHOT,4,'policy-apex-pdp' +policy/drools-pdp,1.10.3,1.11.0-SNAPSHOT,1,'policy-drools' +policy/xacml-pdp,2.6.3,2.7.0-SNAPSHOT,14,'policy-xacml-pdp' +policy/distribution,2.7.3,2.8.0-SNAPSHOT,20,'policy-distribution' +policy/clamp,6.2.3,6.3.0-SNAPSHOT,62,'policy-clamp-backend':'policy-clamp-ac-pf-ppnt':'policy-clamp-ac-k8s-ppnt':'policy-clamp-ac-http-ppnt':'policy-clamp-runtime-acm' +policy/gui,2.2.3,2.3.0-SNAPSHOT,9,'policy-gui' +policy/drools-applications,1.10.3,1.11.0-SNAPSHOT,1,'policy-pdpd-cl' |