v0.7.0-rc2#727
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Aegis Stack to the v0.7.0-rc2 release candidate and includes two functional fixes: (1) making version_to_git_tag() idempotent for tag-form inputs (avoiding vv... tags), and (2) reducing CI flakiness in host-port autodiscovery by removing a TOCTOU “re-bind” assertion and tightening the port “free” probe behavior.
Changes:
- Bump version metadata from
0.7.0rc1to0.7.0rc2across packaging/template/docs. - Make
version_to_git_tag()strip a leadingvto prevent double-prefixing; add regression tests. - Make port autodiscovery tests deterministic under parallel pytest, and adjust
find-free-port.shconnect-probe error handling.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates locked editable package version to 0.7.0rc2. |
pyproject.toml |
Bumps project version to 0.7.0rc2. |
copier.yml |
Bumps template _version to 0.7.0rc2. |
CLAUDE.md |
Updates “Current Version” to 0.7.0rc2. |
aegis/__init__.py |
Updates __version__ to 0.7.0rc2. |
aegis/config/defaults.py |
Fixes version_to_git_tag() to be idempotent for v... inputs. |
tests/config/test_defaults.py |
Adds regression coverage for version_to_git_tag() with v... inputs. |
aegis/templates/copier-aegis-project/{{ project_slug }}/scripts/find-free-port.sh |
Tightens connect-probe handling (treat timeouts/unreachable as unavailable). |
tests/test_serve_port_autodiscovery.py |
Removes TOCTOU re-bind assertion to prevent pytest -n cross-worker flakiness. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.