Skip to content

Commit

Permalink
[release-v1.10] Update Quarkus version in plugins (knative#287)
Browse files Browse the repository at this point in the history
* [release-v1.10] Update Quarkus version in plugins to 2.13.8.SP3-redhat-00001

* Use S-O release branch
  • Loading branch information
dsimansk committed Oct 20, 2023
1 parent b829a1c commit 1d2d2c3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ replace (
// Knative version lock
knative.dev/client-pkg => knative.dev/client-pkg v0.0.0-20230425201444-4f052f9ef2f2
knative.dev/eventing => knative.dev/eventing v0.37.0
knative.dev/func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20231003180002-145d0d66193a
knative.dev/func => github.com/openshift-knative/kn-plugin-func v1.1.3-0.20231019114616-327ce2383229
knative.dev/hack => knative.dev/hack v0.0.0-20230417170854-f591fea109b3
knative.dev/kn-plugin-event => github.com/openshift-knative/kn-plugin-event v0.33.1-0.20230821121340-be32652cdd6c
knative.dev/networking => knative.dev/networking v0.0.0-20230419144338-e5d04e805e50
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,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.33.1-0.20230821121340-be32652cdd6c h1:+lb77GW/Bw89BE3JwE9Q0MDcQZkeDtMoqgizGJ1wHpU=
github.com/openshift-knative/kn-plugin-event v0.33.1-0.20230821121340-be32652cdd6c/go.mod h1:sD9XRD4rWzYnQmZzUyivM6ApFmPQsA2p3ZkUfQWcKBE=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20231003180002-145d0d66193a h1:jib/kIzR7wPNb60+AFwczX3Kfb4I6EP1N8UOIB/VlXg=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20231003180002-145d0d66193a/go.mod h1:mulUq+77bVqPwuPju1ZaGmelYAfOkeaX3N+eNZ+Hd8s=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20231019114616-327ce2383229 h1:++HP2ccOqngKDCKU6CYA6/Nlxy+Zmj3gU3Dd3+wQ5m4=
github.com/openshift-knative/kn-plugin-func v1.1.3-0.20231019114616-327ce2383229/go.mod h1:mulUq+77bVqPwuPju1ZaGmelYAfOkeaX3N+eNZ+Hd8s=
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:-2.13.8.SP2-redhat-00001}"
readonly quarkus_version="${LOGIC_QUARKUS_VERSION:-2.13.8.SP3-redhat-00001}"
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.31}"

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.31"

# Determine if we're running locally or in CI.
if [ -n "$OPENSHIFT_BUILD_NAMESPACE" ]; then
Expand Down
38 changes: 19 additions & 19 deletions vendor/knative.dev/func/generate/zz_filesystem_generated.go

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

Loading

0 comments on commit 1d2d2c3

Please sign in to comment.