From 3403b7f418a8aef142227be4579245b9a45bb3b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:00:59 +0000 Subject: [PATCH] Bump kubeops.cli from 9.1.5 to 9.2.0 Bumps [kubeops.cli](https://github.com/buehler/dotnet-operator-sdk) from 9.1.5 to 9.2.0. - [Release notes](https://github.com/buehler/dotnet-operator-sdk/releases) - [Changelog](https://github.com/buehler/dotnet-operator-sdk/blob/main/.releaserc.json) - [Commits](https://github.com/buehler/dotnet-operator-sdk/compare/v9.1.5...v9.2.0) --- updated-dependencies: - dependency-name: kubeops.cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4bc6bd6..2e12147 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "kubeops.cli": { - "version": "9.1.5", + "version": "9.2.0", "commands": [ "kubeops" ],