Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
305dd5a
Add molecule scenario for Checkmk 2.3.0.
robin-checkmk Jan 23, 2024
c65c6d8
Add 2.3.0 daily builds to release.sh.
robin-checkmk Jan 23, 2024
7c6f098
Merge branch 'build/simplify-tests' of github.com:Checkmk/ansible-col…
robin-checkmk Jan 23, 2024
6e389d3
Add 2.3.0 Checkmk to integration tests.
robin-checkmk Jan 30, 2024
0265ff9
Enable CME tests for contact_group module.
robin-checkmk Jan 30, 2024
33d6b92
Bump Checkmk version.
robin-checkmk Jan 30, 2024
a2f4245
Merge branch 'devel' of github.com:Checkmk/ansible-collection-checkmk…
robin-checkmk Jan 30, 2024
07a5b79
Bump Checkmk version.
robin-checkmk Jan 30, 2024
48f9b4f
Add push trigger for testing.
robin-checkmk Feb 13, 2024
82d7305
Bump Checkmk versions.
robin-checkmk Feb 13, 2024
6429699
Bump Checkmk version.
robin-checkmk Feb 14, 2024
aa02a3e
Bump Checkmk versions.
robin-checkmk Feb 15, 2024
1f0941f
Merge branch 'devel' into build/checkmk-2-3-support
robin-checkmk Feb 15, 2024
be01960
Fix workflows.
robin-checkmk Feb 15, 2024
45c5419
Switch 2.3.0 version to first beta release.
robin-checkmk Mar 11, 2024
1171fea
Merge branch 'devel' into build/checkmk-2-3-support
robin-checkmk Mar 11, 2024
1fe8272
Enable more output for molecule tests.
robin-checkmk Mar 14, 2024
b719b31
Bump Checkmk Beta version.
robin-checkmk Mar 14, 2024
65ea885
Bumb beta release.
robin-checkmk Mar 26, 2024
328c044
Remove EOL Checkmk 2.0.0 and bump current versions.
robin-checkmk Mar 26, 2024
9bc53c5
Fix terminology in docs.
robin-checkmk Mar 26, 2024
e1c4772
Merge branch 'devel' into build/checkmk-2-3-support
robin-checkmk Mar 26, 2024
269bd17
Remove 2.0.0 from Github action.
robin-checkmk Mar 26, 2024
ebbafba
Add changelog for 2.3.0 test coverage.
robin-checkmk Mar 26, 2024
1e9b6e1
Fix typo.
robin-checkmk Mar 27, 2024
6522194
Try to fix integration test.
robin-checkmk Mar 27, 2024
7f2ba4b
Update README.
robin-checkmk Apr 1, 2024
45ec780
Remove Ansible 2.14 and add 2.17 for GitHub workflows.
robin-checkmk Apr 15, 2024
d656fd6
Merge branch 'devel' of github.com:Checkmk/ansible-collection-checkmk…
robin-checkmk Apr 15, 2024
0e66e8b
Merge branch 'devel' into build/checkmk-2-3-support
robin-checkmk Apr 16, 2024
2c23b16
Bump Checkmk version.
robin-checkmk Apr 16, 2024
2dde723
Fix Checkmk versions.
robin-checkmk Apr 26, 2024
3efd715
Migrate molecule tests to Ubuntu 22.04.
robin-checkmk Apr 26, 2024
76e54f7
Merge branch 'devel' into build/checkmk-2-3-support
robin-checkmk Apr 26, 2024
962fdf7
Update changelogs.
robin-checkmk Apr 26, 2024
5f28e54
Changed 2.3.0b6 to 2.3.0
Max-checkmk May 2, 2024
91bb571
Merge branch 'build/checkmk-2-3-support' of github.com:Checkmk/ansibl…
robin-checkmk May 2, 2024
ecb0e9f
Merge branch 'devel' into build/checkmk-2-3-support
robin-checkmk May 2, 2024
4a2bcf8
Remove artificial Github Action triggers.
robin-checkmk May 2, 2024
4622a10
Rephrase changelog.
robin-checkmk May 2, 2024
aa4bdf8
Bump Checkmk versions.
robin-checkmk May 3, 2024
0ac250e
First commit for 2.3 ready discovery module
Max-checkmk May 22, 2024
376db5b
More testing
Max-checkmk May 23, 2024
e4ee81c
Change for update_service_labels in 2.3.0p3
Max-checkmk May 23, 2024
b4e32f7
Blacked
Max-checkmk May 23, 2024
e6aaacb
Merge pull request #604 from Checkmk/2.3ready-discovery-module
robin-checkmk May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-activation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/activation.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/bakery.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-contact_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/contact_group.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ans-int-test-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-downtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/downtime.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-folder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/folder.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/host.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-host_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/host_group.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-bakery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/bakery.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-folder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/folder.py'

Expand All @@ -29,9 +30,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-folders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/folders.py'

Expand All @@ -29,9 +30,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/host.py'

Expand All @@ -29,9 +30,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/hosts.py'

Expand All @@ -29,9 +30,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/rule.py'
- 'plugins/lookup/rules.py'
Expand All @@ -30,9 +31,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-rulesets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/ruleset.py'
- 'plugins/lookup/rulesets.py'
Expand All @@ -30,9 +31,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-lkp-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/lookup/version.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-password.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/password.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/rule.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-service_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/service_group.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-tag_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/tag_group.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ans-int-test-timeperiod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
- devel
push:
paths:
- 'plugins/modules/timeperiod.py'

Expand All @@ -31,9 +32,9 @@ jobs:
fail-fast: false
matrix:
ansible:
- stable-2.14
- stable-2.15
- stable-2.16
- stable-2.17
- devel
python:
- '3.8'
Expand Down
Loading