From a0d1d07c20ae92d2f832accefb2dbbd8ed60cd40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:16:38 +0000 Subject: [PATCH] chore(main): release 1.9.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e9de2..0fadf3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.9.0](https://github.com/soerenschneider/sc-agent/compare/v1.8.0...v1.9.0) (2025-02-21) + + +### Features + +* make sure data is always written to newly added pki backends ([9e6f6b1](https://github.com/soerenschneider/sc-agent/commit/9e6f6b196f027974d0d13800f19369c5b6606da2)) + + +### Bug Fixes + +* **deps:** bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1 ([cac96fe](https://github.com/soerenschneider/sc-agent/commit/cac96fe6cd0bed52a90c41252c68407a89f775af)) +* **deps:** bump github.com/go-playground/validator/v10 ([12e9543](https://github.com/soerenschneider/sc-agent/commit/12e9543ddb720182089df21d689dc87a281dc90d)) +* **deps:** bump github.com/prometheus-community/pro-bing ([d4c5217](https://github.com/soerenschneider/sc-agent/commit/d4c52178ced38c5cb07b175db80584712e072ecb)) +* **deps:** bump github.com/prometheus/common from 0.60.1 to 0.62.0 ([9fd6ab8](https://github.com/soerenschneider/sc-agent/commit/9fd6ab8b80f7007d4cd7949d3bd09e7a0da7cb6c)) +* **deps:** bump github.com/zcalusic/sysinfo from 1.1.2 to 1.1.3 ([0a710d7](https://github.com/soerenschneider/sc-agent/commit/0a710d7900b51b986dcf0262cb2c4685923bfee7)) +* **deps:** bump golang from 1.23.2 to 1.23.4 ([45c7064](https://github.com/soerenschneider/sc-agent/commit/45c7064617d732a3bfd5578f9e98c11b987bac11)) +* **deps:** bump golang from 1.23.4 to 1.24.0 ([5714c8d](https://github.com/soerenschneider/sc-agent/commit/5714c8d87046fecb6fe1125b47628bca6ee34a23)) +* **deps:** bump golang.org/x/crypto from 0.28.0 to 0.33.0 ([911ce06](https://github.com/soerenschneider/sc-agent/commit/911ce06512c21aca9eb6d27100bf4a8fe0ca0010)) +* **deps:** bump golang.org/x/term from 0.25.0 to 0.28.0 ([5e87f77](https://github.com/soerenschneider/sc-agent/commit/5e87f778ed7471bce4270519d5b6ffffb42095d2)) +* **http_replication:** only proceed if response's status code is 2xx ([544ad13](https://github.com/soerenschneider/sc-agent/commit/544ad130d83d1f3e3a23090767a00adac5b518d6)) +* **http_replication:** only replicate item if response is not empty ([3ee51d8](https://github.com/soerenschneider/sc-agent/commit/3ee51d81bdf62caefe9bd52d40ba7c9778378efb)) + ## [1.8.0](https://github.com/soerenschneider/sc-agent/compare/v1.7.0...v1.8.0) (2024-11-08)