Release scripts for repos, images, OOM, refs 69/126369/4
authorliamfallon <liam.fallon@est.tech>
Thu, 16 Dec 2021 12:56:37 +0000 (12:56 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 6 Jan 2022 11:27:22 +0000 (11:27 +0000)
commit81c2c515c4c92cb77d7bc31eb2f2771ca2063216
treeded78462b4a59aaa2d7503ce414a95a00bac0bf0
parent1daae3e877d5446c7ec5dac4ca5f28ca1637e393
Release scripts for repos, images, OOM, refs

bumpSnapshots.sh: Steps the patch version of snapshot images based on
the data in the policy release data file.

generateCommit.sh: At the suggestion of OOM, the order of the generated messages is
changed.

releaseRepo.sh: Generates the release yaml file and the commit to
release the maven artifacts of a repo

releaseRepoImages.sh: Generates the release yaml fole and the commit to
release the docker images from a repo

updateOomImages.sh: Generates a commit that updats the references to
Policy Framework docker images in OOM

updateRefs.sh: Updates the parent. common, models., drools-pdp, and
Docker base images in Docker files for reselases or snapshots.

Issue-ID: POLICY-3835
Change-Id: I0766a779c2217a57a33ed37725f11acdfb07a16d
Signed-off-by: liamfallon <liam.fallon@est.tech>
integration/src/release_scripts/bumpSnapshots.sh [new file with mode: 0755]
integration/src/release_scripts/generateCommit.sh
integration/src/release_scripts/getReleaseData.sh
integration/src/release_scripts/mkart.sh
integration/src/release_scripts/mkdock.sh
integration/src/release_scripts/releaseRepo.sh [new file with mode: 0755]
integration/src/release_scripts/releaseRepoImages.sh [new file with mode: 0755]
integration/src/release_scripts/updateOomImages.sh [new file with mode: 0755]
integration/src/release_scripts/updateParentRef.sh
integration/src/release_scripts/updateRefs.sh [new file with mode: 0755]