This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate collection and its contents (#10)
* Deprecate collection and its contents. * Added why. * Explicitly give version. * Add ignore file for 2.9.
- Loading branch information
1 parent
381b9b9
commit 8474f41
Showing
6 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
release_summary: Deprecation release. | ||
deprecated_features: | ||
- This collection is deprecated. Please use `community.dns <https://galaxy.ansible.com/community/dns>`_, which is also included | ||
in Ansible 4+. It contains improved versions of the modules of this collection and receives updates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
--- | ||
requires_ansible: '>=2.9.10' | ||
plugin_routing: | ||
modules: | ||
hosttech_dns_record: | ||
deprecation: | ||
warning_text: The felixfontein.hosttech_dns.hosttech_dns_record is deprecated. Use community.dns.hetzner_dns_record_set instead. | ||
removal_version: 2.0.0 | ||
hosttech_dns_record_info: | ||
deprecation: | ||
warning_text: The felixfontein.hosttech_dns.hosttech_dns_record_info is deprecated. Use community.dns.hetzner_dns_record_set_info instead. | ||
removal_version: 2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
plugins/modules/hosttech_dns_record.py validate-modules:deprecation-mismatch | ||
plugins/modules/hosttech_dns_record.py validate-modules:invalid-documentation | ||
plugins/modules/hosttech_dns_record.py validate-modules:missing-main-call | ||
plugins/modules/hosttech_dns_record_info.py validate-modules:deprecation-mismatch | ||
plugins/modules/hosttech_dns_record_info.py validate-modules:invalid-documentation | ||
plugins/modules/hosttech_dns_record_info.py validate-modules:missing-main-call |