Skip to content

Commit

Permalink
Increase version to 2.3.0p18
Browse files Browse the repository at this point in the history
  • Loading branch information
kso512 committed Oct 9, 2024
1 parent f0d8883 commit 0d4dfa4
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ For reference, "OMD" below stands for the [Open Monitoring Distribution](https:/

| CheckMK Raw Edition Version | Role Version/Tag |
| --------------------------- | ---------------- |
| 2.3.0p18 | 1.0.93 |
| 2.3.0p17 | 1.0.92 |
| 2.3.0p16 | 1.0.91 |
| 2.3.0p15 | 1.0.90 |
| 2.3.0p14 | 1.0.89 |
| 2.3.0p13 | 1.0.88 |

## Requirements

Expand Down Expand Up @@ -99,7 +99,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.3.0p17` |
| checkmk_server_version | Version of CheckMK RAW edition to install | `2.3.0p18` |
| 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 @@ -112,12 +112,12 @@ Description: SHA256 checksum of the source installation package

| Distribution | Default |
| ------------ | ------- |
| Debian 10 | `sha256:75da6fa61e9888720ffc44ab87aaa33d6a3196c079aae0f70ff524ed46dd13d3` |
| Debian 11 | `sha256:ba94d8624e0d2490dd2d54876b081f5426e754e184ecbf6131dd76df7c8d2d24` |
| Debian 12 | `sha256:bc3ab4e7b7eb46805638012ea5eaf8a535fad2e0d3291993cc7628cace77278b` |
| Ubuntu 20.04 | `sha256:16aa9772bebe6c76a87927de11ca720dc460b8100447b6b8d3a98a2fda235f62` |
| Ubuntu 22.04 | `sha256:f8ba2d928f0b28268a84294432d316daa33313a7e4b7893bb0b1f0d38b486b78` |
| Ubuntu 24.04 | `sha256:dc111c6e29ee52a25dd5b6132a4c2a6c702bdf653c90803284c87b52eaee9190` |
| Debian 10 | `sha256:1e85463d663ef27370b016cfaf70960192daf46f73d3c62b4832d8cba01af506` |
| Debian 11 | `sha256:a0db4b3d08eb4f8d5c007c99a2e7d088c24fc6942157814a2ce3fc5a73dc64f2` |
| Debian 12 | `sha256:224ea6ecaa2e4fa0a49ac4ce95bd29dcbe23f665fff65058fd1da22ff602406b` |
| Ubuntu 20.04 | `sha256:4f3af2965a7220741ccd962ee2a190a092705049af9fcf7a6c8eb55aaefe56b6` |
| Ubuntu 22.04 | `sha256:81e03d96b01bda98a8ffc6630ecdb19a4f3a1853809f55c3b65403becccc1a07` |
| Ubuntu 24.04 | `sha256:1941fd3a4897cd6f23a53022f16e9848505be8c68748979154e1c4e60006091f` |

## 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.3.0p17
checkmk_server_version: 2.3.0p18
checkmk_server_web_service: apache2
...
2 changes: 1 addition & 1 deletion vars/Debian.bookworm.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:bc3ab4e7b7eb46805638012ea5eaf8a535fad2e0d3291993cc7628cace77278b"
checkmk_server_download_checksum: "sha256:224ea6ecaa2e4fa0a49ac4ce95bd29dcbe23f665fff65058fd1da22ff602406b"
...
2 changes: 1 addition & 1 deletion vars/Debian.bullseye.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:ba94d8624e0d2490dd2d54876b081f5426e754e184ecbf6131dd76df7c8d2d24"
checkmk_server_download_checksum: "sha256:a0db4b3d08eb4f8d5c007c99a2e7d088c24fc6942157814a2ce3fc5a73dc64f2"
...
2 changes: 1 addition & 1 deletion vars/Debian.buster.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:75da6fa61e9888720ffc44ab87aaa33d6a3196c079aae0f70ff524ed46dd13d3"
checkmk_server_download_checksum: "sha256:1e85463d663ef27370b016cfaf70960192daf46f73d3c62b4832d8cba01af506"
...
2 changes: 1 addition & 1 deletion vars/Ubuntu.jammy.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:f8ba2d928f0b28268a84294432d316daa33313a7e4b7893bb0b1f0d38b486b78"
checkmk_server_download_checksum: "sha256:81e03d96b01bda98a8ffc6630ecdb19a4f3a1853809f55c3b65403becccc1a07"
...
2 changes: 1 addition & 1 deletion vars/Ubuntu.noble.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Ubuntu 24.04 LTS "Noble Numbat" variables file for checkmk_server
checkmk_server_download_checksum: "sha256:dc111c6e29ee52a25dd5b6132a4c2a6c702bdf653c90803284c87b52eaee9190"
checkmk_server_download_checksum: "sha256:1941fd3a4897cd6f23a53022f16e9848505be8c68748979154e1c4e60006091f"
...
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:16aa9772bebe6c76a87927de11ca720dc460b8100447b6b8d3a98a2fda235f62"
checkmk_server_download_checksum: "sha256:4f3af2965a7220741ccd962ee2a190a092705049af9fcf7a6c8eb55aaefe56b6"
...

0 comments on commit 0d4dfa4

Please sign in to comment.