Releases: SckyzO/prometheus-cli
Releases · SckyzO/prometheus-cli
prometheus-cli v2.4.1
prometheus-cli v2.4.0
Changelog
- f6aae58 feat: implement ASCII graph mode for range queries
prometheus-cli v2.3.0
prometheus-cli v2.2.0
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
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
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