From c04cc4dd04a07971fe8d8a4938073aa99b77b327 Mon Sep 17 00:00:00 2001 From: maier Date: Thu, 9 Nov 2023 08:07:11 -0500 Subject: [PATCH] v2.7.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afff92a..f2eebf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ * build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 * build(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0 * build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 -* build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 -* build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0 +* build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 +* build(deps): bump golang.org/x/sync from 0.3.0 to 0.5.0 +* build(deps): bump golang.org/x/sys from 0.12.0 to 0.14.0 * build(deps): bump github.com/prometheus/client_model from 0.4.0 to 0.5.0 * build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.9 * build(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 * build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.4 * build(deps): bump github.com/circonus-labs/go-apiclient from 0.7.18 to 0.7.23 +* build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 # v2.6.0