Skip to content

Commit

Permalink
Increase version to 2.2.0p24
Browse files Browse the repository at this point in the history
  • Loading branch information
kso512 committed Mar 21, 2024
1 parent 2a5197e commit 72cc42c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
2 changes: 1 addition & 1 deletion vars/bookworm.Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Debian 12 "bookworm" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:e18c622b7f8cd09b32aa4ec8b6791c14560c44e5493537da48e5f4dda3f99527"
checkmk_server_download_checksum: "sha256:3e99acc8fa714b6d28c24d8fe891b1f78f95d03c11c07191a29883eaac0df197"
...
2 changes: 1 addition & 1 deletion vars/bullseye.Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Debian 11 "bullseye" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:e99fa0b8e07f26b6a52bb0324b4bcd3f81650d6024209dd8c4a5fdb1ec7b14d1"
checkmk_server_download_checksum: "sha256:1bc1855b16228608079b6501a088889e9f5568a6a91d259a2c9a68f7daeb69ed"
...
2 changes: 1 addition & 1 deletion vars/buster.Debian.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Debian 10 "buster" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:7890b12558677e68799c7d74ef2e471f6a28011486226406b9ef4743bddbd37d"
checkmk_server_download_checksum: "sha256:c91e1639dd427c405c8d7b4ce938c35a98062a3e52d684a7838ca00d6bf796b7"
...
2 changes: 1 addition & 1 deletion vars/default.yml
Original file line number Diff line number Diff line change
@@ -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"
...
2 changes: 1 addition & 1 deletion vars/jammy.Ubuntu.yml
Original file line number Diff line number Diff line change
@@ -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"
...

0 comments on commit 72cc42c

Please sign in to comment.