Skip to content

Commit cebd235

Browse files
authored
Merge pull request #120 from kaytu-io/feat-adds-job-queue
fix: Adds on finish to jobQueue
2 parents 12fc5d3 + b22e311 commit cebd235

File tree

4 files changed

+180
-147
lines changed

4 files changed

+180
-147
lines changed

Diff for: pkg/plugin/proto/plugin.proto

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ message RegisterConfig {
2323
string version = 2;
2424
string provider = 3;
2525
repeated Command commands = 4;
26+
string min_kaytu_version = 5;
2627
}
2728

2829
message Error {

0 commit comments

Comments
 (0)