Fix reno lint error in sention names 36/66836/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 22 Feb 2021 08:39:51 +0000 (18:39 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 22 Feb 2021 08:40:49 +0000 (18:40 +1000)
Error:
unrecognized section name

Update the version of reno as per the requirements.txt

Change-Id: Iadc07de41934c936fc82147bc8ebcd4f6135764e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/deprecate-niet-release-jobs-64454a3317b7936f.yaml
releasenotes/notes/lf-rtdv2-jobs-2885568080d2990a.yaml
releasenotes/notes/maven-deploy-87ad380c53d8e2c2.yaml
releasenotes/notes/pyenv-6d86242e2a8be6eb.yaml
tox.ini

index 1c0fa18..6129a50 100644 (file)
@@ -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
index aef5ced..6adcc3e 100644 (file)
@@ -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
index e616719..5229379 100644 (file)
@@ -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.
index 7d6bb56..b2f6cca 100644 (file)
@@ -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 b9d28d0..0da5583 100644 (file)
--- 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}