Compare commits

...

8 Commits

Author SHA1 Message Date
Felix Fontein
ddc8c4e26f 0.3.0-experimental.meta.redirects.2 -> 0.3.0-experimental.meta.redirects-3 2020-07-06 14:03:20 +02:00
Felix Fontein
d0786678aa Add changelog. 2020-07-06 13:38:13 +02:00
Felix Fontein
7418ff8e80 Bump version in galaxy.yml. 2020-07-06 13:29:04 +02:00
Felix Fontein
5d565ae2f7 Add release summary 2020-07-06 13:28:44 +02:00
Felix Fontein
50b0b9df6c master -> main 2020-07-06 13:23:58 +02:00
Felix Fontein
436023be95 Update changelog. 2020-06-29 15:02:58 +02:00
Felix Fontein
ffe16f5fd1 Next release is 0.3.0-experimental.meta.redirects 2020-06-29 15:02:23 +02:00
Felix Fontein
0ec76242c6 Convert symlinks to meta/runtime.yml redirects. 2020-06-29 15:02:12 +02:00
747 changed files with 1783 additions and 1077 deletions

View File

@@ -5,6 +5,51 @@ Community General Release Notes
.. contents:: Topics
v0.3.0-experimental.meta.redirects-3
====================================
Release Summary
---------------
Maintenance release where the ``master`` branch was renamed to ``main``. Contains no other change.
v0.3.0-experimental.meta.redirects
==================================
Release Summary
---------------
This is a experimental release to test whether ``meta/runtime.yml`` redirects work as expected for flatmapping. There will be no final 0.3.0 release; the next release will be 1.0.0. This experimental pre-release will not appear in the versioning history of 0.3.0, it is solely for testing certain technical aspects of ansible-base and antsibull.
Minor Changes
-------------
- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548).
- parted - accept negative numbers in ``part_start`` and ``part_end``
- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560).
Deprecated Features
-------------------
- xbps - the ``force`` option never had any effect. It is now deprecated, and will be removed in 3.0.0 (https://github.com/ansible-collections/community.general/pull/568).
Removed Features (previously deprecated)
----------------------------------------
- logicmonitor - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541).
- logicmonitor_facts - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541).
Bugfixes
--------
- aix_filesystem - fix issues with ismount module_util pathing for Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/567).
- consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling (https://github.com/ansible/ansible/issues/51960).
- consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303).
- docker_compose - add a condition to prevent service startup if parameter ``stopped`` is true. Otherwise, the service will be started on each play and stopped again immediately due to the ``stopped`` parameter and breaks the idempotency of the module (https://github.com/ansible-collections/community.general/issues/532).
- docker_compose - disallow usage of the parameters ``stopped`` and ``restarted`` at the same time. This breaks also the idempotency (https://github.com/ansible-collections/community.general/issues/532).
- filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be mounted.
v0.2.0
======

View File

@@ -1,6 +1,6 @@
[![Run Status](https://api.shippable.com/projects/5e664a167c32620006c9fa50/badge?branch=master)](https://app.shippable.com/github/ansible-collections/community.general/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.general)](https://codecov.io/gh/ansible-collections/community.general)
# Community General Collection
# Ansible Collection: community.general
[![Run Status](https://api.shippable.com/projects/5e664a167c32620006c9fa50/badge?branch=main)](https://app.shippable.com/github/ansible-collections/community.general/dashboard) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.general)](https://codecov.io/gh/ansible-collections/community.general)
This repo contains the `community.general` Ansible Collection.
@@ -34,7 +34,7 @@ See [here](https://docs.ansible.com/ansible/devel/dev_guide/developing_collectio
## Release notes
See [here](https://github.com/ansible-collections/community.general/tree/master/CHANGELOG.rst).
See [here](https://github.com/ansible-collections/community.general/tree/main/CHANGELOG.rst).
## Publishing New Version

View File

@@ -905,3 +905,59 @@ releases:
name: lmdb_kv
namespace: null
release_date: '2020-06-20'
0.3.0-experimental.meta.redirects:
changes:
bugfixes:
- aix_filesystem - fix issues with ismount module_util pathing for Ansible 2.9
(https://github.com/ansible-collections/community.general/pull/567).
- consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling
(https://github.com/ansible/ansible/issues/51960).
- consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303).
- docker_compose - add a condition to prevent service startup if parameter ``stopped``
is true. Otherwise, the service will be started on each play and stopped again
immediately due to the ``stopped`` parameter and breaks the idempotency of
the module (https://github.com/ansible-collections/community.general/issues/532).
- docker_compose - disallow usage of the parameters ``stopped`` and ``restarted``
at the same time. This breaks also the idempotency (https://github.com/ansible-collections/community.general/issues/532).
- filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be
mounted.
deprecated_features:
- xbps - the ``force`` option never had any effect. It is now deprecated, and
will be removed in 3.0.0 (https://github.com/ansible-collections/community.general/pull/568).
minor_changes:
- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548).
- parted - accept negative numbers in ``part_start`` and ``part_end``
- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560).
release_summary: 'This is a experimental release to test whether ``meta/runtime.yml``
redirects work as expected for flatmapping. There will be no final 0.3.0 release;
the next release will be 1.0.0. This experimental pre-release will not appear
in the versioning history of 0.3.0, it is solely for testing certain technical
aspects of ansible-base and antsibull.
'
removed_features:
- logicmonitor - the module has been removed in 1.0.0 since it is unmaintained
and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539,
https://github.com/ansible-collections/community.general/pull/541).
- logicmonitor_facts - the module has been removed in 1.0.0 since it is unmaintained
and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539,
https://github.com/ansible-collections/community.general/pull/541).
fragments:
- 0.3.0-experimental-meta-redirects.yml
- 303-consul_kv-fix-env-variables-handling.yaml
- 33979-xfs_growfs.yml
- 547-start-service-condition.yaml
- 548_apk.yml
- 560-pkgng-add-stdout-and-stderr.yaml
- 568_packaging.yml
- aix_filesystem-module_util-routing-issue.yml
- logicmonitor-removal.yml
- parted_negative_numbers.yml
release_date: '2020-06-27'
0.3.0-experimental.meta.redirects-3:
changes:
release_summary: Maintenance release where the ``master`` branch was renamed
to ``main``. Contains no other change.
fragments:
- 0.3.0-experimental.meta.redirects.2.yml
release_date: '2020-07-06'

View File

@@ -1,4 +0,0 @@
---
bugfixes:
- consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling (https://github.com/ansible/ansible/issues/51960).
- consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303).

View File

@@ -1,2 +0,0 @@
bugfixes:
- "filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be mounted."

View File

@@ -1,10 +0,0 @@
---
bugfixes:
- docker_compose - add a condition to prevent service startup
if parameter ``stopped`` is true. Otherwise, the service will be
started on each play and stopped again immediately due to
the ``stopped`` parameter and breaks the idempotency of the module
(https://github.com/ansible-collections/community.general/issues/532).
- docker_compose - disallow usage of the parameters ``stopped`` and ``restarted``
at the same time. This breaks also the idempotency
(https://github.com/ansible-collections/community.general/issues/532).

View File

@@ -1,2 +0,0 @@
minor_changes:
- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548).

View File

@@ -1,2 +0,0 @@
minor_changes:
- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560).

View File

@@ -1,2 +0,0 @@
deprecated_features:
- xbps - the ``force`` option never had any effect. It is now deprecated, and will be removed in 3.0.0 (https://github.com/ansible-collections/community.general/pull/568).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- aix_filesystem - fix issues with ismount module_util pathing for Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/567).

View File

@@ -1,3 +0,0 @@
removed_features:
- "logicmonitor - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541)."
- "logicmonitor_facts - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541)."

View File

@@ -1,2 +0,0 @@
minor_changes:
- "parted - accept negative numbers in ``part_start`` and ``part_end``"

View File

@@ -1,6 +1,6 @@
namespace: community
name: general
version: 1.0.0
version: 0.3.0-experimental.meta.redirects-3
readme: README.md
authors:
- Ansible (https://github.com/ansible)
@@ -14,7 +14,7 @@ dependencies:
community.kubernetes: '>=0.1.0'
google.cloud: '>=0.0.9'
repository: https://github.com/ansible-collections/community.general
#documentation: https://github.com/ansible-collection-migration/community.general/tree/master/docs
#documentation: https://github.com/ansible-collection-migration/community.general/tree/main/docs
homepage: https://github.com/ansible-collections/community.general
issues: https://github.com/ansible-collections/community.general/issues
#type: flatmap

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
say.py

View File

@@ -69,7 +69,7 @@ DOCUMENTATION = '''
url:
description: "The target to connect to, should look like this: C(https://my.consul.server:8500)."
type: str
version_added: 1.0.0
version_added: 0.3.0
env:
- name: ANSIBLE_CONSUL_URL
ini:

View File

@@ -1 +0,0 @@
./database/aerospike/aerospike_migrations.py

View File

@@ -1 +0,0 @@
./monitoring/airbrake_deployment.py

View File

@@ -1 +0,0 @@
./system/aix_devices.py

View File

@@ -1 +0,0 @@
./system/aix_filesystem.py

View File

@@ -1 +0,0 @@
./system/aix_inittab.py

View File

@@ -1 +0,0 @@
./system/aix_lvg.py

View File

@@ -1 +0,0 @@
./system/aix_lvol.py

View File

@@ -1 +0,0 @@
./cloud/alicloud/ali_instance.py

View File

@@ -1 +0,0 @@
cloud/alicloud/ali_instance_facts.py

View File

@@ -1 +0,0 @@
./cloud/alicloud/ali_instance_info.py

View File

@@ -1 +0,0 @@
./system/alternatives.py

View File

@@ -1 +0,0 @@
./web_infrastructure/apache2_mod_proxy.py

View File

@@ -1 +0,0 @@
./web_infrastructure/apache2_module.py

View File

@@ -1 +0,0 @@
./packaging/os/apk.py

View File

@@ -1 +0,0 @@
./packaging/os/apt_repo.py

View File

@@ -1 +0,0 @@
./packaging/os/apt_rpm.py

View File

@@ -1 +0,0 @@
./files/archive.py

View File

@@ -1 +0,0 @@
./cloud/atomic/atomic_container.py

View File

@@ -1 +0,0 @@
./cloud/atomic/atomic_host.py

View File

@@ -1 +0,0 @@
./cloud/atomic/atomic_image.py

View File

@@ -1 +0,0 @@
./system/awall.py

View File

@@ -1 +0,0 @@
./system/beadm.py

View File

@@ -1 +0,0 @@
./notification/bearychat.py

View File

@@ -1 +0,0 @@
./monitoring/bigpanda.py

View File

@@ -1 +0,0 @@
./source_control/bitbucket/bitbucket_access_key.py

View File

@@ -1 +0,0 @@
./source_control/bitbucket/bitbucket_pipeline_key_pair.py

View File

@@ -1 +0,0 @@
./source_control/bitbucket/bitbucket_pipeline_known_host.py

View File

@@ -1 +0,0 @@
./source_control/bitbucket/bitbucket_pipeline_variable.py

View File

@@ -1 +0,0 @@
./packaging/language/bower.py

View File

@@ -1 +0,0 @@
./packaging/language/bundler.py

View File

@@ -1 +0,0 @@
./source_control/bzr.py

View File

@@ -1 +0,0 @@
./notification/campfire.py

View File

@@ -1 +0,0 @@
./system/capabilities.py

View File

@@ -1 +0,0 @@
./notification/catapult.py

View File

@@ -1 +0,0 @@
./monitoring/circonus_annotation.py

View File

@@ -1 +0,0 @@
notification/cisco_spark.py

View File

@@ -1 +0,0 @@
notification/cisco_webex.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_aa_policy.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_alert_policy.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_blueprint_package.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_firewall_policy.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_group.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_loadbalancer.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_modify_server.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_publicip.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_server.py

View File

@@ -1 +0,0 @@
./cloud/centurylink/clc_server_snapshot.py

View File

@@ -1 +0,0 @@
ali_instance_info.py

View File

@@ -1 +0,0 @@
digital_ocean_account_info.py

View File

@@ -1 +0,0 @@
digital_ocean_certificate_info.py

View File

@@ -1 +0,0 @@
digital_ocean_domain_info.py

View File

@@ -1 +0,0 @@
digital_ocean_firewall_info.py

View File

@@ -1 +0,0 @@
digital_ocean_floating_ip_info.py

View File

@@ -1 +0,0 @@
digital_ocean_image_info.py

View File

@@ -1 +0,0 @@
digital_ocean_load_balancer_info.py

View File

@@ -1 +0,0 @@
digital_ocean_region_info.py

View File

@@ -1 +0,0 @@
digital_ocean_size_info.py

View File

@@ -1 +0,0 @@
digital_ocean_snapshot_info.py

View File

@@ -1 +0,0 @@
digital_ocean_tag_info.py

View File

@@ -1 +0,0 @@
digital_ocean_volume_info.py

View File

@@ -1 +0,0 @@
docker_image_info.py

View File

@@ -1 +0,0 @@
docker_compose.py

View File

@@ -1 +0,0 @@
memset_memstore_info.py

View File

@@ -1 +0,0 @@
memset_server_info.py

View File

@@ -1 +0,0 @@
one_image_info.py

View File

@@ -1 +0,0 @@
smartos_image_info.py

View File

@@ -1 +0,0 @@
xenserver_guest_info.py

View File

@@ -1 +0,0 @@
./cloud/misc/cloud_init_data_facts.py

View File

@@ -1 +0,0 @@
./net_tools/cloudflare_dns.py

View File

@@ -1 +0,0 @@
./remote_management/cobbler/cobbler_sync.py

View File

@@ -1 +0,0 @@
./remote_management/cobbler/cobbler_system.py

View File

@@ -1 +0,0 @@
./packaging/language/composer.py

View File

@@ -1 +0,0 @@
./clustering/consul/consul.py

View File

@@ -1 +0,0 @@
./clustering/consul/consul_acl.py

View File

@@ -1 +0,0 @@
./clustering/consul/consul_kv.py

View File

@@ -1 +0,0 @@
./clustering/consul/consul_session.py

View File

@@ -1 +0,0 @@
./packaging/language/cpanm.py

View File

@@ -1 +0,0 @@
./system/cronvar.py

View File

@@ -1 +0,0 @@
./system/crypttab.py

View File

@@ -1 +0,0 @@
vertica_info.py

View File

@@ -1 +0,0 @@
./monitoring/datadog/datadog_event.py

View File

@@ -1 +0,0 @@
./monitoring/datadog/datadog_monitor.py

View File

@@ -1 +0,0 @@
./system/dconf.py

View File

@@ -1 +0,0 @@
./web_infrastructure/deploy_helper.py

Some files were not shown because too many files have changed in this diff Show More