Search this document:
This page contains release information and downloadable deliverables for the different releases of 9.0 For each release the following downloadable deliverables are available:
- Release Notes - Contains information about the contents of the release, important information and known issues. You must read through this information before starting any installation or upgrade.
- Bug Fix Appendix - Contains information about bug fixes included in the release.
- GitHub Link for Downloads - Link to the release in GitHub where you can download the release package and a signature file for package verification.
Verify Downloaded Package
Optional Step:
The package is signed with the [cosign] (https://github.com/sigstore/cosign) tool.
There is a signature file in the release package that you can use to verify the main package.
To verify the main package, download the *.tgz file and the *.sig file, and run the following commands:
$ cat >> dr-cosign.pub << EOF -----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEU95nqvgnrhrxLLU33rK6lt5qQZVU AUUEor1i8IGMQQnUOrnH0aRHv5i2AxX3vlgHIRtCUWyxtY52GSakFsNQMQ== -----END PUBLIC KEY----- EOF $ cosign verify-blob --key dr-cosign.pub --signature <download_path>/<version>.sig <download_path>/<version>.tgz
You should receive the following output if verification succeeded:
Verified OK
MediationZone 9.0
Version | Date of Release | Release Notes | Bug Fix Appendix | GitHub Link for Download |
---|---|---|---|---|
9.0.0.0 | 6th of April 2023 | Release Notes 9.0 | Bug Fixes | |
9.0.1.0 | 9th of June 2023 | MZ_90_SP1_Release_Note.pdf | Bug_Fix_Appendix-9.0.1.0.pdf | |
9.0.1.1 | 25th of August 2023 | MZ_90_SP1_ER1_Release_Note.pdf | Bug_Fix_Appendix-9.0.1.1.pdf | |
9.0.2.0 | 23rd Nov 2023 | MZ_90_SP2_Release_Note.pdf | Bug_Fix_Appendix-9.0.2.0.pdf | MediationZone Package: https://github.com/DigitalRoute-Public/mediationzone/releases/download/9.0.2.0.tgz Signature File: https://github.com/DigitalRoute-Public/mediationzone/releases/download/9.0.2.0.sig |