Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #85

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
51 changes: 51 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
===============================================
Ansible Plugin Builder Collection Release Notes
===============================================

.. contents:: Topics


v1.0.0
======

Release Summary
---------------

Release 1.0.0 with content generation roles

Minor Changes
-------------

- Add requires_ansible to manifest (https://github.com/ansible-community/ansible.content_builder/pull/76).
- Add support for RM generating scaffolding tool using OpenApi based swagger JSON file
- Adds a task to the module_openapi_cloud role to remove unused imports from the generated module.
- Apply the latest changes needed for amazon.cloud 0.3.0 release.
- Change variable names that are used in the plugin files to match the ones in vars file.
- Fix for use folder attribute for host and dc module only
- Generate action_groups for the vmware.vmware_rest collection (https://github.com/ansible-community/ansible.content_builder/issues/75).
- Get cloud formation resource type from modules.yaml.
- Integrate cloud content generator with content_builder (https://github.com/ansible-community/ansible.content_builder/pull/43).
- Update netconf supported network_module template.
- Update the vSphere requirements for generated vmware.vmware_rest modules (https://github.com/ansible-community/ansible.content_builder/pull/73).
- Use folder attribute for host and dc module only (https://github.com/ansible-community/ansible.content_builder/pull/79).
- generate_cloud_modules should keep entries for files not part of ``plugins/*`` when generating ``tests/sanity/ignore-*.txt`` files.
- vmware.vmware_rest - Add new resource mappings (https://github.com/ansible-community/ansible.content_builder/pull/74).
- vmware.vmware_rest - Fix incorrectly sorted imports (https://github.com/ansible-community/ansible.content_builder/pull/74).

Bugfixes
--------

- Change galaxy.yaml to galaxy.yaml
- Do not fail if plugin content type is undefined.
- To fix the doc_generator issue for secbuity RM builder using OpenAPI JSON file.
- Updates for roles.
- https://github.com/ansible-community/ansible.content_builder/issues/28
- https://github.com/ansible-community/ansible.content_builder/issues/29
- remove unnecessary q import (https://github.com/ansible-community/ansible.content_builder/pull/60).

Documentation Changes
---------------------

- Add dependency installation in README.
- Add resource module development doc.
- Minor updates to the README.
72 changes: 71 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,71 @@
releases: {}
ancestor: null
releases:
1.0.0:
changes:
bugfixes:
- Change galaxy.yaml to galaxy.yaml
- Do not fail if plugin content type is undefined.
- To fix the doc_generator issue for secbuity RM builder using OpenAPI JSON
file.
- Updates for roles.
- https://github.com/ansible-community/ansible.content_builder/issues/28
- https://github.com/ansible-community/ansible.content_builder/issues/29
- remove unnecessary q import (https://github.com/ansible-community/ansible.content_builder/pull/60).
doc_changes:
- Add dependency installation in README.
- Add resource module development doc.
- Minor updates to the README.
minor_changes:
- Add requires_ansible to manifest (https://github.com/ansible-community/ansible.content_builder/pull/76).
- Add support for RM generating scaffolding tool using OpenApi based swagger
JSON file
- Adds a task to the module_openapi_cloud role to remove unused imports from
the generated module.
- Apply the latest changes needed for amazon.cloud 0.3.0 release.
- Change variable names that are used in the plugin files to match the ones
in vars file.
- Fix for use folder attribute for host and dc module only
- Generate action_groups for the vmware.vmware_rest collection (https://github.com/ansible-community/ansible.content_builder/issues/75).
- Get cloud formation resource type from modules.yaml.
- Integrate cloud content generator with content_builder (https://github.com/ansible-community/ansible.content_builder/pull/43).
- Update netconf supported network_module template.
- Update the vSphere requirements for generated vmware.vmware_rest modules (https://github.com/ansible-community/ansible.content_builder/pull/73).
- Use folder attribute for host and dc module only (https://github.com/ansible-community/ansible.content_builder/pull/79).
- generate_cloud_modules should keep entries for files not part of ``plugins/*``
when generating ``tests/sanity/ignore-*.txt`` files.
- vmware.vmware_rest - Add new resource mappings (https://github.com/ansible-community/ansible.content_builder/pull/74).
- vmware.vmware_rest - Fix incorrectly sorted imports (https://github.com/ansible-community/ansible.content_builder/pull/74).
release_summary: Release 1.0.0 with content generation roles
fragments:
- 20231122-fix-vmware_rest-building.yaml
- 60-remove-q.yml
- 61-multiple-fixes.yml
- 75-vmware_rest-action_groups.yaml
- 76-vmware_rest-dont_use_folder.yaml
- 77-vmware_rest-dont_use_folder.yaml
- add_autoflake.yaml
- add_rm_doc.yaml
- cleanup.yaml
- cloud_content_generation.yaml
- cloud_content_resource_type_input.yaml
- doc_generator_fix.yaml
- facts.yaml
- fix_ansible_lint.yml
- fix_galaxy.yml
- fix_jinja2_version.yaml
- module_network_netconf_template_update.yaml
- readme.yaml
- release_1_0_0.yml
- rename.yaml
- return_block_vmware.yaml
- rm_scaffolding_using_openapi_json.yaml
- role_vars_name_reference_fix.yaml
- traceback.yaml
- update_header_amazon_and_vmware.yml
- update_latest_amazon_cloud_release.yml
- updates.yaml
- updates1.yaml
- updates_readme.yaml
- vmware_rest-vsphere-requirements.yaml
- wording.yaml
release_date: "2024-03-26"
4 changes: 0 additions & 4 deletions changelogs/fragments/20231122-fix-vmware_rest-building.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/60-remove-q.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/61-multiple-fixes.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/75-vmware_rest-action_groups.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/76-vmware_rest-dont_use_folder.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/77-vmware_rest-dont_use_folder.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/add_autoflake.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/add_rm_doc.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/cleanup.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/cloud_content_generation.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/cloud_content_resource_type_input.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/doc_generator_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/facts.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/fix_ansible_lint.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_galaxy.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_jinja2_version.yaml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/readme.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/rename.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/return_block_vmware.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/rm_scaffolding_using_openapi_json.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/role_vars_name_reference_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/traceback.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/update_header_amazon_and_vmware.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/update_latest_amazon_cloud_release.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/updates.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/updates1.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/updates_readme.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/vmware_rest-vsphere-requirements.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/wording.yaml

This file was deleted.

Loading