pgSCV v0.15.3
Changelog
- 72d3bae Added support build docker image for arch linux/arm64, linux/386, linux/arm/v7
- c8e4742 Added signing of Docker images via cosign
- 3755d69 Added govulncheck
- 7994a21 Added wal archiving to demo-lab (#365)
- 42872c8 Added support for building packages for Debian/Ubuntu (deb), RedHat-like (rpm) and Alpine Linux (apk)
- e9e01a7 Fixed get statistics from pg_subscription_rel view (#366)
- c350d1a Fixed get tables and indexes stats, issue #329 (#347)
- d1741fc Fixed goroutine leak in system/filesystems collector, issue #336 (#337)
- 046f903 Fixed setting host label in system collector
- 99536ef Fixed subscription_rel collector
- 9ab3c4d Migrate to pgx/v5 (#364)
- 24040da Optimize pg_locks filtering, issue #331
- c47e5a6 Update Grafana dashboards
- f47c1e4 Updated Golang, gosec/revive, and Go modules to the latest stable versions