Skip to content

build: Update version for ADU TLS bugbash - #864

Merged
ketkimnaik merged 3 commits into
Azure:devfrom
ketkimnaik:bump-version-for-bugbash
Jul 20, 2026
Merged

build: Update version for ADU TLS bugbash#864
ketkimnaik merged 3 commits into
Azure:devfrom
ketkimnaik:bump-version-for-bugbash

Conversation

@ketkimnaik

Copy link
Copy Markdown
Contributor

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Thank you for contributing to the IoT extension!

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

Intent for Production

  • It is expected that pull requests made to default or core branches such as dev or main are of production grade. Corollary to this, any merged contributions to these branches may be deployed in a public release at any given time. By checking this box, you agree and commit to the expected production quality of code.

Basic expectations

  • If introducing new functionality or modified behavior, are they backed by unit and/or integration tests?
  • In the same context as above are command names and their parameter definitions accurate? Do help docs have sufficient content?
  • Have all the relevant unit and integration tests pass? i.e. pytest <project root> -vv. Please provide evidence in the form of a screenshot showing a succesful run of tests locally OR a link to a test pipeline that has been run against the change-set.
  • Have linter checks passed using the .pylintrc and .flake8 rules? Look at the CI scripts for example usage.
  • Have extraneous print or debug statements, commented out code-blocks or code-statements (if any) been removed from the surface area of changes?
  • Have you made an entry in HISTORY.rst which concisely explains your user-facing feature or change?

Azure IoT CLI maintainers reserve the right to enforce any of the outlined expectations.

A PR is considered ready for review when all basic expectations have been met (or do not apply).

Copilot AI review requested due to automatic review settings July 17, 2026 22:09
@ketkimnaik
ketkimnaik requested a review from digimaun as a code owner July 17, 2026 22:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the Azure IoT CLI extension’s internal version constant to produce an ADU TLS bugbash build, ensuring packaging and runtime metadata (e.g., __version__, user agent) reflect the new pre-release version.

Changes:

  • Bump extension VERSION from 0.29.0 to 0.30.0a1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread azext_iot/constants.py
Copilot AI review requested due to automatic review settings July 20, 2026 17:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

azext_iot/constants.py:10

  • VERSION is bumped to 0.30.0a1, but HISTORY.rst currently only has a top entry for 0.29.0 (no 0.30.0a1/0.30.0 section). If this version is intended to be built/released, please add a corresponding changelog header + notes so the published artifact has matching release history.
VERSION = "0.30.0a1"

Copilot AI review requested due to automatic review settings July 20, 2026 18:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

azext_iot/constants.py:10

  • VERSION was bumped to 0.30.0a1, but the repository changelog still lists 0.29.0 as the latest release entry. This will make it hard to correlate the new build/version with user-facing changes. Please add a 0.30.0a1 (or 0.30.0) section to HISTORY.rst (or clarify by keeping VERSION aligned with the latest changelog entry).
VERSION = "0.30.0a1"

@ketkimnaik
ketkimnaik merged commit bbcb785 into Azure:dev Jul 20, 2026
15 checks passed
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.

4 participants