Skip to content

Fix CLI version override#1992

Merged
DerManoMann merged 3 commits intozircote:masterfrom
DerManoMann:cli-version-override
Apr 16, 2026
Merged

Fix CLI version override#1992
DerManoMann merged 3 commits intozircote:masterfrom
DerManoMann:cli-version-override

Conversation

@DerManoMann
Copy link
Copy Markdown
Collaborator

Summary

Stop overriding the OpenApi version on the CLI when not explicitly set.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (no functional changes)
  • Chore (maintenance, dependencies, CI)

Related Issues

Fixes #1991

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • New and existing tests pass locally
  • Any dependent changes have been merged and published

@DerManoMann DerManoMann merged commit 1859c64 into zircote:master Apr 16, 2026
17 checks passed
@DerManoMann DerManoMann deleted the cli-version-override branch April 16, 2026 21:17
@github-actions
Copy link
Copy Markdown
Contributor

Created backport PR for 5.x:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-1992-to-5.x
git worktree add --checkout .worktree/backport-1992-to-5.x backport-1992-to-5.x
cd .worktree/backport-1992-to-5.x
git reset --hard HEAD^
git cherry-pick -x 1859c649d71b99688d245d665d7a2803960235d7
git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: OpenAPI version override ignored

1 participant