Skip to content

Commit dcb15e4

Browse files
Merge pull request #353 from Checkmk/devel
Last release before renaming
2 parents 0933dcc + b2bdd2a commit dcb15e4

File tree

13 files changed

+53
-79
lines changed

13 files changed

+53
-79
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: robin-checkmk
77

88
---
99

10-
Verify first that your issue is not already reported [here](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
10+
Verify first that your issue is not already reported [here](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
1111
Where possible also test if the latest release and main branch are affected too.
1212
Complete all sections as described!
1313

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Feedback
33
about: Give us any form of feedback
44
title: "[FEED]"
55
labels: feedback
6-
assignees: robin-tribe29
6+
assignees: robin-checkmk
77

88
---
99

10-
Please verify first that your feedback is not already reported [here](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+sort%3Aupdated-desc).
10+
Please verify first that your feedback is not already reported [here](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+sort%3Aupdated-desc).
1111
If possible and useful provide additional information below. This is optional however.
1212

1313
**Provide your feedback**

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are several ways in which you can contribute:
2424

2525
1. Submit an [issue](#Submitting-Issues).
2626
2. Create a [pull request](#Pull-Requests).
27-
3. Pick an [issue, which needs help](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
27+
3. Pick an [issue, which needs help](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
2828

2929
Everything helps, really!
3030
We do test everything to the best of our abilities, but nothing beats real world
@@ -33,18 +33,18 @@ the functionality, [pull requests](#Pull-Requests) are appreciated.
3333

3434
### Submitting Issues
3535

36-
If you encounter any bugs or have ideas for improvements feel free to open an [issue](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or even better a [pull request](#Pull-Requests).
36+
If you encounter any bugs or have ideas for improvements feel free to open an [issue](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) or even better a [pull request](#Pull-Requests).
3737
Dedicated requirements will be added here as suitable.
3838

3939
### Pull Requests
4040

41-
Please open a [pull request](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/pulls?q=is%3Apr+is%3Aopen)
41+
Please open a [pull request](https://github.com/Checkmk/ansible-collection-checkmk.general/pulls?q=is%3Apr+is%3Aopen)
4242
if you have something to contribute.
4343
On pull request creation, checks will run and tell you,
4444
if your changes work with the collection. If errors are detected, please try to
4545
fix them and update your pull request accordingly.
4646
If you need help, do ask for it.
47-
After submitting a PR, follow the instructions to sign the [CLA](https://github.com/tribe29/checkmk/blob/master/doc/cla/cla_readme.md) as asked by the bot.
47+
After submitting a PR, follow the instructions to sign the [CLA](https://github.com/Checkmk/checkmk/blob/master/doc/cla/cla_readme.md) as asked by the bot.
4848

4949
### Changelog
5050

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Checkmk Ansible Collection
22

3+
# Attention! This collection has been renamed!
4+
If you are reading this, you have an old version of the collection installed, or you are looking at an old git state.
5+
The renamed collection can be found here: https://github.com/Checkmk/ansible-collection-checkmk.general/
6+
See you on the other side!
7+
8+
---
9+
310
Checkmk already provides the needed APIs to automate and
411
configure your monitoring. With this project we want to create
512
and share modules and roles for Ansible to both simplify your first steps

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ and we will do our best to fix it in the next release.
1515

1616
## Reporting a Vulnerability
1717

18-
For now, please open a normal [issue](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) in the repository but try to disclose the
18+
For now, please open a normal [issue](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) in the repository but try to disclose the
1919
vulnerability as reasonable as possible.

SUPPORT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Getting help
22

33
Please be aware, that although the content in this repository is maintained and
4-
curated by tribe29, it is fully open source and there is no commercial support whatsoever!
4+
curated by Checkmk, it is fully open source and there is no commercial support whatsoever!
55
This is just a side project and we can only work on this on a **part time and best effort basis**.
66

77
Of course you can reach out in the [Checkmk Community (using the 'ansible' tag)](https://forum.checkmk.com/tag/ansible)
8-
or create [issues here](https://github.com/Checkmk/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
8+
or create [issues here](https://github.com/Checkmk/ansible-collection-checkmk.general/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
99

1010
# Compatibility Matrix
1111
The following is a compatibility overview between this collection and Checkmk. We always try to track the most recent Checkmk version. This table will give you an overview which collection versions were tested against which Checkmk versions.
@@ -28,3 +28,4 @@ Collection Version | Checkmk Versions | Ansible Versions | Remarks
2828
0.21.0 | 2.1.0p27, 2.0.0p35, 2.2.0b6 | 2.12, 2.13, 2.14 | None
2929
0.22.0 | 2.1.0p27, 2.0.0p35, 2.2.0b6 | 2.12, 2.13, 2.14 | None
3030
0.23.0 | 2.1.0p28, 2.0.0p36, 2.2.0b8 | 2.13, 2.14, 2.15 | None
31+
1.0.0 | 2.1.0p28, 2.0.0p36, 2.2.0b8 | 2.13, 2.14, 2.15 | None
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
release_summary: "This collection was renamed to checkmk.general. Please use the new name moving forward!"
2+
3+
breaking_changes:
4+
- "This collection was renamed and module redirects have been activated. That means, if you are using this release, you also need the new collection to be installed. Otherwise things will break for you. In any way you should now move to the new collection name: checkmk.general."

docs/STRUCTURE.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/TRIBE_DOCS.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: checkmk
1010

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

13-
version: 0.23.0
13+
version: 1.0.0
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: README.md
@@ -46,6 +46,7 @@ tags: [tribe29, checkmk, monitoring, check_mk, check, discovery, ubuntu, debian,
4646
dependencies:
4747
"community.general": ">=5.0.0"
4848
"ansible.posix": ">=1.4.0"
49+
"checkmk.general": ">=2.0.0"
4950

5051
# The URL of the originating SCM repository
5152
repository: https://github.com/Checkmk/ansible-collection-tribe29.checkmk

0 commit comments

Comments
 (0)