Skip to content

chore(release): v0.14.1#1410

Merged
danielmeppiel merged 3 commits into
mainfrom
danielmeppiel/release-v0-14-1
May 20, 2026
Merged

chore(release): v0.14.1#1410
danielmeppiel merged 3 commits into
mainfrom
danielmeppiel/release-v0-14-1

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

TL;DR

Cuts v0.14.1, a patch release rolling up the experimental copilot-app target plus four user-facing fixes (EMU SSH identity, Windows Defender, AppLocker/WDAC).

Changelog delta

Promoted ## [Unreleased] -> ## [0.14.1] - 2026-05-20 with one entry per user-facing PR, each answering the "so what?" question:

Added

Changed

Fixed

Excluded from changelog (per .github/instructions/changelog.instructions.md)

Version bump

  • pyproject.toml: 0.14.0 -> 0.14.1.
  • pyproject.toml is the only source-of-truth version reference in the repo (verified via grep).

Validation

  • git diff --stat: 2 files, 9 insertions, 5 deletions.
  • No code paths touched -> no test/lint impact beyond the standard CI lint gate, which is text-only here.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

- Move Unreleased entries into [0.14.1] - 2026-05-20.
- Add user-facing entries for #1408 (Windows Defender AV detection)
  and #1390 (AppLocker/WDAC install survival).
- Bump pyproject.toml version 0.14.0 -> 0.14.1.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 20, 2026 06:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Cuts the v0.14.1 patch release by bumping the package version and promoting the changelog entries from Unreleased into a dated 0.14.1 section.

Changes:

  • Bump apm-cli version from 0.14.0 to 0.14.1.
  • Promote changelog items into ## [0.14.1] - 2026-05-20 and tag each entry with its PR number.
Show a summary per file
File Description
pyproject.toml Updates the project version to 0.14.1 for the release.
CHANGELOG.md Adds the 0.14.1 release section dated 2026-05-20 and annotates entries with PR references.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

Daniel Meppiel and others added 2 commits May 20, 2026 08:35
test_download_callback_includes_chain_in_error used raw os.chdir(tmp_path)
without try/finally, leaving CWD pointing at a tmp dir whose apm.yml declared
acme/root-pkg. Later in the same pytest worker, test_project_scope_now_supported
(added by PR #1405) inherited that polluted CWD and tried to clone real GitHub
repos, failing on missing auth in CI. monkeypatch.chdir auto-restores on
teardown.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@danielmeppiel danielmeppiel merged commit 0e3d172 into main May 20, 2026
9 checks passed
@danielmeppiel danielmeppiel deleted the danielmeppiel/release-v0-14-1 branch May 20, 2026 07:08
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.

[BUG] APM self-update fails on Windows due to security policies [BUG] Hardcoded username when using SSH

2 participants