Skip to content

Commit

Permalink
Upgrade versions for jbang(0.116.0) and camel app(4.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Apr 3, 2024
1 parent 502a7c8 commit d00c4f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-camel-jbang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
name: Install JBang
shell: bash
env:
JBANG_DOWNLOAD_VERSION: '0.115.0'
JBANG_DOWNLOAD_VERSION: '0.116.0'
run: |
curl -Ls https://sh.jbang.dev | bash -s - app setup
echo "$HOME/.jbang/bin" >> $GITHUB_PATH
Expand All @@ -42,7 +42,7 @@ runs:
run: |
jbang trust add https://github.com/apache/camel/
jbang app install camel@apache/camel
camel version set '4.4.1'
camel version set '4.5.0'
- id: check-camel-jbang
name: Check JBang Camel app
Expand Down
3 changes: 2 additions & 1 deletion e2e/support/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,8 @@ func CamelKWithContext(t *testing.T, ctx context.Context, args ...string) *cobra
debug.PrintStack()
}

tempArgs := []string{"run", "--deps=org.apache.camel:camel-jbang-plugin-k:4.4.1", "--deps=org.apache.camel.k:camel-k-crds:2.3.0-SNAPSHOT", "camel@apache/camel", "k"}
// TODO: add env vars for camel-jbang-plugin-k version and use another value for camel-k version
tempArgs := []string{"run", "--deps=org.apache.camel:camel-jbang-plugin-k:4.5.0", "--deps=org.apache.camel.k:camel-k-crds:2.3.0-SNAPSHOT", "camel@apache/camel", "k"}

camelKArgs := os.Getenv("CAMELK_ARGS")
camelKDefaultArgs := strings.Fields(camelKArgs)
Expand Down

0 comments on commit d00c4f0

Please sign in to comment.