Skip to content

Commit

Permalink
Merge pull request #688 from Checkmk/devel
Browse files Browse the repository at this point in the history
Release 5.3.1 Encore
  • Loading branch information
robin-checkmk authored Oct 24, 2024
2 parents 9b83df0 + ce9d19b commit da64f91
Show file tree
Hide file tree
Showing 35 changed files with 71 additions and 63 deletions.
1 change: 1 addition & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ Collection Version | Checkmk Versions | Ansible Versions | Remarks
5.2.0 | 2.1.0p46, 2.2.0p31, 2.3.0p11 | 2.15, 2.16, 2.17 | None
5.2.1 | 2.1.0p46, 2.2.0p32, 2.3.0p12 | 2.15, 2.16, 2.17 | None
5.3.0 | 2.1.0p48, 2.2.0p35, 2.3.0p18 | 2.15, 2.16, 2.17 | None
5.3.1 | 2.1.0p48, 2.2.0p35, 2.3.0p19 | 2.15, 2.16, 2.17 | None
7 changes: 7 additions & 0 deletions changelogs/fragments/groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bugfixes:
- contact_group module - Fix the passing of the 'customer' attribute, when the
'groups' parameter is used.
- host_group module - Fix the passing of the 'customer' attribute, when the
'groups' parameter is used.
- service_group module - Fix the passing of the 'customer' attribute, when the
'groups' parameter is used.
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.3.0
version: 5.3.1

# 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.0p18"
checkmk_agent_version: "2.3.0p19"

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

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.0p18"
checkmk_server_version: "2.3.0p19"
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.0p18"
checkmk_var_version: "2.3.0p19"
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.0p48"
checkmk_oldstable="2.2.0p35"
checkmk_stable="2.3.0p18"
checkmk_stable="2.3.0p19"

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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_site/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/targets/lookup_sites/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
Expand Down
6 changes: 3 additions & 3 deletions tests/integration/targets/site/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cme"
site: "stable_cme"
remote_sites:
Expand Down Expand Up @@ -99,7 +99,7 @@ checkmk_var_test_sites:
authentication:
username: "cmkadmin"
password: "{{ checkmk_var_automation_secret }}"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
remote_sites:
Expand Down Expand Up @@ -127,7 +127,7 @@ checkmk_var_test_sites:
authentication:
username: "cmkadmin"
password: "{{ checkmk_var_automation_secret }}"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
remote_sites:
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cme"
site: "stable_cme"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
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 @@
---
checkmk_var_test_sites:
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cee"
site: "stable_cee"
- version: "2.3.0p18"
- version: "2.3.0p19"
edition: "cre"
site: "stable_cre"
- version: "2.2.0p35"
Expand Down
Loading

0 comments on commit da64f91

Please sign in to comment.