File: rename_version_to_plugin-version-20cfe17530446391.yaml

package info (click to toggle)
python-saharaclient 4.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,264 kB
  • sloc: python: 11,938; makefile: 24; sh: 2
file content (10 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - Option 'version' is replaced by 'plugin-version' option.
fixes:
  - Option 'version' is a global option, which is used for getting
    the client version. So there were problems with the OpenStack client,
    when we specified 'version' of the plugin, but OSC treated
    that as a request for getting the current client version. Hence, to fix
    this problem, 'version' is replaced by 'plugin-version'.
    Related bug 1565775.