mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 09:26:44 +00:00
Compare commits
8 Commits
1.3.5
...
0.3.0-expe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddc8c4e26f | ||
|
|
d0786678aa | ||
|
|
7418ff8e80 | ||
|
|
5d565ae2f7 | ||
|
|
50b0b9df6c | ||
|
|
436023be95 | ||
|
|
ffe16f5fd1 | ||
|
|
0ec76242c6 |
@@ -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
|
||||
======
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[](https://app.shippable.com/github/ansible-collections/community.general/dashboard) [](https://codecov.io/gh/ansible-collections/community.general)
|
||||
# Community General Collection
|
||||
|
||||
# Ansible Collection: community.general
|
||||
[](https://app.shippable.com/github/ansible-collections/community.general/dashboard) [](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
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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).
|
||||
@@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- "filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be mounted."
|
||||
@@ -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).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548).
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560).
|
||||
@@ -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).
|
||||
@@ -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).
|
||||
@@ -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)."
|
||||
@@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "parted - accept negative numbers in ``part_start`` and ``part_end``"
|
||||
@@ -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
|
||||
|
||||
1984
meta/runtime.yml
1984
meta/runtime.yml
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
say.py
|
||||
@@ -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:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
./database/aerospike/aerospike_migrations.py
|
||||
@@ -1 +0,0 @@
|
||||
./monitoring/airbrake_deployment.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/aix_devices.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/aix_filesystem.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/aix_inittab.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/aix_lvg.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/aix_lvol.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/alicloud/ali_instance.py
|
||||
@@ -1 +0,0 @@
|
||||
cloud/alicloud/ali_instance_facts.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/alicloud/ali_instance_info.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/alternatives.py
|
||||
@@ -1 +0,0 @@
|
||||
./web_infrastructure/apache2_mod_proxy.py
|
||||
@@ -1 +0,0 @@
|
||||
./web_infrastructure/apache2_module.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/os/apk.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/os/apt_repo.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/os/apt_rpm.py
|
||||
@@ -1 +0,0 @@
|
||||
./files/archive.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/atomic/atomic_container.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/atomic/atomic_host.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/atomic/atomic_image.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/awall.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/beadm.py
|
||||
@@ -1 +0,0 @@
|
||||
./notification/bearychat.py
|
||||
@@ -1 +0,0 @@
|
||||
./monitoring/bigpanda.py
|
||||
@@ -1 +0,0 @@
|
||||
./source_control/bitbucket/bitbucket_access_key.py
|
||||
@@ -1 +0,0 @@
|
||||
./source_control/bitbucket/bitbucket_pipeline_key_pair.py
|
||||
@@ -1 +0,0 @@
|
||||
./source_control/bitbucket/bitbucket_pipeline_known_host.py
|
||||
@@ -1 +0,0 @@
|
||||
./source_control/bitbucket/bitbucket_pipeline_variable.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/language/bower.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/language/bundler.py
|
||||
@@ -1 +0,0 @@
|
||||
./source_control/bzr.py
|
||||
@@ -1 +0,0 @@
|
||||
./notification/campfire.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/capabilities.py
|
||||
@@ -1 +0,0 @@
|
||||
./notification/catapult.py
|
||||
@@ -1 +0,0 @@
|
||||
./monitoring/circonus_annotation.py
|
||||
@@ -1 +0,0 @@
|
||||
notification/cisco_spark.py
|
||||
@@ -1 +0,0 @@
|
||||
notification/cisco_webex.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_aa_policy.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_alert_policy.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_blueprint_package.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_firewall_policy.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_group.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_loadbalancer.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_modify_server.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_publicip.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_server.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/centurylink/clc_server_snapshot.py
|
||||
@@ -1 +0,0 @@
|
||||
ali_instance_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_account_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_certificate_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_domain_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_firewall_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_floating_ip_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_image_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_load_balancer_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_region_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_size_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_snapshot_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_tag_info.py
|
||||
@@ -1 +0,0 @@
|
||||
digital_ocean_volume_info.py
|
||||
@@ -1 +0,0 @@
|
||||
docker_image_info.py
|
||||
@@ -1 +0,0 @@
|
||||
docker_compose.py
|
||||
@@ -1 +0,0 @@
|
||||
memset_memstore_info.py
|
||||
@@ -1 +0,0 @@
|
||||
memset_server_info.py
|
||||
@@ -1 +0,0 @@
|
||||
one_image_info.py
|
||||
@@ -1 +0,0 @@
|
||||
smartos_image_info.py
|
||||
@@ -1 +0,0 @@
|
||||
xenserver_guest_info.py
|
||||
@@ -1 +0,0 @@
|
||||
./cloud/misc/cloud_init_data_facts.py
|
||||
@@ -1 +0,0 @@
|
||||
./net_tools/cloudflare_dns.py
|
||||
@@ -1 +0,0 @@
|
||||
./remote_management/cobbler/cobbler_sync.py
|
||||
@@ -1 +0,0 @@
|
||||
./remote_management/cobbler/cobbler_system.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/language/composer.py
|
||||
@@ -1 +0,0 @@
|
||||
./clustering/consul/consul.py
|
||||
@@ -1 +0,0 @@
|
||||
./clustering/consul/consul_acl.py
|
||||
@@ -1 +0,0 @@
|
||||
./clustering/consul/consul_kv.py
|
||||
@@ -1 +0,0 @@
|
||||
./clustering/consul/consul_session.py
|
||||
@@ -1 +0,0 @@
|
||||
./packaging/language/cpanm.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/cronvar.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/crypttab.py
|
||||
@@ -1 +0,0 @@
|
||||
vertica_info.py
|
||||
@@ -1 +0,0 @@
|
||||
./monitoring/datadog/datadog_event.py
|
||||
@@ -1 +0,0 @@
|
||||
./monitoring/datadog/datadog_monitor.py
|
||||
@@ -1 +0,0 @@
|
||||
./system/dconf.py
|
||||
@@ -1 +0,0 @@
|
||||
./web_infrastructure/deploy_helper.py
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user