From ffe16f5fd19ef1ff54a066035054625d64134116 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 26 Jun 2020 19:21:05 +0200 Subject: [PATCH] Next release is 0.3.0-experimental.meta.redirects --- changelogs/fragments/0.3.0-experimental-meta-redirects.yml | 5 +++++ galaxy.yml | 2 +- plugins/lookup/consul_kv.py | 2 +- plugins/modules/packaging/os/apk.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/0.3.0-experimental-meta-redirects.yml diff --git a/changelogs/fragments/0.3.0-experimental-meta-redirects.yml b/changelogs/fragments/0.3.0-experimental-meta-redirects.yml new file mode 100644 index 0000000000..a5944002fc --- /dev/null +++ b/changelogs/fragments/0.3.0-experimental-meta-redirects.yml @@ -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. diff --git a/galaxy.yml b/galaxy.yml index 4fec670b56..9d2b924929 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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) diff --git a/plugins/lookup/consul_kv.py b/plugins/lookup/consul_kv.py index 3b28b9c819..b7702f3044 100644 --- a/plugins/lookup/consul_kv.py +++ b/plugins/lookup/consul_kv.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: diff --git a/plugins/modules/packaging/os/apk.py b/plugins/modules/packaging/os/apk.py index 4d0e191920..b26edc142b 100644 --- a/plugins/modules/packaging/os/apk.py +++ b/plugins/modules/packaging/os/apk.py @@ -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.