chore(release): bump version to 0.7.0 - #134
Merged
Merged
Conversation
New user-visible features (see Documentation/Changelog.rst 0.7.0): - provider fallback chain - attribute-based provider registration - BE group capability permissions - dashboard widgets (cost + requests by provider) - per-user AI budgets Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Automated approval for maintainer PR
All automated quality gates passed. See SECURITY_CONTROLS.md for compensating controls.
There was a problem hiding this comment.
Pull request overview
Bumps the TYPO3 extension metadata version in preparation for tagging v0.7.0, aligning the extension’s published version with the upcoming release workflow.
Changes:
- Update extension version in
ext_emconf.phpfrom0.6.0to0.7.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2 tasks
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 22, 2026
## Context The v0.7.0 tag (pushed as part of PR #134's release cycle) did not produce artifacts. Digging in: `.github/workflows/release.yml` references `netresearch/typo3-ci-workflows/.github/workflows/slsa-provenance.yml@main`, which **does not exist** in that repo (404). GitHub rejects the whole workflow as a "workflow file issue" before any job runs. Same reason v0.6.0's release run failed in March — pre-existing bug. ## Fix Remove the `slsa-provenance` job. SBOM (SPDX + CycloneDX), Cosign keyless signing, and `actions/attest-build-provenance` already run inside the reusable `release.yml` — the separate job was redundant. ## Test plan - [ ] Merge this fix - [ ] Re-push the `v0.7.0` tag (delete + re-push); release workflow should now run and produce: - GitHub Release with changelog - SBOM artifacts (.spdx.json, .cdx.json) - Cosign-signed archive - SLSA-3 attestation via `attest-build-provenance` - TER publish job
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.
Version bump in preparation for the
v0.7.0tag. Once this lands and main CI is green, av0.7.0tag will be pushed to trigger the Release workflow (SBOM, Cosign signing, SLSA provenance, TER publish).What's in 0.7.0
Five new user-visible features (see Changelog):
#[AsLlmProvider(priority: N)]auto-registers providers via compiler passcustomPermOptionsperModelCapability+CapabilityPermissionServicetypo3/cms-dashboardtx_nrllm_user_budgettable +BudgetServicewith daily/monthly ceilingsPlus CI hygiene: mutation testing skipped on PR events,
.semgrepignorefor tests, fuzz testsuite name fix.Test plan
v0.7.0; verify Release workflow completes (SBOM / Cosign / SLSA)