Release kkRepo 1.0.2 - #303
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #303 +/- ##
=========================================
Coverage 86.17% 86.17%
- Complexity 1447 1448 +1
=========================================
Files 794 794
Lines 83247 83247
Branches 14612 14612
=========================================
Hits 71738 71738
Misses 11509 11509
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b6dda01276
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| case "$KKREPO_RUNTIME" in | ||
| jvm) | ||
| DEFAULT_IMAGE_TAG="1.0.1" | ||
| DEFAULT_IMAGE_TAG="1.0.2" |
There was a problem hiding this comment.
Upgrade persisted quickstarts to the new default tag
When an existing quickstart directory was generated by 1.0.1 and the user reruns the documented script without overrides, load_env_file_defaults restores KKREPO_IMAGE_TAG=1.0.1 before this default is selected, and the later := therefore leaves the old tag intact. The script consequently pulls and restarts 1.0.1 rather than upgrading to 1.0.2; distinguish a previously generated default from an explicitly customized tag, or update the persisted default during release upgrades.
Useful? React with 👍 / 👎.
Prepare kkRepo 1.0.2 from the merged changes since v1.0.1. Update Maven, Docker, Helm, quickstart JVM/Native/scanner defaults, runtime expectations, and deployment guides together.
The changelog covers AWS default credentials, scanner database mirrors, trusted-proxy redirects, pnpm legacy login fallback, Maven group fallback, and Go/URI path decoding fixes. No new migrations are introduced; the schema remains at V53.
Validation: Maven project validation, Helm lint, both Compose configurations with and without scanning, quickstart runtime regression, Flyway parity, Compose/Helm scanner isolation, and diff checks passed. Full E2E is requested for release validation.