From 72cc42c88848bf04bb2a6216ca0779ecb417f937 Mon Sep 17 00:00:00 2001 From: Chris Lindbergh Date: Wed, 20 Mar 2024 21:31:06 -0600 Subject: [PATCH] Increase version to 2.2.0p24 --- README.md | 14 +++++++------- defaults/main.yml | 2 +- vars/bookworm.Debian.yml | 2 +- vars/bullseye.Debian.yml | 2 +- vars/buster.Debian.yml | 2 +- vars/default.yml | 2 +- vars/jammy.Ubuntu.yml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0d1b884..92c75bc 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ For reference, "OMD" below stands for the [Open Monitoring Distribution](https:/ | CheckMK Raw Edition Version | Role Version/Tag | | --------------------------- | ---------------- | +| 2.2.0p24 | 1.0.74 | | 2.2.0p23 | 1.0.73 | | 2.2.0p22 | 1.0.72 | | 2.2.0p21 | 1.0.71 | | 2.2.0p20 | 1.0.70 | -| 2.2.0p19 | 1.0.69 | ## Requirements @@ -98,7 +98,7 @@ Some of these may be seem redundant but are specified so future users can overri | checkmk_server_omd_start_creates | File created by starting OMD | `/opt/omd/sites/{{ checkmk_server_site }}/tmp/apache/run/apache.pid` | | checkmk_server_prerequisites | Packages needed before installing CheckMK RAW edition | `python3-apt` `python3-passlib` | | checkmk_server_site | Name of OMD "site" to create; this is often shown as `my-site` in the CheckMK documentation examples | `test` | -| checkmk_server_version | Version of CheckMK RAW edition to install | `2.2.0p23` | +| checkmk_server_version | Version of CheckMK RAW edition to install | `2.2.0p24` | | checkmk_server_web_service | Name of the web service to start and enable | `apache2` | ### Tables of Variables Unique to at Least One Distribution (with Defaults) @@ -111,11 +111,11 @@ Description: SHA256 checksum of the source installation package | Distribution | Default | | ------------ | ------- | -| Debian 10 | `sha256:7890b12558677e68799c7d74ef2e471f6a28011486226406b9ef4743bddbd37d` | -| Debian 11 | `sha256:e99fa0b8e07f26b6a52bb0324b4bcd3f81650d6024209dd8c4a5fdb1ec7b14d1` | -| Debian 12 | `sha256:e18c622b7f8cd09b32aa4ec8b6791c14560c44e5493537da48e5f4dda3f99527` | -| Ubuntu 20.04 | `sha256:89d9c0c1cd13f4f440b15d3d2439f12a985ab1d878d18b465a2ac2e332939262` | -| Ubuntu 22.04 | `sha256:2d02aaecc919c631a33c01a11379070204488b337825cd9063b181edda7ebff9` | +| Debian 10 | `sha256:c91e1639dd427c405c8d7b4ce938c35a98062a3e52d684a7838ca00d6bf796b7` | +| Debian 11 | `sha256:1bc1855b16228608079b6501a088889e9f5568a6a91d259a2c9a68f7daeb69ed` | +| Debian 12 | `sha256:3e99acc8fa714b6d28c24d8fe891b1f78f95d03c11c07191a29883eaac0df197` | +| Ubuntu 20.04 | `sha256:b2b1553d17b65c79979d7983fec4a5b097d44660598c265a145a8942766d0165` | +| Ubuntu 22.04 | `sha256:d209e89278fd1295ade2e35ea8d416b779dc6db6b1e132ab784162a53722dfdb` | ## Dependencies diff --git a/defaults/main.yml b/defaults/main.yml index 0eb7561..64e16d6 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -31,6 +31,6 @@ checkmk_server_prerequisites: - python3-apt - python3-passlib checkmk_server_site: test -checkmk_server_version: 2.2.0p23 +checkmk_server_version: 2.2.0p24 checkmk_server_web_service: apache2 ... diff --git a/vars/bookworm.Debian.yml b/vars/bookworm.Debian.yml index ada391d..3efa627 100644 --- a/vars/bookworm.Debian.yml +++ b/vars/bookworm.Debian.yml @@ -1,4 +1,4 @@ --- # Debian 12 "bookworm" variables file for checkmk_server -checkmk_server_download_checksum: "sha256:e18c622b7f8cd09b32aa4ec8b6791c14560c44e5493537da48e5f4dda3f99527" +checkmk_server_download_checksum: "sha256:3e99acc8fa714b6d28c24d8fe891b1f78f95d03c11c07191a29883eaac0df197" ... diff --git a/vars/bullseye.Debian.yml b/vars/bullseye.Debian.yml index 4b80b24..4d449ae 100644 --- a/vars/bullseye.Debian.yml +++ b/vars/bullseye.Debian.yml @@ -1,4 +1,4 @@ --- # Debian 11 "bullseye" variables file for checkmk_server -checkmk_server_download_checksum: "sha256:e99fa0b8e07f26b6a52bb0324b4bcd3f81650d6024209dd8c4a5fdb1ec7b14d1" +checkmk_server_download_checksum: "sha256:1bc1855b16228608079b6501a088889e9f5568a6a91d259a2c9a68f7daeb69ed" ... diff --git a/vars/buster.Debian.yml b/vars/buster.Debian.yml index e9e84c3..18fae69 100644 --- a/vars/buster.Debian.yml +++ b/vars/buster.Debian.yml @@ -1,4 +1,4 @@ --- # Debian 10 "buster" variables file for checkmk_server -checkmk_server_download_checksum: "sha256:7890b12558677e68799c7d74ef2e471f6a28011486226406b9ef4743bddbd37d" +checkmk_server_download_checksum: "sha256:c91e1639dd427c405c8d7b4ce938c35a98062a3e52d684a7838ca00d6bf796b7" ... diff --git a/vars/default.yml b/vars/default.yml index 93502b6..5f11dd2 100644 --- a/vars/default.yml +++ b/vars/default.yml @@ -1,4 +1,4 @@ --- # default (Ubuntu 20.04 "Focal Fossa") variables file for checkmk_server -checkmk_server_download_checksum: "sha256:89d9c0c1cd13f4f440b15d3d2439f12a985ab1d878d18b465a2ac2e332939262" +checkmk_server_download_checksum: "sha256:b2b1553d17b65c79979d7983fec4a5b097d44660598c265a145a8942766d0165" ... diff --git a/vars/jammy.Ubuntu.yml b/vars/jammy.Ubuntu.yml index 2f1eaaa..994a9b9 100644 --- a/vars/jammy.Ubuntu.yml +++ b/vars/jammy.Ubuntu.yml @@ -1,4 +1,4 @@ --- # Ubuntu 22.04 "Jammy Jellyfish" variables file for checkmk_server -checkmk_server_download_checksum: "sha256:2d02aaecc919c631a33c01a11379070204488b337825cd9063b181edda7ebff9" +checkmk_server_download_checksum: "sha256:d209e89278fd1295ade2e35ea8d416b779dc6db6b1e132ab784162a53722dfdb" ...