forked from openstack-charmers/zaza
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added note to leave a breadcrumb of consumers of the constraints file(s)
- Loading branch information
Showing
4 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# 2.9.45.0 - https://github.com/juju/python-libjuju/pull/975 | ||
# 2.9.46.0 | ||
# NOTE: this constraints file can be (and will be) consumed by downstream users. | ||
# | ||
# Known consumers: | ||
# * zosci-config: job definitions that declare what juju version (snap channel) | ||
# is used in tandem with this constraints file to lockdown python-libjuju | ||
# version. | ||
# * zaza-openstack-tests | ||
# | ||
# Reasons to block the use of a release: | ||
# * 2.9.45, 2.9.46 - https://github.com/juju/python-libjuju/pull/975 | ||
juju>=2.9.0,<3.0.0,!=2.9.45,!=2.9.46 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# NOTE: this constraints file can be (and will be) consumed by downstream users. | ||
# | ||
# Known consumers: | ||
# * zosci-config: job definitions that declare what juju version (snap channel) | ||
# is used in tandem with this constraints file to lockdown python-libjuju | ||
# version. | ||
# * zaza-openstack-tests | ||
# | ||
juju>=3.1.0,<3.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# NOTE: this constraints file can be (and will be) consumed by downstream users. | ||
# | ||
# Known consumers: | ||
# * zosci-config: job definitions that declare what juju version (snap channel) | ||
# is used in tandem with this constraints file to lockdown python-libjuju | ||
# version. | ||
# * zaza-openstack-tests | ||
# | ||
juju>=3.2.0,<3.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# NOTE: this constraints file can be (and will be) consumed by downstream users. | ||
# | ||
# Known consumers: | ||
# * zosci-config: job definitions that declare what juju version (snap channel) | ||
# is used in tandem with this constraints file to lockdown python-libjuju | ||
# version. | ||
# * zaza-openstack-tests | ||
# | ||
juju>=3.3.0,<3.4.0 |