Skip to content

Commit

Permalink
prepare release 2.0.0 (#21)
Browse files Browse the repository at this point in the history
* prepare release 2.0.0

(cherry picked from commit 0b4c69b)
  • Loading branch information
mandar242 committed Aug 1, 2024
1 parent 178381a commit 1f0df3d
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 26 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ cloud.gcp_ops Release Notes

.. contents:: Topics

v2.0.0
======

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

This release removes support for ansible-core < 2.15.

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

- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.gcp_ops/pull/14).

Breaking Changes / Porting Guide
--------------------------------

- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.gcp_ops/pull/14).

v1.0.0
======
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Click on the name of a role to view that content's documentation:
### Roles
Name | Description
--- | ---
[cloud.gcp_ops.clone_on_prem_vm](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/roles/clone_on_prem_vm/README.md)|A role to clone an existing on prem VM using the KVM hypervisor.
[cloud.gcp_ops.import_image_and_run_gcp_instance](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/roles/import_image_and_run_gcp_instance/README.md)|A role that imports a local .raw image into an GCP custom image and run an GCP instance.
[cloud.gcp_ops.manage_machine_image](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/roles/manage_machine_image/README.md)|A role to create / delete a GCP custom machine image.
[cloud.gcp_ops.clone_on_prem_vm](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/roles/clone_on_prem_vm/README.md)|A role to clone an existing on prem VM using the KVM hypervisor.
[cloud.gcp_ops.import_image_and_run_gcp_instance](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/roles/import_image_and_run_gcp_instance/README.md)|A role that imports a local .raw image into an GCP custom image and run an GCP instance.
[cloud.gcp_ops.manage_machine_image](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/roles/manage_machine_image/README.md)|A role to create / delete a GCP custom machine image.

### Playbooks
Name | Description
--- | ---
[cloud.gcp_ops.upload_file_to_cloud_storage](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/playbooks/upload_file_to_cloud_storage/README.md)|A playbook to upload a local file to GCP Cloud Storage.
[cloud.gcp_ops.move_vm_from_on_prem_to_gcp](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/playbooks/move_vm_from_on_prem_to_gcp/README.md)|A playbook to migrate an existing on prem VM running on KVM hypervisor to GCP.
[cloud.gcp_ops.upload_file_to_cloud_storage](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/playbooks/upload_file_to_cloud_storage/README.md)|A playbook to upload a local file to GCP Cloud Storage.
[cloud.gcp_ops.move_vm_from_on_prem_to_gcp](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/playbooks/move_vm_from_on_prem_to_gcp/README.md)|A playbook to migrate an existing on prem VM running on KVM hypervisor to GCP.
<!--end collection content-->

## Installation
Expand Down Expand Up @@ -98,7 +98,7 @@ Once installed, you can reference the cloud.gcp_ops collection content by its fu
## Contributing to this collection
We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against this collection repository.
See [CONTRIBUTING.md](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/CONTRIBUTING.md) for more details.
See [CONTRIBUTING.md](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/CONTRIBUTING.md) for more details.
## Testing
Expand Down Expand Up @@ -149,7 +149,7 @@ To authenticate with [application default credentials](https://cloud.google.com/

Once credentials are set up, run all integration tests with `ansible-test integration` or run a subset of integration tests with `ansible-test integration <target>`

This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](https://github.com/https://github.com/redhat-cop/cloud.gcp_ops/blob/main/CI.md).
This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/CI.md).

## Support

Expand All @@ -161,7 +161,7 @@ If you encounter issues or have questions, you can submit a support request thro

## Release Notes

See the [raw generated changelog](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/CHANGELOG.rst).
See the [raw generated changelog](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/CHANGELOG.rst).


## Related Information
Expand All @@ -173,4 +173,4 @@ See the [raw generated changelog](https://github.com/redhat-cop/cloud.gcp_ops/bl

GNU General Public License v3.0 or later

See [LICENSE](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENSE](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ releases:
name: manage_machine_image
namespace: null
release_date: '2024-02-06'
2.0.0:
changes:
breaking_changes:
- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.gcp_ops/pull/14).
minor_changes:
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.gcp_ops/pull/14).
release_summary: This release removes support for ansible-core < 2.15.
fragments:
- 14-bump-ansible-lint-version.yml
- 20-fix-link-in-galaxy.yml
- readme_template_update.yml
- v2.0.0.yml
release_date: '2024-08-01'
5 changes: 0 additions & 5 deletions changelogs/fragments/14-bump-ansible-lint-version.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20-fix-link-in-galaxy.yml

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ issues: https://github.com/redhat-cop/cloud.gcp_ops/issues
license_file: LICENSE
namespace: cloud
name: gcp_ops
version: 1.0.0
version: 2.0.0
readme: README.md
repository: https://github.com/redhat-cop/cloud.gcp_ops
tags:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/move_vm_from_on_prem_to_gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ansible-playbook cloud.gcp_ops.move_vm_from_on_prem_to_gcp.move_vm_from_on_prem_

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

## Author Information

Expand Down
2 changes: 1 addition & 1 deletion playbooks/upload_file_to_cloud_storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ansible-playbook cloud.gcp_ops.upload_file_to_cloud_storage -e "@vars.yaml" -i i

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

## Author Information

Expand Down
2 changes: 1 addition & 1 deletion roles/clone_on_prem_vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/import_image_and_run_gcp_instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/manage_machine_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](https://github.com/redhat-cop/cloud.gcp_ops/blob/stable-2/LICENSE) to see the full text.

Author Information
------------------
Expand Down

0 comments on commit 1f0df3d

Please sign in to comment.