You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary by Sourcery
Add a new network-bootstrapper Helm chart and introduce an automated
versioning script, integrating version updates into the CI pipeline.
New Features:
- Introduce a Helm chart for network-bootstrapper with values and
templates for deployment, service, ingress, HTTPRoute, HPA, service
account, and test hook
- Add tools/version.ts script to compute and apply package and chart
versions based on Git ref metadata
Enhancements:
- Add yaml dependency for parsing and writing Chart.yaml files
CI:
- Insert a CI step to run the versioning script (bun run
tools/version.ts) during pull_request and push builds
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The TypeScript sources live in `src/`. CLI flows under `src/cli/` orchestrate pr
6
6
7
7
## Build, Test, and Development Commands
8
8
9
-
Install dependencies with `bun install`. Use `bun run src/index.ts` to execute the bootstrapper locally. Run the full test suite with `bun test`. Type safety is enforced by `bun run typecheck`, and formatting plus lint rules are auto-fixed with `bun run check` (Biome). Combine these commands before pushing to catch regressions early.
9
+
Install dependencies with `bun install`. Use `bun run src/index.ts` to execute the bootstrapper locally. Run the full test suite with `bun test`. Type safety is enforced by `bun run typecheck`, and formatting plus lint rules are auto-fixed with `bun run check:fix` (Biome). Combine these commands before pushing to catch regressions early.
0 commit comments