mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-28 09:26:44 +00:00
Compare commits
4 Commits
0.3.0-expe
...
0.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8a4c0315a | ||
|
|
d5db1c6894 | ||
|
|
4853667405 | ||
|
|
ccbcdfa883 |
@@ -5,6 +5,14 @@ Community General Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.2.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Maintenance release where the ``master`` branch was renamed to ``main``. Contains no other change.
|
||||
|
||||
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,10 @@ releases:
|
||||
name: lmdb_kv
|
||||
namespace: null
|
||||
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
|
||||
name: general
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
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
|
||||
#homepage: https://github.com/ansible-collections/community.general
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user