From c5907ce156dfbf82842b2fe8a49003b434577fd5 Mon Sep 17 00:00:00 2001 From: abtreece Date: Tue, 26 May 2026 22:11:00 -0500 Subject: [PATCH] docs: backfill CHANGELOG with missed merged PRs Adds the entries that were not captured in the prior CHANGELOG updates: #590, #598, #599, #600, #609, #612. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 810ddebe8..648a67451 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,17 @@ ### [Unreleased] +* fix: match CHANGELOG headers with date suffix in release workflow (#590) * chore(deps): bump github.com/hashicorp/consul/api from 1.33.7 to 1.34.2 (#591) * chore(deps): bump github.com/hashicorp/vault/api from 1.22.0 to 1.23.0 (#593) * chore(deps): bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.1 (#595) * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.55.0 to 1.57.3 (#596) * chore(deps): bump github.com/aws/aws-sdk-go-v2/service/acm from 1.38.1 to 1.38.3 (#597) * chore: bump Go from 1.25 to 1.26 in build infra (Dockerfile, workflows) +* chore: consolidate Go version pins across the repo (#598) +* docs: clarify Go toolchain version guidance (#599) +* test: improve unit test coverage (#600) +* fix: config precedence resolution (#609) +* chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17 (#612) * chore: bump Go toolchain to 1.26.3 to patch stdlib CVEs (CVE-2026-33811, CVE-2026-33814, CVE-2026-39820, CVE-2026-39836, CVE-2026-42499) (#617) * chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.10 to 3.6.11 (#614) * chore(deps): bump github.com/redis/go-redis/v9 from 9.18.0 to 9.19.0 (#613)