Skip to content

Commit

Permalink
[release-v1.10] Update workflow plugin to v0.32.0 released version (k…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Oct 10, 2023
1 parent 03ab855 commit 115c600
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ require (
replace (
// Workflow plugin @ https://github.com/kiegroup/kie-tools/commit/d7d9c8f53e9525ad825d0910d5e1cb8b8e68b5d8
github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.28.1-0.20231005204834-d7d9c8f53e95
// K8s version lock
k8s.io/api => k8s.io/api v0.26.9
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dv
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.28.1-0.20231005204834-d7d9c8f53e95 h1:OkLknMd0mm2qmfFIYZd4Mj7PvKK2lgDsG50Tt2lTsjA=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.28.1-0.20231005204834-d7d9c8f53e95/go.mod h1:gFeW4Dnz1g5WOXuISjFcAwHfY2gpCcVzr7ruWSp4zQk=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.32.0 h1:271P1mUC/sqm8f+a2xyXI5byAEnVzGpgqrHklys+XCI=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.32.0/go.mod h1:gFeW4Dnz1g5WOXuISjFcAwHfY2gpCcVzr7ruWSp4zQk=
github.com/kiegroup/kogito-serverless-operator/api v1.44.1 h1:pRwSNVefulFgsN7McyipCVgnkZ80fDKbWs7gb0ZtyjY=
github.com/kiegroup/kogito-serverless-operator/api v1.44.1/go.mod h1:5BDk81IC8ink9DAqBVlHm5CjWDuDhzxzYz27mf6144A=
github.com/kiegroup/kogito-serverless-operator/workflowproj v1.44.1 h1:j85PVxJMF1RPD1gdmW3S9LOjFVgWXUzbvCeOAJUO2gA=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ github.com/kelseyhightower/envconfig
# github.com/kevinburke/ssh_config v1.2.0
## explicit
github.com/kevinburke/ssh_config
# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.32.0 => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.28.1-0.20231005204834-d7d9c8f53e95
# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.32.0
## explicit; go 1.20
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus
Expand Down Expand Up @@ -2273,7 +2273,6 @@ sigs.k8s.io/structured-merge-diff/v4/value
## explicit; go 1.12
sigs.k8s.io/yaml
# github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
# github.com/kiegroup/kie-tools/packages/kn-plugin-workflow => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v0.28.1-0.20231005204834-d7d9c8f53e95
# k8s.io/api => k8s.io/api v0.26.9
# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.9
# k8s.io/apimachinery => k8s.io/apimachinery v0.26.9
Expand Down

0 comments on commit 115c600

Please sign in to comment.