From 60dae8e7710724bd3f8b63d23aac1e3ba99ec67c Mon Sep 17 00:00:00 2001 From: ben8t Date: Tue, 30 Dec 2025 15:37:45 +0100 Subject: [PATCH 1/3] chore: update plugin categories --- src/main/java/io/kestra/plugin/git/package-info.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/java/io/kestra/plugin/git/package-info.java b/src/main/java/io/kestra/plugin/git/package-info.java index 08e3b4a8..257de101 100644 --- a/src/main/java/io/kestra/plugin/git/package-info.java +++ b/src/main/java/io/kestra/plugin/git/package-info.java @@ -1,7 +1,11 @@ @PluginSubGroup( description = "This sub-group of plugins contains tasks for using Git.\n" + "Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.", - categories = PluginSubGroup.PluginCategory.TOOL + categories = PluginSubGroup.PluginCategory.TOOL, + categories = { + PluginSubGroup.PluginCategory.INFRASTRUCTURE, + PluginSubGroup.PluginCategory.BUSINESS + } ) package io.kestra.plugin.git; From 786eb1570631e964faaeaae2c8e4a4dc77108875 Mon Sep 17 00:00:00 2001 From: ben8t Date: Tue, 20 Jan 2026 09:55:02 +0100 Subject: [PATCH 2/3] chore: fix plugin categories --- src/main/java/io/kestra/plugin/git/package-info.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/io/kestra/plugin/git/package-info.java b/src/main/java/io/kestra/plugin/git/package-info.java index 257de101..01fc6a81 100644 --- a/src/main/java/io/kestra/plugin/git/package-info.java +++ b/src/main/java/io/kestra/plugin/git/package-info.java @@ -1,7 +1,6 @@ @PluginSubGroup( description = "This sub-group of plugins contains tasks for using Git.\n" + "Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.", - categories = PluginSubGroup.PluginCategory.TOOL, categories = { PluginSubGroup.PluginCategory.INFRASTRUCTURE, PluginSubGroup.PluginCategory.BUSINESS From fb60af50cfedd92a8b005eaa97b15a58ba861164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Delbrayelle?= Date: Thu, 12 Feb 2026 11:12:05 +0100 Subject: [PATCH 3/3] chore: update kestraVersion to 1.2.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a6f17c34..86507a60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ version=1.1.4-SNAPSHOT -kestraVersion=1.0.0 +kestraVersion=1.2.3