Skip to content

Commit

Permalink
Bump Checkmk Versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Aug 27, 2024
1 parent 0fb0a24 commit ec1191a
Show file tree
Hide file tree
Showing 32 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: general

# The version of the collection. Must be compatible with semantic versioning

version: 5.2.1
version: 5.3.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please make sure it is installed on your system and available for Ansible.

## Role Variables

checkmk_agent_version: '2.3.0p12'
checkmk_agent_version: '2.3.0p13"

The Checkmk version of the site your agents will talk to.

Expand Down
2 changes: 1 addition & 1 deletion roles/agent/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
checkmk_agent_version: '2.3.0p12'
checkmk_agent_version: '2.3.0p13"
checkmk_agent_edition: 'cre'
checkmk_agent_server_protocol: 'http'
checkmk_agent_server: 'localhost'
Expand Down
2 changes: 1 addition & 1 deletion roles/agent/molecule/2.1.0/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# General
checkmk_var_version: "2.1.0p46"
checkmk_var_version: "2.1.0p47"
checkmk_var_edition: "cre"
checkmk_var_checkmk_site: "mysite"
checkmk_var_automation_user: "cmkadmin"
Expand Down
2 changes: 1 addition & 1 deletion roles/agent/molecule/2.3.0/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# General
checkmk_var_version: "2.3.0p12"
checkmk_var_version: "2.3.0p13"
checkmk_var_edition: "cre"
checkmk_var_checkmk_site: "mysite"
checkmk_var_automation_user: "cmkadmin"
Expand Down
2 changes: 1 addition & 1 deletion roles/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To learn about the distributions used in automated tests, inspect the correspond

## Role Variables

checkmk_server_version: '2.3.0p12'
checkmk_server_version: '2.3.0p13"

The global Checkmk version. This is used for installing Checkmk.
To manage sites and their version, see `checkmk_server_sites`.
Expand Down
2 changes: 1 addition & 1 deletion roles/server/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ checkmk_server_server_stable_os:
- Ubuntu-22
- Ubuntu-24

checkmk_server_version: '2.3.0p12'
checkmk_server_version: '2.3.0p13"
checkmk_server_edition: 'cre'
checkmk_server_verify_setup: 'true'

Expand Down
2 changes: 1 addition & 1 deletion roles/server/molecule/2.1.0/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# General
checkmk_var_version: "2.1.0p46"
checkmk_var_version: "2.1.0p47"
checkmk_var_edition: "cre"
checkmk_server_verify_setup: 'true'
checkmk_var_server_url: "http://127.0.0.1/"
Expand Down
2 changes: 1 addition & 1 deletion roles/server/molecule/2.3.0/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# General
checkmk_var_version: "2.3.0p12"
checkmk_var_version: "2.3.0p13"
checkmk_var_edition: "cre"
checkmk_server_verify_setup: 'true'
checkmk_var_server_url: "http://127.0.0.1/"
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
collection_dir="${script_dir%/*}"

# Update these as necessary:
checkmk_ancient="2.1.0p46"
checkmk_ancient="2.1.0p47"
checkmk_oldstable="2.2.0p32"
checkmk_stable="2.3.0p12"
checkmk_stable="2.3.0p13"

while getopts 's:t:' OPTION; do
case "$OPTION" in
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/activation/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/bakery/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p32"
edition: "cee"
site: "old_cee"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cee"
# site: "ancient_cee"

Expand Down
8 changes: 4 additions & 4 deletions tests/integration/targets/contact_group/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/discovery/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/downtime/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/folder/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/host/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
8 changes: 4 additions & 4 deletions tests/integration/targets/host_group/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_bakery/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p32"
edition: "cee"
site: "old_cee"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cee"
# site: "ancient_cee"
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_folder/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_folders/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_host/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_hosts/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_rules/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_rulesets/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"

Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/lookup_version/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
test_sites:
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p12"
- version: "2.3.0p13"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p32"
edition: "cre"
site: "old_cre"
# - version: "2.1.0p46"
# - version: "2.1.0p47"
# edition: "cre"
# site: "ancient_cre"
Loading

0 comments on commit ec1191a

Please sign in to comment.