-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog.rst generation and configuration (#265)
* Changelog changes * Changelog.rst generation
- Loading branch information
1 parent
d7189b5
commit 19a6253
Showing
3 changed files
with
462 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
========================= | ||
Nutanix.Ncp Release Notes | ||
========================= | ||
|
||
.. contents:: Topics | ||
|
||
|
||
v1.6.0 | ||
====== | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_karbon_clusters - Nutanix module for karbon clusters | ||
- ntnx_karbon_clusters_info - Nutanix info module for karbon clusters with kubeconifg and ssh config | ||
- ntnx_karbon_registries - Nutanix module for karbon private registry | ||
- ntnx_karbon_registries_info - Nutanix info module for karbon private registry | ||
|
||
v1.5.0 | ||
====== | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_protection_rules - Nutanix module for protection rules | ||
- ntnx_protection_rules_info - Nutanix info module for protection rules | ||
- ntnx_recovery_plan_jobs - Nutanix module for recovery plan jobs | ||
- ntnx_recovery_plan_jobs_info - Nutanix info module for protection | ||
- ntnx_recovery_plans - Nutanix module for recovery plan | ||
- ntnx_recovery_plans_info - Nutanix info module for recovery plan | ||
|
||
v1.4.0 | ||
====== | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Fix examples of info modules [\#226](https://github.com/nutanix/nutanix.ansible/issues/226) | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_acps - acp module which suports acp Create, update and delete operations | ||
- ntnx_acps_info - acp info module | ||
- ntnx_address_groups - module which supports address groups CRUD operations | ||
- ntnx_address_groups_info - address groups info module | ||
- ntnx_categories - category module which supports pc category management CRUD operations | ||
- ntnx_categories_info - categories info module | ||
- ntnx_clusters_info - cluster info module | ||
- ntnx_hosts_info - host info module | ||
- ntnx_permissions_info - permissions info module | ||
- ntnx_projects - module for create, update and delete pc projects | ||
- ntnx_projects_info - projects info module | ||
- ntnx_roles - module which supports role CRUD operations | ||
- ntnx_roles_info - role info module | ||
- ntnx_service_groups - service_groups module which suports service_groups CRUD operations | ||
- ntnx_service_groups_info - service_group info module | ||
- ntnx_user_groups - user_groups module which supports pc user_groups management create delete operations | ||
- ntnx_user_groups_info - User Groups info module | ||
- ntnx_users - users module which supports pc users management create delete operations | ||
- ntnx_users_info - users info module | ||
|
||
v1.3.0 | ||
====== | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_image_placement_policies_info - image placement policies info module | ||
- ntnx_image_placement_policy - image placement policy module which supports Create, update and delete operations | ||
- ntnx_images - images module which supports pc images management CRUD operations | ||
- ntnx_images_info - images info module | ||
- ntnx_security_rules - security_rule module which suports security_rule CRUD operations | ||
- ntnx_security_rules_info - security_rule info module | ||
- ntnx_static_routes - vpc static routes | ||
- ntnx_static_routes_info - vpc static routes info module | ||
|
||
v1.2.0 | ||
====== | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- VM's update functionality | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_floating_ips_info - Nutanix info module for floating Ips | ||
- ntnx_pbrs_info - Nutanix info module for policy based routing | ||
- ntnx_subnets_info - Nutanix info module for subnets | ||
- ntnx_vms_clone - VM module which supports VM clone operations | ||
- ntnx_vms_info - Nutanix info module for vms | ||
- ntnx_vms_ova - VM module which supports ova creation | ||
- ntnx_vpcs_info - Nutanix info module for vpcs | ||
|
||
v1.1.0 | ||
====== | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- Added integration tests for foundation and foundation central | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_foundation - Nutanix module to image nodes and optionally create clusters | ||
- ntnx_foundation_bmc_ipmi_config - Nutanix module which configures IPMI IP address on BMC of nodes. | ||
- ntnx_foundation_central - Nutanix module to imaged Nodes and optionally create cluster | ||
- ntnx_foundation_central_api_keys - Nutanix module which creates api key for foundation central | ||
- ntnx_foundation_central_api_keys_info - Nutanix module which returns the api key | ||
- ntnx_foundation_central_imaged_clusters_info - Nutanix module which returns the imaged clusters within the Foudation Central | ||
- ntnx_foundation_central_imaged_nodes_info - Nutanix module which returns the imaged nodes within the Foudation Central | ||
- ntnx_foundation_discover_nodes_info - Nutanix module which returns nodes discovered by Foundation | ||
- ntnx_foundation_hypervisor_images_info - Nutanix module which returns the hypervisor images uploaded to Foundation | ||
- ntnx_foundation_image_upload - Nutanix module which uploads hypervisor or AOS image to foundation vm. | ||
- ntnx_foundation_node_network_info - Nutanix module which returns node network information discovered by Foundation | ||
|
||
v1.0.0 | ||
====== | ||
|
||
Major Changes | ||
------------- | ||
|
||
- CICD pipeline using GitHub actions | ||
|
||
Minor Changes | ||
------------- | ||
|
||
- Add meta file for collection | ||
- Allow environment variables for nutanix connection parameters | ||
- Codegen - Ansible code generator | ||
- Imprv cluster uuid [\#75](https://github.com/nutanix/nutanix.ansible/pull/75) | ||
- Imprv/code coverage [\#97](https://github.com/nutanix/nutanix.ansible/pull/97) | ||
- Imprv/vpcs network prefix [\#81](https://github.com/nutanix/nutanix.ansible/pull/81) | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Bug/cluster UUID issue68 [\#72](https://github.com/nutanix/nutanix.ansible/pull/72) | ||
- Client SDK with inventory [\#45](https://github.com/nutanix/nutanix.ansible/pull/45) | ||
- Creating a VM based on a disk_image without specifying the size_gb | ||
- Fix error messages for get_uuid() reponse [\#47](https://github.com/nutanix/nutanix.ansible/pull/47) | ||
- Fix/integ [\#96](https://github.com/nutanix/nutanix.ansible/pull/96) | ||
- Sanity and python fix [\#46](https://github.com/nutanix/nutanix.ansible/pull/46) | ||
- Task/fix failing sanity [\#117](https://github.com/nutanix/nutanix.ansible/pull/117) | ||
- black fixes [\#30](https://github.com/nutanix/nutanix.ansible/pull/30) | ||
- black fixes [\#32](https://github.com/nutanix/nutanix.ansible/pull/32) | ||
- clean up pbrs.py [\#113](https://github.com/nutanix/nutanix.ansible/pull/113) | ||
- clear unused files and argument [\#29](https://github.com/nutanix/nutanix.ansible/pull/29) | ||
- code cleanup - fix github issue#59 [\#60](https://github.com/nutanix/nutanix.ansible/pull/60) | ||
- device index calculation fixes, updates for get by name functionality[\#254](https://github.com/nutanix/nutanix.ansible/pull/42) | ||
- fix project name [\#107](https://github.com/nutanix/nutanix.ansible/pull/107) | ||
- fixed variables names issue74 [\#77](https://github.com/nutanix/nutanix.ansible/pull/77) | ||
- fixes to get spec from collection [\#17](https://github.com/nutanix/nutanix.ansible/pull/17) | ||
- icmp "any" code value in module PBR | ||
- solve python 2.7 issues [\#41](https://github.com/nutanix/nutanix.ansible/pull/41) | ||
- updates for guest customization spec [\#20](https://github.com/nutanix/nutanix.ansible/pull/20) | ||
|
||
New Modules | ||
----------- | ||
|
||
- ntnx_floating_ips - Nutanix module for floating Ips | ||
- ntnx_pbrs - Nutanix module for policy based routing | ||
- ntnx_subnets - Nutanix module for subnets | ||
- ntnx_vms - Nutanix module for vms | ||
- ntnx_vpcs - Nutanix module for vpcs |
Oops, something went wrong.