Skip to content

Commit c370485

Browse files
authored
Preserve updater build source provenance (ilysenko#1117)
* Preserve updater build source provenance * Harden updater source remote sanitization * Cover provenance across fake package builders
1 parent aa1b7b8 commit c370485

4 files changed

Lines changed: 378 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
3535

3636
### Fixed
3737

38+
- Updater rebuild workspaces now retain the Git identity of the wrapper source
39+
after `.git` is stripped, so installed build metadata and packaged
40+
update-builder metadata report the wrapper commit instead of `unknown`.
3841
- V2 pets now look toward the live pointer position after successful Linux
3942
Computer Use click, scroll, and drag actions, then return to their normal
4043
animation. The bridge is isolated per app instance and fails softly when its

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex-update-manager"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)