Skip to content

Tags: rlaope/Argus

Tags

v1.5.0

Toggle v1.5.0's commit message
Argus 1.5.0

Live instrumentation (argus instrument), distributed-tracing correlation +
anomaly detection, MAT-class heap analysis, continuous profiling, OpenMetrics
export + Grafana dashboard, and the argus g1 / snapshot / pool subcommands.
See CHANGELOG.md for the full list.

v1.4.0

Toggle v1.4.0's commit message
Argus 1.4.0

v1.3.0

Toggle v1.3.0's commit message
Argus v1.3.0

Minor release: Java 11 / 17 / 21 multi-runtime support is now real
(the CLI advertised 'Java 11+' since 1.0 but secretly required 21
until this release).

Highlights — see CHANGELOG.md for the full list:
  - Java 11 / 17 / 21 multi-runtime support across all modules
  - CI runtime-compat matrix verifies all three targets
  - Per-subcommand --help (was misparsed as a positional <pid>)
  - install.sh / install.ps1 SHA-256 verification via checksums.txt
  - release.yml now writes checksums.txt and auto-dispatches
    native-image.yml (release-published event doesn't fire under
    GITHUB_TOKEN)
  - argus-spring-boot-starter ApplicationContextRunner integration
    tests
  - Bug fixes: VM Name '<pid>:' leak, bad-PID exit code, Java 21
    API leakage into Java-17-baseline modules.

v1.2.1

Toggle v1.2.1's commit message
Argus v1.2.1

Patch release — re-publishes 1.2.x distribution after the docker.yml
build-agent regression silently broke ghcr.io/<owner>/argus-agent:1.2.0.

Includes:
  - fix(ci): build argus-agent JAR before docker push (PR #159)
  - chore(release): tighten deps, helm, compose, security policy (PR #158)
  - fix(i18n): restore 4-locale parity (PR #158)
  - docs: sync version + command-count references (PR #158)
  - chore(claude): add docs-sync and release-sync skills (PR #158, #159)
  - chore(release): bump to v1.2.1 (PR #160)

v1.1.0

Toggle v1.1.0's commit message
v1.1.0 — async-profiler depth, profile-gate, doctor/suggest profile i…

…ntegration

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #102 from rlaope/fix/ux-critical-fixes

fix: critical UX fixes for v1.0.0

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from rlaope/docs/overhaul-v0.9

docs: comprehensive documentation overhaul for v0.9.0

v0.8.0

Toggle v0.8.0's commit message
chore: bump version to 0.8.0

Signed-off-by: rlaope <piyrw9754@gmail.com>

v0.7.0

Toggle v0.7.0's commit message
feat: add Windows install and fish/PowerShell completions

- install.ps1: Windows PowerShell installer with argus.cmd wrapper
- completions/argus.fish: fish shell completions (32 commands)
- completions/argus.ps1: PowerShell tab completions (32 commands)
- install.sh: add fish completion auto-install support
- README: add Windows install instructions

Signed-off-by: rlaope <piyrw9754@gmail.com>