-
Notifications
You must be signed in to change notification settings - Fork 0
chore(release): promote Registry Stack v0.12.0 beta-14 #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
e065c11
feat(notary): add generated config schema (#415)
jeremi 89a48a2
fix(notary): preserve authorization metadata extensions (#416)
jeremi 22996a1
fix(registryctl): default reports to human output
jeremi 53095b9
docs(registryctl): document human report defaults
jeremi 3d9c090
feat(notary): enforce bounded batch evaluation
jeremi d70b276
docs(notary): define bounded batch contract
jeremi 364dbf7
fix(relay): migrate maintained images to Debian 13
jeremi b39177f
fix(notary): use Debian 13 distroless runtime
jeremi 1254107
fix(release): enforce Debian 13 image bases
jeremi b44f0c9
ci(release): build with pinned Debian 13 image
jeremi 40409b8
fix(relay): enforce Debian 13 scan policy
jeremi 85f338a
fix(notary): enforce Debian 13 scan policy
jeremi f3552bd
ci(release): enforce builder and image scan policy
jeremi d4bbf85
fix(relay): align the 1.0 support roster
jeremi 0f2ce9b
docs(relay): publish the 1.0 support roster
jeremi bfc1b88
fix(relay): preserve stable core record routes
jeremi 6bc29d3
docs(relay): expose unstable OpenAPI selectors
jeremi 273391a
ci(release): use canonical Relay feature set
jeremi e1f920e
test(relay): parse release features precisely
jeremi 9fa2631
feat(release): guard stable lifecycle contracts
jeremi eaf2727
fix(relay): scope OpenAPI stability to support roster
jeremi fb6195f
docs: finalize 1.0 lifecycle policy
jeremi 56abf30
ci: compare stable contracts to base revision
jeremi 182c62d
test(release): require roster path coverage
jeremi f157dfc
fix(ci): validate Relay roster compatibility
jeremi 16b79b1
fix(release): require forward upgrade evidence
jeremi b12dac8
test(release): pin candidate release identifiers
jeremi e89ca8f
fix(release): protect stable roster selectors
jeremi 57b41d8
fix(notary): preserve batch request compatibility
jeremi 08c5cce
feat(notary): bind OID4VCI issuance to registry transactions
jeremi ca1acb5
fix(notary): preserve audit on OID4VCI retries
jeremi c87bfcb
test(notary): keep OID4VCI fixtures warning-free
jeremi f91c6e1
feat(notary): verify credential status fail closed
jeremi 0fc6531
test(notary): prove OID4VCI algorithm profile
jeremi e9ef6b7
test(notary): make algorithm fixtures self-contained
jeremi 1287618
test(notary): verify registry-backed issuer profiles end to end
jeremi 543a184
feat(registryctl): author OID4VCI issuer and PIN profiles
jeremi 4795cb0
ci(notary): bound the 1.0 OpenAPI exception
jeremi 37ce044
docs(notary): define the registry-backed OID4VCI contract
jeremi 3221970
docs(site): publish the Registry Notary 1.0 issuance profile
jeremi e2507ab
test(release): constrain OID4VCI conformance claims
jeremi 6e6530f
refactor(notary): group OID4VCI materialization inputs
jeremi 83d2c50
fix(notary): remove retired OID4VCI client surfaces
jeremi e3f0449
test(notary): gate ES256 fixture with CEL support
jeremi eaa657f
test(notary): report safe batch conformance failures
jeremi 5bd8bbf
release: add external integration evidence packet
jeremi a218fab
fix(release): harden integration evidence validation
jeremi 93abd4d
fix(release): isolate verified candidate execution
jeremi 9052cdc
test(release): add Relay OIDC candidate smoke
jeremi ecc21b9
fix(release): harden Relay OIDC smoke redirects
jeremi bba683d
docs(release): wrap Relay OIDC smoke commands
jeremi 7a2b8d7
chore(repo): single-source example profiles
jeremi 5d0d307
feat(editors): add source installer
jeremi 55ff0bb
chore(monorepo): finish pre-convergence cleanup
jeremi c84b1b9
fix(docs): prevent lazy evidence fetches
jeremi da27888
docs(security): specify replay protection contracts
jeremi 99aad41
docs: specify operations posture contract
jeremi 6da9f12
docs(manifest): defer narrative keys to reference
jeremi 8a1fcb1
chore(ci): remove inert nested workflows
jeremi 6067918
chore(registryctl): use workspace YAML parser
jeremi 563f570
fix(ci): ignore generated secret-scan caches
jeremi 1b6c012
feat(relay): expose last-good refresh health
jeremi 865921f
fix(registryctl): stage project initialization
jeremi 3264010
chore(release): prepare Registry Stack v0.12.0 beta-14
jeremi 817ddec
fix(release): clear beta-14 CodeQL blockers
jeremi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For any PR that touches platform paths, this new job is enabled, but Cargo does not accept
*inside a-p/--packagespec; I checked withcargo pkgid -p 'registry-platform-*'and Cargo reportsinvalid package ID specificationbecause*is an invalid package-name character. The same package spec is reused by the clippy/test/llvm-cov steps, so platform CI will fail before running the intended checks unless the workflow expands the package list explicitly or uses a supported selection mechanism.Useful? React with 👍 / 👎.