diff --git a/plugins/karmada/default.json b/plugins/karmada/default.json index 5cdd5d1..6b855ad 100644 --- a/plugins/karmada/default.json +++ b/plugins/karmada/default.json @@ -1,12 +1,12 @@ { "plugin": "karmada", - "version": "v1.11.2", + "version": "v1.11.3", "homepage": "https://github.com/karmada-io/karmada", "description": "Karmada (Kubernetes Armada) is a Kubernetes management system that enables\nyou to run your cloud-native applications across multiple Kubernetes\nclusters and clouds, with no changes to your applications. By speaking\nKubernetes-native APIs and providing advanced scheduling capabilities,\nKarmada enables truly open, multi-cloud Kubernetes.\nThis cli tools controls a federation of Karmada clusters.\n", "archSrc": { "aarch64-darwin": { - "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.2/kubectl-karmada-darwin-arm64.tgz", - "sha256": "3a68747b85644f715eb3fe6a4b87fe71ab21beb7c6eefaaae0c4fd260d6b2dd4", + "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.3/kubectl-karmada-darwin-arm64.tgz", + "sha256": "2944f678c5077c474957df83107971727587826ced4ca8a323a19de2a49f34db", "bin": "kubectl-karmada", "files": [ { @@ -20,8 +20,8 @@ ] }, "aarch64-linux": { - "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.2/kubectl-karmada-linux-arm64.tgz", - "sha256": "e9bedfda93f082a9c70ea30e2525a70523d55268b1fa2890bd6ce8c660f749f6", + "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.3/kubectl-karmada-linux-arm64.tgz", + "sha256": "025db94d97a6284bd3c6fc42c8a6467c11decd15cb157cdee63f41e930f1d1e4", "bin": "kubectl-karmada", "files": [ { @@ -35,8 +35,8 @@ ] }, "x86_64-darwin": { - "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.2/kubectl-karmada-darwin-amd64.tgz", - "sha256": "f53ec3db33dc7ed9732eb0090ca14332cc3d2d2e179b1bbba19c4b4ec47448fc", + "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.3/kubectl-karmada-darwin-amd64.tgz", + "sha256": "a607c94338e4ba460ee2b10d78918c6823e2c687f0a9208d7cc12ee46cefc18c", "bin": "kubectl-karmada", "files": [ { @@ -50,8 +50,8 @@ ] }, "x86_64-linux": { - "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.2/kubectl-karmada-linux-amd64.tgz", - "sha256": "8f01685a46c8b3cfd5b2503443b4ad53e7aaa8e1049892dbba50fc23eb4d6e28", + "url": "https://github.com/karmada-io/karmada/releases/download/v1.11.3/kubectl-karmada-linux-amd64.tgz", + "sha256": "b095a6e635092e5c02c6de32a2c23ffb7a3bf58040d10717a6ac9604f3109d69", "bin": "kubectl-karmada", "files": [ { diff --git a/plugins/preflight/default.json b/plugins/preflight/default.json index acf1436..419e67c 100644 --- a/plugins/preflight/default.json +++ b/plugins/preflight/default.json @@ -1,12 +1,12 @@ { "plugin": "preflight", - "version": "v0.111.1", + "version": "v0.112.0", "homepage": "https://github.com/replicatedhq/troubleshoot", "description": "This plugin executes application-specific preflight checks and conformance\ntests against a cluster, prior to installation of an application.\n\nApplication developers can create and host a Preflight manifest that\ndefines the minimum and desired Kubernetes environment for an application.\nBefore installing the application, a cluster admin can use this plugin to\nexecute the application preflight checksto identify any missing\ncomponents, configuration or incompatibilities between the cluster and the\ndesired environment.\n\nWhen executing Preflight tests, the test results will be displayed in a\nterminal-based UI on the workstation that executed the command.\n\nFor information on creating a Preflight manifest, view the documentation\nat https://help.replicated.com/docs/troubleshoot/kubernetes/analysis/\n\nUsage:\n $ kubectl preflight <uri/path>\n\n where <uri/path> references a set of application preflight checks\n\n For example:\n\n $ kubectl preflight https://preflight.replicated.com\n\nFor additional options:\n $ kubectl preflight --help\n\nDocumentation:\n Full documentation on this plugin is available at:\n https://help.replicated.com/docs/troubleshoot/kubernetes/preflight/overview/\n\n For application developers writing collectors and analyzers:\n https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/\n", "archSrc": { "aarch64-darwin": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/preflight_darwin_arm64.tar.gz", - "sha256": "922c0830670ef4795f9b8c9676b889312841a70c26ed858374d69e713d9f8197", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/preflight_darwin_arm64.tar.gz", + "sha256": "e8144ddacf17bc0a619f365a3d3a3edcc365efaa3311acdbf7e8f836ec720ef9", "bin": "preflight", "files": [ { @@ -20,8 +20,8 @@ ] }, "aarch64-linux": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/preflight_linux_arm64.tar.gz", - "sha256": "461821fac8fd0ceb90f9ba975685f08fac7db69c1b828849daf693f38ae0db07", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/preflight_linux_arm64.tar.gz", + "sha256": "1e67c1b24a889b46d3e4ac34998cb7b828e5c2305258e7bddd671e24c6e59d84", "bin": "preflight", "files": [ { @@ -35,8 +35,8 @@ ] }, "x86_64-darwin": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/preflight_darwin_amd64.tar.gz", - "sha256": "a383f5f06e434b34cdd367ee413066186262245a5f13a7f4730a0aebc5304211", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/preflight_darwin_amd64.tar.gz", + "sha256": "ab33f231d03ba4743c4103b41826f9727afc2b9aa677ed9d651229df3ac7fda6", "bin": "preflight", "files": [ { @@ -50,8 +50,8 @@ ] }, "x86_64-linux": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/preflight_linux_amd64.tar.gz", - "sha256": "835c67ccf5ef57760a2adf1105f611b255ca2b169c912e7a2907fae60a6abdf1", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/preflight_linux_amd64.tar.gz", + "sha256": "c37b702bf079fc55c081814da39f00d3bf6d695f7cb09f3102eb00eb7cc6a65b", "bin": "preflight", "files": [ { diff --git a/plugins/support-bundle/default.json b/plugins/support-bundle/default.json index 9b4460f..afa2434 100644 --- a/plugins/support-bundle/default.json +++ b/plugins/support-bundle/default.json @@ -1,12 +1,12 @@ { "plugin": "support-bundle", - "version": "v0.111.1", + "version": "v0.112.0", "homepage": "https://github.com/replicatedhq/troubleshoot", "description": "This plugin collects information about the cluster, and automatically\nredacts sensitive data from being collected. This can optionally include\napplication-specific data. The plugin writes the collected files into a\nsingle archive named support-bundle.tar.gz. This archive can be manually\ninspected or uploaded to https://vendor.replicated.com for automated\nanalysis.\n\nApplication developers can create and host a Collector manifest that\ndefines information to be collected.\n\nFor information on creating a Collector manifest, view the documentation\nat https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/\n\nUsage:\n $ kubectl support-bundle <uri>\n\n where <uri> references a set of application collectors\n\n For example:\n\n $ kubectl support-bundle https://troubleshoot.replicated.com\n\nFor additional options:\n $ kubectl support-bundle --help\n\nDocumentation:\n Full documentation on this plugin is available at:\n https://help.replicated.com/docs/troubleshoot/kubernetes/support-bundle/overview/\n\n For application developers writing collectors and analyzers:\n https://help.replicated.com/docs/troubleshoot/kubernetes/collectors/defining-collectors/\n", "archSrc": { "aarch64-darwin": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/support-bundle_darwin_arm64.tar.gz", - "sha256": "f3450504b8885af9b961a03a82fe7f7f2b1e7835097caa386c85b1a1914e95d4", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/support-bundle_darwin_arm64.tar.gz", + "sha256": "a11c2113a46fc642ff0a599d04aa0fb49bfc57fe7f9f7d72f04191c823df945f", "bin": "support-bundle", "files": [ { @@ -20,8 +20,8 @@ ] }, "aarch64-linux": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/support-bundle_linux_arm64.tar.gz", - "sha256": "f8eb9c175ebd4faf95a2d4e854943bf1b19041cca77ff67945e3e663b4f9f209", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/support-bundle_linux_arm64.tar.gz", + "sha256": "907c5347bef7b4619ce020b9bdfa0ca9264f7b4674811cadcb34dd7265e98750", "bin": "support-bundle", "files": [ { @@ -35,8 +35,8 @@ ] }, "x86_64-darwin": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/support-bundle_darwin_amd64.tar.gz", - "sha256": "30f96468abb6d12754c261c1c32528b0b473ec407be3879d53e24ddbc9b52b7f", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/support-bundle_darwin_amd64.tar.gz", + "sha256": "b2f94d1bc00e1dc9a5bdb25e3aa393aa87570cbbb684d659bf6fafe257562610", "bin": "support-bundle", "files": [ { @@ -50,8 +50,8 @@ ] }, "x86_64-linux": { - "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.111.1/support-bundle_linux_amd64.tar.gz", - "sha256": "a4913af487f7456a00cda2c145aac9d6724dca13ee63ca4996ae4a39d717283f", + "url": "https://github.com/replicatedhq/troubleshoot/releases/download/v0.112.0/support-bundle_linux_amd64.tar.gz", + "sha256": "9cf956758f933bac793056f64e9e04e5f68402708f003fbdfca58413a951ca55", "bin": "support-bundle", "files": [ {