diff --git a/.github/workflows/dependabot-deps.yaml b/.github/workflows/dependabot-deps.yaml index eb1c4b6223..1057c024a9 100644 --- a/.github/workflows/dependabot-deps.yaml +++ b/.github/workflows/dependabot-deps.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} path: ./src/github.com/${{ github.repository }} diff --git a/.konflux/applications/serverless-operator-135/components/kn-client-cli-artifacts-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-client-cli-artifacts-115.yaml index d680eaed9b..dcc7c359bf 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-client-cli-artifacts-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-client-cli-artifacts-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-client-cli-artifacts-115 spec: componentName: kn-client-cli-artifacts-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/client.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-client-kn-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-client-kn-115.yaml index 276e4facf7..c2a0ee3a43 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-client-kn-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-client-kn-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-client-kn-115 spec: componentName: kn-client-kn-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/client.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-client-test-grpc-ping-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-client-test-grpc-ping-115.yaml index 218585cfcd..df6c4d5a9a 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-client-test-grpc-ping-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-client-test-grpc-ping-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-client-test-grpc-ping-115 spec: componentName: kn-client-test-grpc-ping-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/client.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-client-test-helloworld-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-client-test-helloworld-115.yaml index 75003a5664..ee4bc252bd 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-client-test-helloworld-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-client-test-helloworld-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-client-test-helloworld-115 spec: componentName: kn-client-test-helloworld-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/client.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-client-test-servingcontainer-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-client-test-servingcontainer-115.yaml index 77f1bb3cc3..56110fc077 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-client-test-servingcontainer-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-client-test-servingcontainer-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-client-test-servingcontainer-115 spec: componentName: kn-client-test-servingcontainer-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/client.git diff --git a/.konflux/applications/serverless-operator-135/components/kn-client-test-sidecarcontainer-115.yaml b/.konflux/applications/serverless-operator-135/components/kn-client-test-sidecarcontainer-115.yaml index b4d7f5149a..b55668b339 100755 --- a/.konflux/applications/serverless-operator-135/components/kn-client-test-sidecarcontainer-115.yaml +++ b/.konflux/applications/serverless-operator-135/components/kn-client-test-sidecarcontainer-115.yaml @@ -7,8 +7,7 @@ metadata: name: kn-client-test-sidecarcontainer-115 spec: componentName: kn-client-test-sidecarcontainer-115 - application: serverless-operator-135 - + application: serverless-operator-135 source: git: url: https://github.com/openshift-knative/client.git diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index a2748b436b..392cd4c7bf 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -100,10 +100,6 @@ spec: VMs name: privileged-nested type: string - - name: enable-package-registry-proxy - default: 'true' - description: Use the package registry proxy when prefetching dependencies - type: string results: - description: "" name: IMAGE_URL @@ -158,8 +154,6 @@ spec: value: $(params.output-image).prefetch - name: ociArtifactExpiresAfter value: $(params.image-expires-after) - - name: enable-package-registry-proxy - value: $(params.enable-package-registry-proxy) runAfter: - clone-repository taskRef: diff --git a/.tekton/kn-client-cli-artifacts-115-pull-request.yaml b/.tekton/kn-client-cli-artifacts-115-pull-request.yaml index 853291af32..d46d1eb68f 100755 --- a/.tekton/kn-client-cli-artifacts-115-pull-request.yaml +++ b/.tekton/kn-client-cli-artifacts-115-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-cli-artifacts-115-push.yaml b/.tekton/kn-client-cli-artifacts-115-push.yaml index f33788adab..3ca5516467 100755 --- a/.tekton/kn-client-cli-artifacts-115-push.yaml +++ b/.tekton/kn-client-cli-artifacts-115-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-kn-115-pull-request.yaml b/.tekton/kn-client-kn-115-pull-request.yaml index a3bc840326..d010d211ca 100755 --- a/.tekton/kn-client-kn-115-pull-request.yaml +++ b/.tekton/kn-client-kn-115-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-kn-115-push.yaml b/.tekton/kn-client-kn-115-push.yaml index 2061bf3ba9..64abbc7ec7 100755 --- a/.tekton/kn-client-kn-115-push.yaml +++ b/.tekton/kn-client-kn-115-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-grpc-ping-115-pull-request.yaml b/.tekton/kn-client-test-grpc-ping-115-pull-request.yaml index 1aa6bee392..a745ed99af 100755 --- a/.tekton/kn-client-test-grpc-ping-115-pull-request.yaml +++ b/.tekton/kn-client-test-grpc-ping-115-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-grpc-ping-115-push.yaml b/.tekton/kn-client-test-grpc-ping-115-push.yaml index a4dab0812e..e57611f853 100755 --- a/.tekton/kn-client-test-grpc-ping-115-push.yaml +++ b/.tekton/kn-client-test-grpc-ping-115-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-helloworld-115-pull-request.yaml b/.tekton/kn-client-test-helloworld-115-pull-request.yaml index 865a170961..9a0dace3a0 100755 --- a/.tekton/kn-client-test-helloworld-115-pull-request.yaml +++ b/.tekton/kn-client-test-helloworld-115-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-helloworld-115-push.yaml b/.tekton/kn-client-test-helloworld-115-push.yaml index b944eee880..f3f59fd543 100755 --- a/.tekton/kn-client-test-helloworld-115-push.yaml +++ b/.tekton/kn-client-test-helloworld-115-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-servingcontainer-115-pull-request.yaml b/.tekton/kn-client-test-servingcontainer-115-pull-request.yaml index 4d17e48880..621caaa274 100755 --- a/.tekton/kn-client-test-servingcontainer-115-pull-request.yaml +++ b/.tekton/kn-client-test-servingcontainer-115-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-servingcontainer-115-push.yaml b/.tekton/kn-client-test-servingcontainer-115-push.yaml index f8c85a148c..72c7b08d52 100755 --- a/.tekton/kn-client-test-servingcontainer-115-push.yaml +++ b/.tekton/kn-client-test-servingcontainer-115-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-sidecarcontainer-115-pull-request.yaml b/.tekton/kn-client-test-sidecarcontainer-115-pull-request.yaml index 72e7a7fc8b..f0ec03b41c 100755 --- a/.tekton/kn-client-test-sidecarcontainer-115-pull-request.yaml +++ b/.tekton/kn-client-test-sidecarcontainer-115-pull-request.yaml @@ -22,7 +22,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/.tekton/kn-client-test-sidecarcontainer-115-push.yaml b/.tekton/kn-client-test-sidecarcontainer-115-push.yaml index d3ebf86817..e26f3d0f0d 100755 --- a/.tekton/kn-client-test-sidecarcontainer-115-push.yaml +++ b/.tekton/kn-client-test-sidecarcontainer-115-push.yaml @@ -21,7 +21,7 @@ spec: - name: build-args value: - CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime diff --git a/openshift/ci-operator/build-image/Dockerfile b/openshift/ci-operator/build-image/Dockerfile index 80d7915c11..f6d27d29fc 100755 --- a/openshift/ci-operator/build-image/Dockerfile +++ b/openshift/ci-operator/build-image/Dockerfile @@ -3,7 +3,7 @@ FROM registry.ci.openshift.org/ocp/4.17:cli-artifacts as tools # Dockerfile to bootstrap build and test in openshift-ci -FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%!s(*string=0xc0006c8650)-openshift-4.17 as builder +FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.25-openshift-4.21 as builder ARG TARGETARCH diff --git a/openshift/ci-operator/knative-images/kn/Dockerfile b/openshift/ci-operator/knative-images/kn/Dockerfile index 7218af5a47..e1e68da953 100755 --- a/openshift/ci-operator/knative-images/kn/Dockerfile +++ b/openshift/ci-operator/knative-images/kn/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for cmd/kn. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%!s(*string=0xc0006c8650)-openshift-4.17 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.25-openshift-4.21 ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile b/openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile index 970199a3d9..d127213e7b 100755 --- a/openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile +++ b/openshift/ci-operator/knative-test-images/grpc-ping/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for vendor/knative.dev/serving/test/test_images/grpc-ping. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%!s(*string=0xc0006c8650)-openshift-4.17 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.25-openshift-4.21 ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/helloworld/Dockerfile b/openshift/ci-operator/knative-test-images/helloworld/Dockerfile index ce0874846f..9da87717f8 100755 --- a/openshift/ci-operator/knative-test-images/helloworld/Dockerfile +++ b/openshift/ci-operator/knative-test-images/helloworld/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for test/test_images/helloworld. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%!s(*string=0xc0006c8650)-openshift-4.17 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.25-openshift-4.21 ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile b/openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile index 19cfb7f551..c3dd26f9f5 100755 --- a/openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile +++ b/openshift/ci-operator/knative-test-images/servingcontainer/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for vendor/knative.dev/serving/test/test_images/multicontainer/servingcontainer. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%!s(*string=0xc0006c8650)-openshift-4.17 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.25-openshift-4.21 ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal FROM $GO_BUILDER as builder diff --git a/openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile b/openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile index c5a51eb5e7..6948f52907 100755 --- a/openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile +++ b/openshift/ci-operator/knative-test-images/sidecarcontainer/Dockerfile @@ -1,5 +1,5 @@ # DO NOT EDIT! Generated Dockerfile for vendor/knative.dev/serving/test/test_images/multicontainer/sidecarcontainer. -ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%!s(*string=0xc0006c8650)-openshift-4.17 +ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.25-openshift-4.21 ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal FROM $GO_BUILDER as builder