Skip to content

Releases: SckyzO/prometheus-cli

prometheus-cli v2.4.1

16 Jan 15:04

Choose a tag to compare

Changelog

  • be160e2 docs: release v2.4.1
  • 351a6a7 fix: completion duplication bug

prometheus-cli v2.4.0

16 Jan 14:01

Choose a tag to compare

Changelog

  • f6aae58 feat: implement ASCII graph mode for range queries

prometheus-cli v2.3.0

16 Jan 13:11

Choose a tag to compare

Changelog

  • 166f139 docs: release v2.3.0
  • 47a5935 chore: upgrade to Go 1.24 & update deps
  • 94107da feat: add config file support & example

prometheus-cli v2.2.0

16 Jan 11:27

Choose a tag to compare

Changelog

  • c9b73ec docs: release v2.2.0
  • 62d4f39 feat: add support for auth env vars and password file
  • 4f738e3 🎯 update go.mod & go.sum
  • c691c53 🎯 update go.mod
  • b96fd1c Feat: Add screenshots and changelog to README.md
  • a392191 Fix: Update repository URLs in README.md
  • 256a39f Update README badge issue
  • 58a9d2f Update README badge issue

prometheus-cli v2.1.0

09 Aug 18:41

Choose a tag to compare

Changelog

  • d443563 Fix: Resolve Go linting issues in main.go
  • 4daf06f 📊 Enhance table display and fix help formatting for v2.1.0
  • 7a01897 feat(welcome): Make tips display optional and enhance content
  • This commit introduces a new --tips command-line flag to control the display of detailed feature and usage tips on startup.
  • When --tips is enabled, the welcome message will now include a comprehensive "Features" section and an expanded "Tips" section, drawing inspiration from the project's README. This provides users with a more informative initial experience when requested.
  • When --tips is not used, only the essential "Enter Prometheus queries. Press Ctrl+C to exit." message is displayed, ensuring a concise startup for experienced users.
  • d70062d feat(history): Add configurable history file and persistence option

prometheus-cli v2.0.0

09 Aug 13:26

Choose a tag to compare

Changelog

  • ecf85d4 fix(ci): 🔨 Set correct main path for GoReleaser
  • 2ddf102 fix(ci): Downgrade goreleaser-action to v6
  • 2c4fe00 fix(ci): 🔧 Correct workflow trigger and upgrade actions
  • a3ad5da fix(ci): ⬆️ Upgrade Go and golangci-lint versions in workflow
  • 270958e 🔧 fix: Fix kingpin import to resolve linter issues
  • ee430a5 🛠️ fix: Improve error handling throughout the codebase
  • 03919cc feat: ✨ Rework release workflow with GoReleaser
  • 9c822a4 fix: separate Windows and Unix build steps in GitHub Actions
  • f112bd9 fix: resolve GitHub Actions workflow issues
  • c0268ba feat: rename project from promcurl to prometheus-cli with prom-cli binary
  • d2ddd88 feat: Release v2.0.0 - Complete Go rewrite with advanced autocompletion
  • 650d4f6 🚀 Rewrite in Go with improved structure and features for Prometheus metrics CLI.
  • eaf1e4d Update promcurl.py
  • 2cb23a4 Create promcurl.py
  • 73b717a Update README.md
  • 9365891 Initial commit