@sebastienrousseau/dotfiles 0.2.516 → 0.2.517
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +3 -3
- package/docs/COPYRIGHT +1 -1
- package/docs/manual/00-introduction.md +1 -1
- package/docs/security/CI_PINNING.md +11 -11
- package/install.sh +5 -5
- package/package.json +1 -1
- package/scripts/git-hooks/pre-commit-audit.sh +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
This file documents all notable changes to this project.
|
|
4
4
|
|
|
5
|
+
## v0.2.517 — 2026-08-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Updated the GitHub Actions minor/patch dependency group across the CI,
|
|
10
|
+
security, release, documentation, and reliability workflows. The reviewed
|
|
11
|
+
updates include Harden Runner 2.20.1, Checkout 7.0.1, CodeQL 4.37.6,
|
|
12
|
+
Checkov Action 12.3115.0, Paths Filter 4.0.3, and Build Provenance 4.2.2.
|
|
13
|
+
- Refreshed all same-repository reusable workflow pins from the v0.2.511
|
|
14
|
+
baseline to the immutable v0.2.516 commit.
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
18
|
+
- Kept the block-mode egress and documentation-drift contract tests aligned
|
|
19
|
+
with the reviewed Harden Runner 2.20.1 SHA, preventing dependency updates
|
|
20
|
+
from invalidating otherwise-correct CI security policy checks.
|
|
21
|
+
- Documented Dependabot's current support for grouped updates to immutable
|
|
22
|
+
same-repository reusable workflow references.
|
|
23
|
+
|
|
5
24
|
## v0.2.513 — 2026-08-06
|
|
6
25
|
|
|
7
26
|
- **Verified module registry installation.** `dot registry install` now validates the v1 index, verifies immutable archive SHA-256 digests, rejects traversal and link-bearing archives, previews with chezmoi by default, and applies only with explicit `--yes`. CI validates the published registry contract and JSON Schema.
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
12
|
<a href="https://github.com/sebastienrousseau/dotfiles/actions"><img src="https://img.shields.io/github/actions/workflow/status/sebastienrousseau/dotfiles/ci.yml?style=for-the-badge&logo=githubactions&logoColor=white" alt="Build" /></a>
|
|
13
|
-
<a href="https://github.com/sebastienrousseau/dotfiles/releases/latest"><img src="https://img.shields.io/badge/Version-v0.2.
|
|
13
|
+
<a href="https://github.com/sebastienrousseau/dotfiles/releases/latest"><img src="https://img.shields.io/badge/Version-v0.2.517-blue?style=for-the-badge&logo=semanticrelease&logoColor=white" alt="Version" /></a>
|
|
14
14
|
<a href="https://github.com/sebastienrousseau/dotfiles/releases"><img src="https://img.shields.io/github/downloads/sebastienrousseau/dotfiles/total?style=for-the-badge&logo=github&logoColor=white" alt="Downloads" /></a>
|
|
15
15
|
<a href="https://codespaces.new/sebastienrousseau/dotfiles"><img src="https://img.shields.io/badge/Open%20in-Codespaces-blue?style=for-the-badge&logo=github&logoColor=white" alt="Open in GitHub Codespaces" /></a>
|
|
16
16
|
<a href="https://scorecard.dev/viewer/?uri=github.com/sebastienrousseau/dotfiles"><img src="https://img.shields.io/ossf-scorecard/github.com/sebastienrousseau/dotfiles?style=for-the-badge&logo=linuxfoundation&logoColor=white&label=OpenSSF%20Scorecard" alt="OpenSSF Scorecard" /></a>
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
54
|
curl -fsSL -o /tmp/dotfiles-install.sh \
|
|
55
|
-
https://raw.githubusercontent.com/sebastienrousseau/dotfiles/v0.2.
|
|
56
|
-
echo "
|
|
55
|
+
https://raw.githubusercontent.com/sebastienrousseau/dotfiles/v0.2.517/install.sh
|
|
56
|
+
echo "a105e3c204aa8b71aac101dc9be2e74ca20159053326183b6d0f5f6649588380 /tmp/dotfiles-install.sh" \
|
|
57
57
|
| shasum -a 256 -c
|
|
58
58
|
bash /tmp/dotfiles-install.sh
|
|
59
59
|
```
|
package/docs/COPYRIGHT
CHANGED
|
@@ -4,7 +4,7 @@ render_with_liquid: false
|
|
|
4
4
|
|
|
5
5
|
# Introduction
|
|
6
6
|
|
|
7
|
-
This manual describes `.dotfiles` v0.2.
|
|
7
|
+
This manual describes `.dotfiles` v0.2.517 — a trusted agent workstation baseline for macOS, Linux, and WSL.
|
|
8
8
|
|
|
9
9
|
The repository is more than a personal dotfiles collection. It ships as workstation infrastructure: signed, attested, multi-platform, AI-aware, and self-healing. Chezmoi handles templating and platform differences. The `dot` CLI sits on top and coordinates lifecycle operations.
|
|
10
10
|
|
|
@@ -99,17 +99,17 @@ intentional before merge.
|
|
|
99
99
|
|
|
100
100
|
## Dependabot
|
|
101
101
|
|
|
102
|
-
Dependabot's `github-actions` ecosystem
|
|
103
|
-
reusable
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
102
|
+
Dependabot's `github-actions` ecosystem now updates full-SHA references to
|
|
103
|
+
same-repository reusable workflows. PR
|
|
104
|
+
[#992](https://github.com/sebastienrousseau/dotfiles/pull/992) verified this
|
|
105
|
+
behavior by moving the reusable workflow baseline from v0.2.511 to the
|
|
106
|
+
immutable v0.2.516 commit alongside the external minor/patch action group.
|
|
107
|
+
|
|
108
|
+
Keep `bump-reusable-pins.yml` enabled as the immediate post-merge path. It
|
|
109
|
+
updates callers as soon as a reusable workflow changes on `main`, while
|
|
110
|
+
Dependabot provides the scheduled dependency review and grouped update path.
|
|
111
|
+
Both mechanisms must preserve full 40-hex SHA references and pass
|
|
112
|
+
`lint-reusable-pins` plus the egress-policy contract tests.
|
|
113
113
|
|
|
114
114
|
## Negative test
|
|
115
115
|
|
package/install.sh
CHANGED
|
@@ -71,7 +71,7 @@ show_help() {
|
|
|
71
71
|
Usage: install.sh [version] [options]
|
|
72
72
|
|
|
73
73
|
Arguments:
|
|
74
|
-
version The version (tag or branch) to install (default: v0.2.
|
|
74
|
+
version The version (tag or branch) to install (default: v0.2.517)
|
|
75
75
|
|
|
76
76
|
Options:
|
|
77
77
|
--help Show this help message
|
|
@@ -87,7 +87,7 @@ EOF
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
main() {
|
|
90
|
-
local version="v0.2.
|
|
90
|
+
local version="v0.2.517"
|
|
91
91
|
local version_set=0
|
|
92
92
|
local minimal=0
|
|
93
93
|
local provision="${DOTFILES_PROVISION:-0}"
|
|
@@ -117,7 +117,7 @@ main() {
|
|
|
117
117
|
# like `foobar` doesn't trigger a 30s+ network download attempt.
|
|
118
118
|
# Caught by the install.sh fuzz harness (#881).
|
|
119
119
|
if [[ ! "$arg" =~ ^v?[0-9]+\.[0-9]+\.[0-9]+([-+][a-zA-Z0-9.-]+)?$ ]]; then
|
|
120
|
-
error "Unrecognized positional argument '$arg' — expected a semver version (e.g. v0.2.
|
|
120
|
+
error "Unrecognized positional argument '$arg' — expected a semver version (e.g. v0.2.517)."
|
|
121
121
|
fi
|
|
122
122
|
version="$arg"
|
|
123
123
|
version_set=1
|
|
@@ -369,7 +369,7 @@ main() {
|
|
|
369
369
|
# 6. Initialize & Apply
|
|
370
370
|
step "Applying Configuration..."
|
|
371
371
|
|
|
372
|
-
# ── Auto-migration for v0.2.
|
|
372
|
+
# ── Auto-migration for v0.2.517 reorg ─────────────────────────────────
|
|
373
373
|
# If the user is upgrading from a pre-0.2.503 install, run the
|
|
374
374
|
# migration script BEFORE `chezmoi apply` so the reorg's source-
|
|
375
375
|
# path moves don't cause chezmoi to delete deployed files.
|
|
@@ -378,7 +378,7 @@ main() {
|
|
|
378
378
|
for migrate_src in "$SOURCE_DIR" "$LEGACY_SOURCE_DIR"; do
|
|
379
379
|
migrate_script="$migrate_src/install/migrate/migrate-v0_2-to-v0_2_503.sh"
|
|
380
380
|
if [[ -x "$migrate_script" ]]; then
|
|
381
|
-
echo " Running v0.2.
|
|
381
|
+
echo " Running v0.2.517 migration (idempotent; safe on fresh installs)..."
|
|
382
382
|
"$migrate_script" || echo " migration exited non-zero — continuing apply"
|
|
383
383
|
break
|
|
384
384
|
fi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebastienrousseau/dotfiles",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.517",
|
|
4
4
|
"description": "The Trusted Shell Platform — Universal dotfiles managed by Chezmoi. Features Bash & Zsh for macOS, Linux & WSL. Rust modern tooling & enterprise-grade security.",
|
|
5
5
|
"main": "install.sh",
|
|
6
6
|
"bin": {
|
|
@@ -141,6 +141,6 @@ if [[ $FAILED -eq 1 ]]; then
|
|
|
141
141
|
printf '%b\\n' " (Use --no-verify to bypass if absolutely necessary)"
|
|
142
142
|
exit 1
|
|
143
143
|
else
|
|
144
|
-
printf '%b\n' "${GREEN}${BOLD}✅ Audit passed.${NC} v0.2.
|
|
144
|
+
printf '%b\n' "${GREEN}${BOLD}✅ Audit passed.${NC} v0.2.517 standards maintained."
|
|
145
145
|
exit 0
|
|
146
146
|
fi
|