Next release is 0.3.0-experimental.meta.redirects

This commit is contained in:
Felix Fontein
2020-06-26 19:21:05 +02:00
parent 0ec76242c6
commit ffe16f5fd1
4 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
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.

View File

@@ -1,6 +1,6 @@
namespace: community
name: general
version: 1.0.0
version: 0.3.0-experimental.meta.redirects
readme: README.md
authors:
- Ansible (https://github.com/ansible)

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

@@ -35,7 +35,7 @@ options:
- Do not use any local cache path.
type: bool
default: no
version_added: 1.0.0
version_added: 0.3.0
repository:
description:
- A package repository or multiple repositories.