Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/python-tackerclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable/2025.1
Choose a base ref
...
head repository: openstack/python-tackerclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 7, 2025

  1. Update master for stable/2025.1

    Add file to the reno documentation build to show release notes for
    stable/2025.1.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/2025.1.
    
    Sem-Ver: feature
    Change-Id: I722af142750abbecad34d8956c1b4f2fc23455a4
    openstackadmin committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    c2bdc92 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Replace Legacy Callable Formatter Functions

    osc-lib 4.x introduced a change that removed support for legacy
    callable functions used as formatters in CLI output.
    The python-tackerclient code still uses such deprecated formatters,
    which leads to the Invalid Formatter Provided error when used with
    osc-lib>=4.0.0.
    
    Replace these legacy callable formatters with compatible formatter
    classes provided by osc_lib.cli.format_columns.
    
    Closes-Bug: https://bugs.launchpad.net/tacker/+bug/2118585
    Change-Id: Idc2a3be9fe709942904f472b7728e095ded92b19
    Signed-off-by: Shivam Shukla <[email protected]>
    Shivam Shukla committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    00d6e14 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Update master for stable/2025.2

    Add file to the reno documentation build to show release notes for
    stable/2025.2.
    
    Use pbr instruction to increment the minor version number
    automatically so that master versions are higher than the versions on
    stable/2025.2.
    
    Sem-Ver: feature
    Change-Id: Ib0170f6d2262c071050b3211a9280def4aba7d49
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/add_release_note_page.sh
    openstackadmin committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    13edf78 View commit details
    Browse the repository at this point in the history
Loading