From d68e019b4febcccef0c0e1a1a285e34175fedaa7 Mon Sep 17 00:00:00 2001 From: David Dymko Date: Sat, 25 Apr 2026 11:41:23 -0400 Subject: [PATCH] chore(main): release 1.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9e26dfe..f1ef058 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} \ No newline at end of file +{".":"1.6.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index abcd6da..cb4ca37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 1.6.1 (2026-04-25) + + +### chore + +* release v1.5.1 ([f64c1ab](https://github.com/devbytes-cloud/conditioner/commit/f64c1abb9c62368991fb766e664a41c1e164020a)) +* release v1.6.1 ([2a249d8](https://github.com/devbytes-cloud/conditioner/commit/2a249d8e35c39b8ac475562e7fdbf88666a0b94d)) + + +### Features + +* add config support ([#51](https://github.com/devbytes-cloud/conditioner/issues/51)) ([02316cd](https://github.com/devbytes-cloud/conditioner/commit/02316cd7916e167daecc9d6824ff1e0759354f5f)) +* add krew to build pipeline ([#40](https://github.com/devbytes-cloud/conditioner/issues/40)) ([0a64821](https://github.com/devbytes-cloud/conditioner/commit/0a648210af30c178ca71293c0eb47fa4066c111b)) +* **conditioner:** add logo ([b7d6852](https://github.com/devbytes-cloud/conditioner/commit/b7d685224458211ae6d95723d3c1324cbabeb6e7)) +* **conditioner:** initial pr ([ce48247](https://github.com/devbytes-cloud/conditioner/commit/ce48247b3c2a2eaf38767b8f3ec535d201022780)) +* **conditioner:** initial pr ([846552a](https://github.com/devbytes-cloud/conditioner/commit/846552a2071eb41fab84484b1cef049d8f3d0d3a)) +* **homebrew:** add homebrew ([#12](https://github.com/devbytes-cloud/conditioner/issues/12)) ([1070259](https://github.com/devbytes-cloud/conditioner/commit/1070259391610f72f9fa4e7e7fdc04a96eab0f16)) +* support xargs node names ([#208](https://github.com/devbytes-cloud/conditioner/issues/208)) ([66c8041](https://github.com/devbytes-cloud/conditioner/commit/66c80416844835745209670cb798a6a11a9baf42)) +* updated various deps ([#168](https://github.com/devbytes-cloud/conditioner/issues/168)) ([f2b3a48](https://github.com/devbytes-cloud/conditioner/commit/f2b3a485e7623d49bb7d783171be73b1171f9878)) + + +### Bug Fixes + +* docker kubectl ([#170](https://github.com/devbytes-cloud/conditioner/issues/170)) ([c3d03bd](https://github.com/devbytes-cloud/conditioner/commit/c3d03bd1e9e3962720158173abb8523cc86cea03)) +* json path message ([#214](https://github.com/devbytes-cloud/conditioner/issues/214)) ([220805f](https://github.com/devbytes-cloud/conditioner/commit/220805fee461bba1301ee5ee0eeef91bf1698ddb)) +* **releaser:** typo ([b7b7963](https://github.com/devbytes-cloud/conditioner/commit/b7b79631fa37faa347bdd54aea637685e70f5c87)) + + +### Dependencies + +* update actions/setup-go action to v6 ([#166](https://github.com/devbytes-cloud/conditioner/issues/166)) ([ee20c50](https://github.com/devbytes-cloud/conditioner/commit/ee20c502db68ef7d36562f09a359bd2b860d96f5)) +* update alpine/kubectl docker tag to v1.36.0 ([#225](https://github.com/devbytes-cloud/conditioner/issues/225)) ([70d169d](https://github.com/devbytes-cloud/conditioner/commit/70d169d07237485d5f4ee09384c4027bf331ca51)) +* update module github.com/stretchr/testify to v1.11.1 ([#161](https://github.com/devbytes-cloud/conditioner/issues/161)) ([df21886](https://github.com/devbytes-cloud/conditioner/commit/df2188685451f8c28050fb1d042ce9b3f0412839)) + ## [1.6.1](https://github.com/devbytes-cloud/conditioner/compare/v1.6.0...v1.6.1) (2026-04-25)