Skip to content

Commit

Permalink
[release-v1.11] update workflow plugin to 1.32.1 (knative#364)
Browse files Browse the repository at this point in the history
* [release-v1.11] update workflow plugin to 1.32.1

* [release-v1.11] pin e2e setup branch to release
  • Loading branch information
dsimansk authored Feb 22, 2024
1 parent 23c10f0 commit c9fa146
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 25 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ require (

replace (
github.com/apache/incubator-kie-kogito-serverless-operator/api v0.0.0 => github.com/apache/incubator-kie-kogito-serverless-operator/api v0.0.0-20240126134605-2b5056d12bb9
github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.0
github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.1
// Workflow plugin
github.com/imdario/mergo => github.com/imdario/mergo v0.3.16

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1241,8 +1241,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 v1.32.0 h1:bOdIgHoc6iEimt+ld20V6DDXNV3HEom92/aZk0clmEo=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.0/go.mod h1:2cSJdS2W6sbYkSM4ytRnNcIP9l5mVGoOgvfryL1cG7U=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.1 h1:lZ2pzt9wdbAufllA6IInMgGKfa3Lc1ITA1ivTCydLQA=
github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.1/go.mod h1:AX3nCQLg1hH+jj1bnSmszZwpsq+kdkUCIwhpNNe0ZLc=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readonly SERVING_BRANCH="release-next"
readonly EVENTING_BRANCH="release-next"

# The value should be updated once S-O release branch is cut
readonly SERVERLESS_BRANCH="main"
readonly SERVERLESS_BRANCH="release-1.32"

# Determine if we're running locally or in CI.
if [ -n "$OPENSHIFT_BUILD_NAMESPACE" ]; then
Expand Down

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

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

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

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ github.com/apache/incubator-kie-kogito-serverless-operator/api/v1alpha08
# github.com/apache/incubator-kie-kogito-serverless-operator/workflowproj v0.0.0-20240126134605-2b5056d12bb9
## explicit; go 1.21
github.com/apache/incubator-kie-kogito-serverless-operator/workflowproj
# github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow v0.33.0 => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.0
# github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow v0.33.0 => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.1
## explicit; go 1.20
github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow/pkg/command
github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow/pkg/command/quarkus
Expand Down Expand Up @@ -2293,7 +2293,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
## explicit; go 1.12
sigs.k8s.io/yaml
sigs.k8s.io/yaml/goyaml.v2
# github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.0
# github.com/apache/incubator-kie-tools/packages/kn-plugin-workflow => github.com/kiegroup/kie-tools/packages/kn-plugin-workflow v1.32.1
# github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
# github.com/manifestival/client-go-client => github.com/manifestival/client-go-client v0.5.1-0.20240212170846-db471987b889
# k8s.io/api => k8s.io/api v0.27.10
Expand Down

0 comments on commit c9fa146

Please sign in to comment.