Skip to content

Releases: kubex-ecosystem/analyzer

analyzer v0.0.3

26 Sep 18:55
1062400

Choose a tag to compare

analyzer Release v0.0.3

What's Included

This release contains cross-platform binaries for:
- 🐧 Linux (AMD64): analyzer_linux_amd64.tar.gz - 🐧 Linux (ARM64): analyzer_linux_arm64.tar.gz - 🍎 macOS (AMD64): analyzer_darwin_amd64.tar.gz - 🍎 macOS (ARM64): analyzer_darwin_arm64.tar.gz - 🪟 Windows (AMD64): analyzer_windows_amd64.zip

Installation

Linux/macOS

# Download and extract
wget https://github.com/kubex-ecosystem/analyzer/releases/download/v0.0.3/analyzer_linux_amd64.tar.gz
tar -xzf analyzer_linux_amd64.tar.gz
chmod +x analyzer_linux_amd64
sudo mv analyzer_linux_amd64 /usr/local/bin/analyzer

Windows

# Download and extract the ZIP file
# Add the executable to your PATH

Verification

All binaries are compressed and checksums are provided in SHA256SUMS.

# Verify checksum
sha256sum -c SHA256SUMS

Build Information

  • Go Version:
  • Built on: 2025-09-26 18:55:49 UTC
  • Commit: 1062400
  • Workflow: 18046585474

Full Changelog: kubex-ecosystem/analyzer/compare/...

analyzer v0.0.2

26 Sep 13:07
3b80a36

Choose a tag to compare

analyzer Release v0.0.2

What's Included

This release contains cross-platform binaries for:
- 🐧 Linux (AMD64): analyzer_linux_amd64.tar.gz - 🐧 Linux (ARM64): analyzer_linux_arm64.tar.gz - 🍎 macOS (AMD64): analyzer_darwin_amd64.tar.gz - 🍎 macOS (ARM64): analyzer_darwin_arm64.tar.gz - 🪟 Windows (AMD64): analyzer_windows_amd64.zip

Installation

Linux/macOS

# Download and extract
wget https://github.com/kubex-ecosystem/analyzer/releases/download/v0.0.2/analyzer_linux_amd64.tar.gz
tar -xzf analyzer_linux_amd64.tar.gz
chmod +x analyzer_linux_amd64
sudo mv analyzer_linux_amd64 /usr/local/bin/analyzer

Windows

# Download and extract the ZIP file
# Add the executable to your PATH

Verification

All binaries are compressed and checksums are provided in SHA256SUMS.

# Verify checksum
sha256sum -c SHA256SUMS

Build Information

  • Go Version: 1.25.1
  • Built on: 2025-09-26 13:07:36 UTC
  • Commit: 3b80a36
  • Workflow: 18038528941

Full Changelog: kubex-ecosystem/analyzer/compare/...

Release v0.0.1

25 Sep 23:22
3c3fcb0

Choose a tag to compare

🚀 What's New in v0.0.1

$CHANGELOG

📦 Installation

Docker

docker pull ghcr.io/kubex-ecosystem/analyzer:v0.0.1

From Source

git clone https://github.com/kubex-ecosystem/analyzer.git
cd analyzer
git checkout v0.0.1
make build-all

Docker Compose

wget https://github.com/kubex-ecosystem/analyzer/releases/download/v0.0.1/docker-compose.yml
docker compose up -d

🔒 Security

This release has been scanned for vulnerabilities and is ready for production use.

📊 Checksums

See assets below for SHA256 checksums.


Full Changelog: v0.0.1...HEAD