Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions src/containerapp/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Release History
===============
upcoming
++++++

1.2.0b5
++++++
Comment on lines 5 to +9
Copy link

Copilot AI Nov 7, 2025

Choose a reason for hiding this comment

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

The 'upcoming' section should appear after the current release section (1.2.0b5), not before it. The 'upcoming' section is meant to collect changes for the next version, so it should be positioned above the most recent release but the release notes for 1.2.0b5 should be under the 1.2.0b5 heading. Consider restructuring so that 1.2.0b5 appears first with its changes, followed by an empty 'upcoming' section below it for future changes.

Copilot uses AI. Check for mistakes.
* 'az containerapp env premium-ingress add/update': remove `--min-replicas` and `--max-replicas`
* 'az containerapp sessionpool create': Add `Shell` container type
* Update azure cli dependency version >= "2.79.0"
Expand Down
2 changes: 1 addition & 1 deletion src/containerapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.

VERSION = '1.2.0b4'
VERSION = '1.2.0b5'

# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
Expand Down
Loading