Skip to content

Commit

Permalink
[release-v1.11] update quarkus version to 3.2.10.Final-redhat-00002 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Feb 13, 2024
1 parent 8762f05 commit f9bae1c
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ replace (
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
knative.dev/client-pkg => knative.dev/client-pkg v0.0.0-20231012115829-bcb06af7a827
knative.dev/eventing => knative.dev/eventing v0.38.4
knative.dev/func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20240124181517-9d69b122b7e1
knative.dev/func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20240213172456-3bd596fda969
knative.dev/hack => knative.dev/hack v0.0.0-20230712131415-ddae80293c43
knative.dev/kn-plugin-event => github.com/openshift-knative/kn-plugin-event v0.38.1-0.20231017003653-5728b23e8bab
knative.dev/networking => knative.dev/networking v0.0.0-20231012062757-a5958051caf8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,8 @@ github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaL
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
github.com/openshift-knative/kn-plugin-event v0.38.1-0.20231017003653-5728b23e8bab h1:l0Yh4iXcGF1kIGRDgDFwx/y0wOXaapweTD0BP4q2FiY=
github.com/openshift-knative/kn-plugin-event v0.38.1-0.20231017003653-5728b23e8bab/go.mod h1:etYvJw9gYb62OicTXiwiXy4GK5Hxel3uK3Zul8Afb1c=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20240124181517-9d69b122b7e1 h1:Pwxk2KUaXJcmNrY6uBA9zkRVJEiZiktzjfooHIO84i8=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20240124181517-9d69b122b7e1/go.mod h1:4dECUlxtg2xyTDoqv4gnYg/6250QRSiWanBhpekdzDc=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20240213172456-3bd596fda969 h1:zx57I7/B1oVDj3X/FeykbWTTrlgzGmEszvCl4mLLKFc=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20240213172456-3bd596fda969/go.mod h1:4dECUlxtg2xyTDoqv4gnYg/6250QRSiWanBhpekdzDc=
github.com/openshift-pipelines/pipelines-as-code v0.17.1 h1:9+vnu3FMrfMy6R+jhaV6jvmVhDrXRYuGvgHHrCfTdrU=
github.com/openshift-pipelines/pipelines-as-code v0.17.1/go.mod h1:5gCkO4y2PEFZ842tbF8376rD386DkoSyyQI3vjdqwq4=
github.com/openshift/source-to-image v1.3.8 h1:G9qZfEcu79SQKYs7vX5vglx+pP1kDW/s9iuOkmiTpoI=
Expand Down
2 changes: 1 addition & 1 deletion hack/build.sh.d/kn-plugin-workflow.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Env variables can be injected to override values during build phase
readonly quarkus_version="${LOGIC_QUARKUS_VERSION:-3.2.9.Final-redhat-00004}"
readonly quarkus_version="${LOGIC_QUARKUS_VERSION:-3.2.10.Final-redhat-00002}"
readonly quarkus_platform_group_id="${LOGIC_QUARKUS_GROUP:-com.redhat.quarkus.platform}"
readonly dev_mode_image="${LOGIC_DEV_MODE_IMAGE:-registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32}"

Expand Down
Loading

0 comments on commit f9bae1c

Please sign in to comment.