Releases: hrodrig/pgwd
Releases · hrodrig/pgwd
Release list
v1.2.0
v1.1.1
Changelog
- 9102fb5 Merge pull request #14 from hrodrig/security/go-1.26.6
- c5d61f4 Merge pull request #16 from hrodrig/docs/roadmap-1.1.1
- 32b7ccf Merge pull request #17 from hrodrig/chore/github-pr-gitflow
- 010bdd9 Merge pull request #18 from hrodrig/security/x-net-go-2026-5942
- 570de04 Merge pull request #19 from hrodrig/chore/release-1.1.1
- a5d2975 Merge pull request #20 from hrodrig/develop
- 27be060 Release 1.1.1
- 41ec365 chore(git): include VHS, man .TH, and BSD port sync in version cuts
- a84fb41 chore(git): keep Bugzilla and ports@ out of the release flow
- 396d888 chore(git): require topic PRs into develop
- f0ecbc1 docs(roadmap): add plan-1.1.1 and plan-1.2.x bands
- 4460b2b security(deps): bump golang.org/x/net to v0.56.0
- 0850b01 security(go): bump toolchain to 1.26.6
v1.1.0
Changelog
- 7392c27 Merge branch 'main' into develop
- 4016b8e Merge pull request #13 from hrodrig/develop
- 00d6968 chore(release): prepare v1.1.0
- 8539cfb docs(roadmap): open 1.1.x incident hygiene band
- dfb937d feat(run): suppress repeated threshold alerts while firing
- b2f40af fix(notify): PagerDuty dedup_key and resolve action
- 203581b test(run): MakeRunFunc latch across two check ticks
v1.0.1
Changelog
- c41fa6b Merge branch 'main' into develop
- 48d4ce5 Merge pull request #10 from hrodrig/develop
- b034f8a Merge pull request #11 from hrodrig/develop
- 83472ad Merge pull request #12 from hrodrig/develop
- a15d426 Merge pull request #8 from hrodrig/develop
- 552354f Merge pull request #9 from hrodrig/develop
- aa2442c chore(release): prepare v1.0.1 security patch
- 96101ca docs(bsd): sync port examples to 1.0.0
- 4b0263b docs(changelog): note x/text bump and README badge fixes
- fc602a6 docs(readme): drop retired Go Report Card badge
- 9faa783 docs(readme): expand post-badge nav to family header pattern
- 1e5b395 docs(readme): fix deps.dev badge URL encoding
- ba66d0f fix(security): bump golang.org/x/text to v0.39.0
v1.0.0
Changelog
- 9119f6e 0.9 slice 1: remove DISCOVER_MY_PASSWORD, add kube.password_from_secret
- 059f38e Add -strict notifier exit and stronger deprecation warnings
- 7c08f35 Add compare and 0.9-to-1.0 upgrade docs
- 5f640bd Add contrib/profiles for common pgwd deployment patterns
- b81fc87 Add hybrid pgwd brand mark (pg + live status dot)
- 99e84f7 Add optional auth for HTTP /metrics endpoint
- 6ec5e21 Allow single databases: entry with kube-postgres
- 199e387 Complete 0.9 slice 3: collector, TLS warning, bench, docs
- 4d88ca9 Complete 0.9 slice 4: SPEC audit, ROADMAP, sequence diagrams
- 845bfa0 Docs: /metrics auth is opt-in for in-cluster scrape
- 7193a92 Docs: operator use cases, DISCOVER migration, make bench in SPEC
- 9e09dec Exit codes 2/3 for connect and query failures
- 4a1b7bd Harden Prometheus label escaping in /metrics exporter
- 4fcb178 Merge branch 'main' into develop
- 6df51bb Merge pull request #6 from hrodrig/develop
- 1dafb2d Merge pull request #7 from hrodrig/develop
- b81e4e2 Plan 1.0: transparent compare docs vs alternatives (marketing)
- e2ff458 Plan 1.x: official distro packaging targets
- 8b22980 Release v0.9.0: version bump, CHANGELOG, badges, man, BSD ports
- cc7bcc6 Remove legacy db: YAML config key
- 37a512b Remove legacy total/active connection thresholds
- c0b70c0 Remove notify-on-connect-failure flag and config
- 4310522 Sanitize CSV string fields against spreadsheet formula injection
- 917fee2 test(platforms): Postgres preflight and Alpine/OpenRC 1.0 fixes
- 43a6073 test(store): cover queryAllMetrics export path with sqlmock
- e551799 test(store): lower TestQueryAllMetrics cyclomatic complexity
- 3fea544 test(store): raise SQLStore unit coverage without Docker
v0.9.0
Changelog
- 9119f6e 0.9 slice 1: remove DISCOVER_MY_PASSWORD, add kube.password_from_secret
- 059f38e Add -strict notifier exit and stronger deprecation warnings
- 5f640bd Add contrib/profiles for common pgwd deployment patterns
- 99e84f7 Add optional auth for HTTP /metrics endpoint
- 199e387 Complete 0.9 slice 3: collector, TLS warning, bench, docs
- 4d88ca9 Complete 0.9 slice 4: SPEC audit, ROADMAP, sequence diagrams
- 845bfa0 Docs: /metrics auth is opt-in for in-cluster scrape
- 7193a92 Docs: operator use cases, DISCOVER migration, make bench in SPEC
- 4a1b7bd Harden Prometheus label escaping in /metrics exporter
- d190c0e Merge develop into main for v0.9.0 release
- 8b22980 Release v0.9.0: version bump, CHANGELOG, badges, man, BSD ports
- 4310522 Sanitize CSV string fields against spreadsheet formula injection
v0.8.0
v0.7.0
Changelog
- 2353df9 Merge branch 'main' into develop
- 12623a4 Merge pull request #4 from hrodrig/develop
- 263584a Release 0.7.0: cover-check gate, CLI refactor, and test coverage
- 5fb78ca docs(0.7.x): document PagerDuty, Teams, generic webhook, and retry
- 25a76bb docs(plan-0.9): remove DISCOVER_MY_PASSWORD, secure K8s password paths
- 12c6ad4 docs(roadmap): mark 0.7.x in progress
- 8a842e3 feat(config): notifier scaffold and HTTP retry wiring for 0.7.x
- a538ed7 feat(notify): PagerDuty, Teams, generic webhook senders for 0.7.x
- cc1697a feat(notify): shared HTTP retry for 0.7.x notifiers