mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-30 10:26:52 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8a4c0315a | ||
|
|
d5db1c6894 | ||
|
|
4853667405 | ||
|
|
ccbcdfa883 |
@@ -5,6 +5,14 @@ Community General Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v0.2.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Maintenance release where the ``master`` branch was renamed to ``main``. Contains no other change.
|
||||||
|
|
||||||
v0.2.0
|
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.
|
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
|
## 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
|
## Publishing New Version
|
||||||
|
|
||||||
|
|||||||
@@ -905,3 +905,10 @@ releases:
|
|||||||
name: lmdb_kv
|
name: lmdb_kv
|
||||||
namespace: null
|
namespace: null
|
||||||
release_date: '2020-06-20'
|
release_date: '2020-06-20'
|
||||||
|
0.2.1:
|
||||||
|
changes:
|
||||||
|
release_summary: Maintenance release where the ``master`` branch was renamed
|
||||||
|
to ``main``. Contains no other change.
|
||||||
|
fragments:
|
||||||
|
- 0.2.1.yml
|
||||||
|
release_date: '2020-07-06'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
namespace: community
|
namespace: community
|
||||||
name: general
|
name: general
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible (https://github.com/ansible)
|
- Ansible (https://github.com/ansible)
|
||||||
@@ -14,7 +14,7 @@ dependencies:
|
|||||||
community.kubernetes: '>=0.1.0'
|
community.kubernetes: '>=0.1.0'
|
||||||
google.cloud: '>=0.0.9'
|
google.cloud: '>=0.0.9'
|
||||||
repository: https://github.com/ansible-collections/community.general
|
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
|
homepage: https://github.com/ansible-collections/community.general
|
||||||
issues: https://github.com/ansible-collections/community.general/issues
|
issues: https://github.com/ansible-collections/community.general/issues
|
||||||
#type: flatmap
|
#type: flatmap
|
||||||
|
|||||||
Reference in New Issue
Block a user