Skip to content

Commit

Permalink
Bump Checkmk Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Aug 7, 2024
1 parent 1056cdf commit f26f7f3
Show file tree
Hide file tree
Showing 29 changed files with 55 additions and 55 deletions.
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.0p11"
checkmk_agent_version: "2.3.0p12"

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.0p11"
checkmk_agent_version: "2.3.0p12"
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.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.0p11"
checkmk_var_version: "2.3.0p12"
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.0p11"
checkmk_server_version: "2.3.0p12"

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.0p11"
checkmk_server_version: "2.3.0p12"
checkmk_server_edition: cre
checkmk_server_verify_setup: 'true'

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.0p11"
checkmk_var_version: "2.3.0p12"
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 scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ collection_dir="${script_dir%/*}"
# Update these as necessary:
checkmk_ancient="2.1.0p46"
checkmk_oldstable="2.2.0p31"
checkmk_stable="2.3.0p11"
checkmk_stable="2.3.0p12"

while getopts 's:t:' OPTION; do
case "$OPTION" in
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/activation/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p31"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/bakery/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p31"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/contact_group/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/discovery/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/downtime/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/folder/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/host/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p31"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/host_group/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/targets/lookup_bakery/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_folder/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_folders/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_host/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_hosts/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_rules/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_rulesets/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_version/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/password/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/rule/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/service_group/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/tag_group/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/timeperiod/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/user/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
test_sites:
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p11"
- version: "2.3.0p12"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p31"
Expand Down

0 comments on commit f26f7f3

Please sign in to comment.