kolla/releasenotes/notes/upper-constraints-macros-21315dc1c1933e78.yaml
Marcin Juszkiewicz 19e40f1608 docker: implement macros to alter upper-constraints.txt
upper_constraints_remove() macro allows to remove line
upper_constraints_version_change() allows to change versions

This way we have cleaner way to alter u-c in those images which need it.

Change-Id: I8fc354b8aa4d03fcd3ecfb9cbfe75de67492a0e3
2023-04-21 14:13:24 +02:00

10 lines
253 B
YAML

---
features:
- |
Added two macros to manipulate "upper-constraints.txt" file:
- upper_constraints_remove()
- upper_constraints_version_change()
First one allows to remove not wanted constraint, second is for version
changes.