Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/breaking_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

logger = get_logger()

NEXT_BREAKING_CHANGE_RELEASE = '2.67.0'
NEXT_BREAKING_CHANGE_RELEASE = '2.73.0'
Copy link
Contributor

@bebound bebound Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reached out to Yong regarding the next breaking change version number and received 2.73.0 as the response. I'm flexible with either 2.73.0 or 2.74.0, as I plan to update to the confirmed version as soon as it's finalized.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@bebound bebound Nov 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.54.0 is 2023 ignite version, 2.61.0 is 2024 build version. They differ by 7 versions, weird.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I got 2.74 from @dcaro: #30091 (comment).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's acceptable to merge this PR for now. We can create another PR once we have the finalized version.

DEFAULT_BREAKING_CHANGE_TAG = '[Breaking Change]'


Expand Down