Skip to content

Release v0.4.1#310

Merged
placerda merged 5 commits into
mainfrom
release/v0.4.1
Jun 15, 2026
Merged

Release v0.4.1#310
placerda merged 5 commits into
mainfrom
release/v0.4.1

Conversation

@placerda

Copy link
Copy Markdown
Contributor

Release v0.4.1

Automated release branch created from develop.

What happened

  • Branch release/v0.4.1 created from develop
  • CHANGELOG.md updated: versioned section [0.4.1] added
  • Plugin versions synced to 0.4.1 (package.json, plugin.json, marketplace.json)
  • Staging pipeline triggered automatically (build → TestPyPI + VSIX pre-release → verify)

Next steps

  1. Wait for the Staging pipeline to pass
  2. Review and approve this PR
  3. Merge to main
  4. Tag and push: git tag v0.4.1 && git push origin v0.4.1
  5. Approve the PyPI publish and VSIX stable publish in the Release workflow
  6. Sync develop: git checkout develop && git merge main && git push origin develop

Checklist

  • Staging pipeline passes (build + TestPyPI + VSIX pre-release + verify)
  • CHANGELOG entries reviewed
  • PR approved and merged to main
  • Tag v0.4.1 pushed
  • PyPI publish approved
  • VSIX stable publish approved
  • develop synced from main

dependabot Bot and others added 5 commits June 15, 2026 12:13
Updates the requirements on [azure-monitor-query](https://github.com/Azure/azure-sdk-for-python) to permit the latest version.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-monitor-query_1.3.0...azure-monitor-query_2.0.0)

---
updated-dependencies:
- dependency-name: azure-monitor-query
  dependency-version: 2.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [azure-mgmt-cognitiveservices](https://github.com/Azure/azure-sdk-for-python) to permit the latest version.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-mgmt-cognitiveservices_13.5.0...azure-mgmt-cognitiveservices_14.1.0)

---
updated-dependencies:
- dependency-name: azure-mgmt-cognitiveservices
  dependency-version: 14.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4.0 (#246)

Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.0...v3.0.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-version: 3.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When `agentops.pipeline.prompt_deploy stage` runs in a PR-stage
context (GitHub Actions `pull_request` event or Azure DevOps
`BUILD_REASON=PullRequest`), the version it creates in the dev
Foundry project now carries metadata `agentops:candidate=true`,
`agentops:pr=<number>`, and `agentops:created_at=<ISO timestamp>`.

This solves the auditability and naive-consumer concerns raised in
issue #214 at the source: portal viewers can filter the Versions tab
on `agentops:candidate` to separate abandoned PR candidates from
deployed-of-record versions, and downstream consumers that resolve
"latest" can refuse to pick up candidates. Deployed-of-record runs
(push to main/develop/release/** or workflow_dispatch) are not
tagged, so absence of `agentops:candidate` is the deployed-of-record
signal.

The PR/deploy workflow templates (GitHub Actions and Azure DevOps)
and the prompt-agent quickstart tutorial are updated to describe the
new contract. A scheduled cleanup workflow can land later as a
follow-up filtering on the same tag if numeric accumulation in
Foundry becomes painful.

Closes #214

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@placerda placerda merged commit a069485 into main Jun 15, 2026
4 of 5 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.

1 participant