Skip to content

Commit

Permalink
added change log and deprication notification
Browse files Browse the repository at this point in the history
  • Loading branch information
JchhatbarInfoblox committed Dec 3, 2024
1 parent e71e5df commit 07cb653
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
3 changes: 0 additions & 3 deletions changelogs/fragments/38-fixed-address.yml

This file was deleted.

2 changes: 2 additions & 0 deletions changelogs/fragments/38-range.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deprecated_features:
- b1_ipam_range - is deprecated in favor of `ipam_range`.
5 changes: 5 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.dns_auth_zone_info instead.

b1_ipam_range:
deprecation:
removal_version: 3.0.0
warning_text: Use infoblox.bloxone.ipam_range instead.
4 changes: 0 additions & 4 deletions plugins/modules/b1_ipam_fixed_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
contributor: "Chris Marrison (@ccmarris)"
short_description: Configure fixed address on Infoblox BloxOne DDI
version_added: "1.1.2"
deprecated:
removed_in: "3.0.0"
why: "This module is being deprecated and will be removed in version 3.0.0."
alternative: "Use the M(ipam_fixed_address) module instead."
description:
- Get, Create, Update and Delete fixed address on Infoblox BloxOne DDI. This module manages the fixed address object using BloxOne REST APIs.
requirements:
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/b1_ipam_fixed_address_gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
author: "Amit Mishra (@amishra)"
short_description: Configure IP space on Infoblox BloxOne DDI
version_added: "1.0.1"
deprecated:
removed_in: "3.0.0"
why: "This module is being deprecated and will be removed in version 3.0.0."
alternative: "Use the M(ipam_fixed_address_info) module instead."
description:
- Gather information about a fixed address object on Infoblox BloxOne DDI. This module gathers the fixed_address object using BloxOne REST APIs.
requirements:
Expand Down
4 changes: 4 additions & 0 deletions plugins/modules/b1_ipam_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
author: "Amit Mishra (@amishra), Sriram Kannan(@kannans)"
short_description: Configure the IPAM range on Infoblox BloxOne DDI
version_added: "1.0.1"
deprecated:
removed_in: "3.0.0"
why: "This module is being deprecated and will be removed in version 3.0.0."
alternative: "Use the M(ipam_range) module instead."
description:
- Create, Update and Delete the IPAM range on Infoblox BloxOne DDI. This module manages the IPAM IPAM range object using BloxOne REST APIs.
requirements:
Expand Down

0 comments on commit 07cb653

Please sign in to comment.