Skip to content

chore(release): bump to v1.3.0#167

Merged
rlaope merged 1 commit into
masterfrom
chore/release-1.3.0
May 8, 2026
Merged

chore(release): bump to v1.3.0#167
rlaope merged 1 commit into
masterfrom
chore/release-1.3.0

Conversation

@rlaope
Copy link
Copy Markdown
Owner

@rlaope rlaope commented May 8, 2026

Summary

Minor release reflecting the multi-Java runtime support and the release-pipeline hardening landed since v1.2.1.

gradle.properties argusVersion 1.2.1 β†’ 1.3.0. Mirror references updated across 11 files per the project's "version sync on release, never skip" rule. Validated by grepping the entire repo for 1.2.1 and finding only the intentional CHANGELOG history references that remain.

CHANGELOG.md grows a 1.3.0 entry covering:

  • Java 11/17/21 multi-runtime support (the headline feature; was previously claimed but broken)
  • Per-subcommand --help
  • Install-script SHA-256 verification
  • checksums.txt + native-image auto-trigger in release.yml
  • Spring Boot starter ApplicationContextRunner integration tests
  • The bug fixes (VM Name ":" leak, bad-PID exit code, Java 21 API leakage in agent/server/starter)

Known follow-up

Formula/argus.rb sha256 still references the v1.2.1 artifact. After this PR is tagged v1.3.0 and release.yml uploads argus-cli-1.3.0-all.jar, a separate small PR will recompute the hash. brew install will fail with a checksum mismatch until that follow-up is merged β€” same well-understood pattern we used for v1.2.1 (#161).

Test plan

Minor release reflecting the multi-Java runtime support and the
release-pipeline hardening landed since v1.2.1. Source-of-truth
bump: gradle.properties argusVersion 1.2.1 β†’ 1.3.0.

Mirror references updated:
  - install.sh, install.ps1: fallback + example version
  - charts/argus/Chart.yaml: version + appVersion
  - charts/argus/README.md, deploy/sdkman/README.md
  - docs/getting-started.md, docs/kubernetes.md, docs/usage.md
  - site/index.html: header badge + starter snippet
  - Formula/argus.rb: url + libexec install + desc

CHANGELOG.md grows a 1.3.0 entry covering Java 11/17/21 multi-runtime
support, per-subcommand --help, install-script SHA-256 verification,
checksums.txt + native-image auto-trigger in release.yml, the starter
ApplicationContextRunner integration tests, and the bug fixes
(VM Name "<pid>:" leak, bad-PID exit code, Java 21 API leakage in
agent/server/starter).

Per the release-sync skill convention, Formula/argus.rb sha256 still
references the v1.2.1 artifact and MUST be recomputed in a follow-up
PR after release.yml uploads argus-cli-1.3.0-all.jar to the v1.3.0
GitHub Release. brew install will fail with a checksum mismatch
until that follow-up is merged.

Build verified: ./gradlew compileJava :argus-cli:test β†’ exit 0.

Signed-off-by: rlaope <piyrw9754@gmail.com>
@rlaope rlaope merged commit d7cc91e into master May 8, 2026
7 checks passed
@rlaope rlaope deleted the chore/release-1.3.0 branch May 8, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant