Publish the reviewed version identity fix and mark preview 1 withdrawn.\n\nPrivate-Source-Commit: 9907afdfa18099ac488fe4011291ea454036435a\nPrivate-Source-Tree: 3a5e666dd6a0c69a07f7804612c8e3dc3474966a\nHimesan-Output-Permission: v1.0\nAI-Assistance: OpenAI Codex assisted implementation and review. Signed-off-by: Cole Speelman <crspeelman@gmail.com>
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
.gitattributes
|
|
.gitignore
|
|
COPYRIGHT
|
|
LICENSE
|
|
README.md
|
|
RELEASE.md
|
|
SECURITY.md
|
|
cmd/tend/main.go
|
|
docs/ARCHITECTURE.md
|
|
docs/DOGFOOD_EVIDENCE.md
|
|
docs/PUBLIC_SNAPSHOT.md
|
|
docs/THREAT_MODEL.md
|
|
examples/LICENSE
|
|
examples/README.md
|
|
examples/blue-green/caddy-handler.template
|
|
examples/blue-green/example-site@.service
|
|
examples/blue-green/tend.json
|
|
examples/singleton/tend.json
|
|
go.mod
|
|
internal/config/config.go
|
|
internal/config/config_test.go
|
|
internal/deploy/deploy.go
|
|
internal/deploy/deploy_test.go
|
|
internal/deploy/lock_linux.go
|
|
internal/deploy/lock_other.go
|
|
internal/deploy/operator.go
|
|
internal/deploy/operator_test.go
|
|
internal/deploy/ownership_linux.go
|
|
internal/deploy/ownership_other.go
|
|
internal/deploy/release.go
|
|
internal/deploy/release_test.go
|
|
internal/packager/packager.go
|
|
internal/packager/packager_test.go
|
|
internal/process/run.go
|
|
internal/provenance/git.go
|
|
internal/state/state.go
|
|
internal/state/state_test.go
|
|
internal/version/version.go
|
|
internal/version/version_test.go
|
|
release/tend.json
|
|
scripts/check-licenses.sh
|
|
scripts/export-public.sh
|
|
scripts/public-snapshot.allow
|
|
scripts/test-public-snapshot.sh
|
|
scripts/verify.sh
|