Release designateclient and solumclient be able to uncap jsonschema

We have jsonschema capped at a fairly old version. Other than some
    specific releases, it looks like keeping it below 3.0 was added in
    I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation
    why.

    In order to update to a 3.x release we need to:
    1. Remove the cap from global-requirements.txt, leaving
       upper-constraints.txt at a 2.x release
    2. Remove the cap from all consumers
    3. Release a new version of consumers that are published to pypi (this change)
    4. Update upper-constraints.txt with those new releases

This review perfoms step 3.

Change-Id: I4019cfff92b0174721177aaa175c3ef4da2dffaa
This commit is contained in:
Dirk Mueller 2019-08-06 19:36:49 +02:00
parent 71f49becbb
commit 661f097ec7
2 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,8 @@ team: designate
type: client-library
repository-settings:
openstack/python-designateclient: {}
releases:
- version: 2.12.0
projects:
- repo: openstack/python-designateclient
hash: 5c9bbbfac8f03be416b268798045b5814c3fbe06

View File

@ -3,5 +3,10 @@ launchpad: python-solumclient
release-model: cycle-with-intermediary
team: solum
type: client-library
releases:
- version: 2.9.0
projects:
- repo: openstack/python-solumclient
hash: b3e7f9dd4edf032074b5f67a3a92a6c8cfafa8fa
repository-settings:
openstack/python-solumclient: {}