From: Anil Belur Date: Mon, 22 Feb 2021 08:39:51 +0000 (+1000) Subject: Fix reno lint error in sention names X-Git-Tag: v0.61.1~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=80ecd30669bea4d7a76cd6a672aad5fb52ad4c08 Fix reno lint error in sention names Error: unrecognized section name Update the version of reno as per the requirements.txt Change-Id: Iadc07de41934c936fc82147bc8ebcd4f6135764e Signed-off-by: Anil Belur --- diff --git a/releasenotes/notes/deprecate-niet-release-jobs-64454a3317b7936f.yaml b/releasenotes/notes/deprecate-niet-release-jobs-64454a3317b7936f.yaml index 1c0fa182..6129a503 100644 --- a/releasenotes/notes/deprecate-niet-release-jobs-64454a3317b7936f.yaml +++ b/releasenotes/notes/deprecate-niet-release-jobs-64454a3317b7936f.yaml @@ -1,5 +1,5 @@ --- -fixess: +fixes: - | Standardize yaml parsing tools used across global-jjb. Switch from using niet package to yq for parsing yaml files diff --git a/releasenotes/notes/lf-rtdv2-jobs-2885568080d2990a.yaml b/releasenotes/notes/lf-rtdv2-jobs-2885568080d2990a.yaml index aef5ced0..6adcc3e1 100644 --- a/releasenotes/notes/lf-rtdv2-jobs-2885568080d2990a.yaml +++ b/releasenotes/notes/lf-rtdv2-jobs-2885568080d2990a.yaml @@ -1,6 +1,7 @@ --- -feature: > - Global job that triggers on any docs changes. - Creates docs project if absent - Creates subproject association with master doc project - Triggers docs build +features: + - | + Global job that triggers on any docs changes. + Creates docs project if absent + Creates subproject association with master doc project + Triggers docs build diff --git a/releasenotes/notes/maven-deploy-87ad380c53d8e2c2.yaml b/releasenotes/notes/maven-deploy-87ad380c53d8e2c2.yaml index e6167196..5229379d 100644 --- a/releasenotes/notes/maven-deploy-87ad380c53d8e2c2.yaml +++ b/releasenotes/notes/maven-deploy-87ad380c53d8e2c2.yaml @@ -13,7 +13,7 @@ fixes: lf-activate-venv is a more error resistant way to make sure a pip package is installed -deprecates: +deprecations: - | lftools_activate should no longer be used and will be removed in a future release. diff --git a/releasenotes/notes/pyenv-6d86242e2a8be6eb.yaml b/releasenotes/notes/pyenv-6d86242e2a8be6eb.yaml index 7d6bb561..b2f6cca7 100644 --- a/releasenotes/notes/pyenv-6d86242e2a8be6eb.yaml +++ b/releasenotes/notes/pyenv-6d86242e2a8be6eb.yaml @@ -1,5 +1,5 @@ --- -fix: +fixes: - | Builders may have diffrent pyenv versions installed. Programically pick the latest pyenv version. diff --git a/tox.ini b/tox.ini index b9d28d05..0da55839 100644 --- a/tox.ini +++ b/tox.ini @@ -76,5 +76,5 @@ deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION commands = openstack {posargs:--help} [testenv:reno] -deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0} +deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.11.2} commands = reno {posargs:--help}