chore(release): update to 1.15.0 - #183
Merged
ashishkurmi merged 1 commit intoAug 3, 2026
Merged
ashishkurmi merged 1 commit into
ashishkurmi merged 1 commit into
Conversation
Bump Version to 1.15.0 so the release workflow can cut v1.15.0, and close out the [Unreleased] section as [1.15.0]. Minor bump: three new capabilities landed since 1.14.0 (npm secure-registry device policy, VS Code private marketplace URL enforcement, MDM verify-only enforcement channel) alongside the already-documented run gating. Backfills the changelog for the ~19 commits merged since v1.14.0 — the device-policy work landed without [Unreleased] entries.
ashishkurmi
approved these changes
Aug 3, 2026
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 to 1.15.0 so the Release workflow can cut
v1.15.0(it derives the tag frominternal/buildinfo/version.goand refuses to run if the tag already exists).Changes (matches the established up-ver pattern):
internal/buildinfo/version.go:Version1.14.0 → 1.15.0examples/sample-output.json:agent_version→ 1.15.0CHANGELOG.md:[Unreleased]→[1.15.0] - 2026-08-03+ compare linkMinor bump — three new capabilities landed since 1.14.0. The changelog needed backfilling: of the 19 commits merged since
v1.14.0, only run gating had an[Unreleased]entry, so this PR writes up the device-policy work and the two fixes (please sanity-check the wording):package_config#npmlane, managed~/.npmrcblock); VS Code private marketplace URL (extensions.gallery.serviceUrl) enforcement; MDM verify-only enforcement channel for both the IDE-extension and npm lanes.device-policy-state.json; run-config policy keyed by setting id (breaking pre-GA wire change — needs the backend emitting the settings-map shape); managedsettings.jsonwrites preserve a leading UTF-8 BOM.@index URLs; device-policy clears reported as a removal only when something was removed.[Unreleased]and carries over verbatim.)Verified:
go build ./internal/buildinfo/passes,examples/sample-output.jsonstill parses, and the release workflow's extraction (.github/workflows/release.yml:34) resolves1.15.0.