Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases 0.27.0 #7223

Closed
wants to merge 1 commit into from
Closed
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
8 changes: 4 additions & 4 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -16999,8 +16999,8 @@
"sha256Digest": "7ab5fd8d8f05bbd78d2e5fce961a06380aa258445561b88fb1ca02261cae365a"
},
{
"downloadUrl": "https://github.com/Azure/azure-devops-cli-extension/releases/download/20230127.2/azure_devops-0.26.0-py2.py3-none-any.whl",
"filename": "azure_devops-0.26.0-py2.py3-none-any.whl",
"downloadUrl": "https://github.com/Azure/azure-devops-cli-extension/releases/download/20240129.4/azure_devops-0.27.0-py2.py3-none-any.whl",
"filename": "azure_devops-0.27.0-py2.py3-none-any.whl",
"metadata": {
"azext.minCliCoreVersion": "2.30.0",
"classifiers": [
Expand Down Expand Up @@ -17044,9 +17044,9 @@
}
],
"summary": "Tools for managing Azure DevOps.",
"version": "0.26.0"
Copy link
Member

Choose a reason for hiding this comment

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

I'm curious why you update the entry for 0.26.0, usually we need add a new item for 0.27.0.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jsntcy This was the new release version we published on devops extension. Below is the last PR we made changes as same to release new version.
#5803

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jsntcy any update on this??

Copy link
Member

@jsntcy jsntcy Feb 4, 2024

Choose a reason for hiding this comment

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

You should not overwrite metadata of 0.26.0 for new version 0.27.0, because if you did like that, cx cannot install 0.26.0 any longer once you release 0.27.0. You should add a new entry for 0.27.0 like all other extensions did, an example: 5ce810e.

You can see that many previous versions are not available for cx now because you overwrite the metadata of previous versions before, that's not the correct behavior for cx.
image

Copy link
Member

@jsntcy jsntcy Feb 4, 2024

Choose a reason for hiding this comment

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

BTW,
Now we support new versioning for extension and 0.x.x is not recommended any longer. The version will start from 1.0.0 (stable) or 1.0.0b1 (preview). You can find more details in https://github.com/Azure/azure-cli/blob/dev/doc/extensions/versioning_guidelines.md.
Please use the correct version next time: 1.0.0 (stable) or 1.0.0b1 (preview).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

HI @jsntcy, our new version is 0.27.0 as per the new version guidelines we are making it as 1.27.0. Please confirm is it okay?? post your confirmation I will create a new entry with the new version.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @jsntcy Any suggestions on above ask by Soujanya from your end? We need to do some more changes with the new rule conventions so taking suggestions here first.

Copy link
Member

Choose a reason for hiding this comment

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

HI @jsntcy, our new version is 0.27.0 as per the new version guidelines we are making it as 1.27.0. Please confirm is it okay?? post your confirmation I will create a new entry with the new version.

If it's stable version, we recommend you use version 1.0.0 as it's first version from1.x.x.

"version": "0.27.0"
},
"sha256Digest": "565fc207f1740c26957f382fe2eefabec254011fb2d1b50c0e540f894f47dcbe"
"sha256Digest": "c74a713c22205a4a394fb106901e0d3abb0142971a1f7054d445e18ce91278b2"
}
],
"azure-firewall": [
Expand Down
Loading