Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
go install github.com/operator-framework/operator-registry/cmd/opm@v1.47.0

- name: Checkout openshift-knative/serverless-operator
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
# Always checkout main, we don't support bumping for patch releases (for now)
ref: main
path: ./src/github.com/${{ github.repository }}
fetch-depth: 0

- name: Checkout openshift-knative/knative-istio-authz-chart
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: 'openshift-knative/knative-istio-authz-chart'
path: ./src/github.com/openshift-knative/knative-istio-authz-chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/csv-revision-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: openshift-knative/hack/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ github.head_ref }}
path: ./src/github.com/${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: openshift-knative/hack/actions/setup-go@main

- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-generate-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: openshift-knative/hack/actions/setup-go@main

- name: Checkout openshift-knative/serverless-operator
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./src/github.com/openshift-knative/serverless-operator

Expand All @@ -34,14 +34,14 @@ jobs:
go install github.com/mikefarah/yq/v3@latest

- name: Checkout openshift-knative/hack
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: 'openshift-knative/hack'
ref: 'main'
path: ./src/github.com/openshift-knative/hack

- name: Checkout openshift/release
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
branch: 'master'
repository: 'openshift/release'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-release-promotion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go install github.com/mikefarah/yq/v3@latest

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./src/github.com/openshift-knative/serverless-operator
fetch-depth: 0
Expand All @@ -42,7 +42,7 @@ jobs:
shell: bash

- name: Checkout openshift/release
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
branch: 'master'
repository: 'openshift/release'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
go install github.com/operator-framework/operator-registry/cmd/opm@v1.47.0

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./src/github.com/${{ github.repository }}
fetch-depth: 0
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: openshift-knative/hack/actions/setup-go@main

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ./src/github.com/${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion olm-catalog/serverless-operator-index/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY olm-catalog/serverless-operator-index/index-bundles.yaml /index-bundles.yam
RUN /bin/opm init serverless-operator --default-channel=stable --output yaml >> /configs/index.yaml
RUN cat /index-bundles.yaml >> /configs/index.yaml
RUN /bin/opm render --skip-tls-verify -o yaml \
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-138/serverless-bundle@sha256:4259c65eebfbe03585639d73c3239f443c4dc16c598663f47d1ed544aa5eefef >> /configs/index.yaml
quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-138/serverless-bundle@sha256:b1657a3acdec74007b0d6693ea7d52fa9cd4662a77dc3beaa31984361b00bca8 >> /configs/index.yaml

# The base image is expected to contain
# /bin/opm (with a serve subcommand) and /bin/grpc_health_probe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ metadata:
capabilities: Full Lifecycle
categories: Networking,Integration & Delivery,Cloud Provider,Developer Tools
certified: "false"
createdAt: "2026-06-12T11:53:39Z"
createdAt: "2026-06-23T22:40:32Z"
description: |-
Deploy and manage event-driven serverless applications and functions using Knative.
repository: https://github.com/openshift-knative/serverless-operator
support: Red Hat
olm.skipRange: '>1.37.1 <1.38.0'
operators.openshift.io/must-gather-image: registry.redhat.io/openshift-serverless-1/serverless-must-gather-rhel9@sha256:a9f5c07d761909208a98abc3511e6ce7457a705d26f413222b068a2254b1d88e
operators.openshift.io/must-gather-image: registry.redhat.io/openshift-serverless-1/serverless-must-gather-rhel9@sha256:b9b692b43db6e04b3c83a07665936f20c98a0cb25264cf0fe52fcfc3bd788557
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
Expand Down Expand Up @@ -838,7 +838,7 @@ spec:
serviceAccountName: knative-operator
containers:
- name: knative-operator
image: registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-rhel9-operator@sha256:0a61bc1a63e078b602e28ec9570caf208e819ea24b19a995465a14ea84414299
image: registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-rhel9-operator@sha256:a3203a7683a4503806978cafea6c6393ae99fa1d9cc99e70292c8b7c030ee7d3
readinessProbe:
periodSeconds: 1
httpGet:
Expand Down Expand Up @@ -1023,7 +1023,7 @@ spec:
- ALL
containers:
- name: knative-openshift
image: registry.redhat.io/openshift-serverless-1/serverless-kn-operator-rhel9@sha256:f078ea8b88d16be6ad6c8e322ae6b42e320cc5d4172d66d591f1122dcf98adb0
image: registry.redhat.io/openshift-serverless-1/serverless-kn-operator-rhel9@sha256:70fb5eb47b50df62a7f426d5457088ccd776b79c37b339641b41c9deb3f35c7f
imagePullPolicy: Always
readinessProbe:
httpGet:
Expand Down Expand Up @@ -1225,7 +1225,7 @@ spec:
serviceAccountName: knative-openshift-ingress
containers:
- name: knative-openshift-ingress
image: registry.redhat.io/openshift-serverless-1/serverless-ingress-rhel9@sha256:08bdcefc7dac163b7c2d943ed3253eae6001daac7059a580126e4af6d63b169e
image: registry.redhat.io/openshift-serverless-1/serverless-ingress-rhel9@sha256:0595226c7c9185a9816646fdb96b2a77c418de318af7add10d3eaa1dc4da8bac
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down Expand Up @@ -1376,11 +1376,11 @@ spec:
- knativeeventings.operator.knative.dev
relatedImages:
- name: "knative-operator"
image: "registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-rhel9-operator@sha256:0a61bc1a63e078b602e28ec9570caf208e819ea24b19a995465a14ea84414299"
image: "registry.redhat.io/openshift-serverless-1/serverless-openshift-kn-rhel9-operator@sha256:a3203a7683a4503806978cafea6c6393ae99fa1d9cc99e70292c8b7c030ee7d3"
- name: "knative-openshift"
image: "registry.redhat.io/openshift-serverless-1/serverless-kn-operator-rhel9@sha256:f078ea8b88d16be6ad6c8e322ae6b42e320cc5d4172d66d591f1122dcf98adb0"
image: "registry.redhat.io/openshift-serverless-1/serverless-kn-operator-rhel9@sha256:70fb5eb47b50df62a7f426d5457088ccd776b79c37b339641b41c9deb3f35c7f"
- name: "knative-openshift-ingress"
image: "registry.redhat.io/openshift-serverless-1/serverless-ingress-rhel9@sha256:08bdcefc7dac163b7c2d943ed3253eae6001daac7059a580126e4af6d63b169e"
image: "registry.redhat.io/openshift-serverless-1/serverless-ingress-rhel9@sha256:0595226c7c9185a9816646fdb96b2a77c418de318af7add10d3eaa1dc4da8bac"
- name: "IMAGE_queue-proxy"
image: "registry.redhat.io/openshift-serverless-1/kn-serving-queue-rhel9@sha256:d6aa8e4bb1bef2e41f19804af2c54ad2da9df274f1be5238101ebcf71e698373"
- name: "IMAGE_activator"
Expand Down Expand Up @@ -1490,7 +1490,7 @@ spec:
- name: "KAFKA_IMAGE_knative-kafka-storage-version-migrator__migrate"
image: "registry.redhat.io/openshift-serverless-1/kn-eventing-migrate-rhel9@sha256:f067b7c14f89197d392334c95463130e1fa2cdf2c7a9c45d0344f7c166a90b0a"
- name: "IMAGE_MUST_GATHER"
image: "registry.redhat.io/openshift-serverless-1/serverless-must-gather-rhel9@sha256:a9f5c07d761909208a98abc3511e6ce7457a705d26f413222b068a2254b1d88e"
image: "registry.redhat.io/openshift-serverless-1/serverless-must-gather-rhel9@sha256:b9b692b43db6e04b3c83a07665936f20c98a0cb25264cf0fe52fcfc3bd788557"
- name: "IMAGE_KN_CLIENT_CLI_ARTIFACTS"
image: "registry.redhat.io/openshift-serverless-1/kn-client-cli-artifacts-rhel9@sha256:82a3b18a4510978e23727266a122dada384abc5bf7eaebd606676941693bf140"
replaces: serverless-operator.v1.37.1
Expand Down
72 changes: 36 additions & 36 deletions rpms.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ arches:
name: socat
evr: 1.7.4.1-8.el9
sourcerpm: socat-1.7.4.1-8.el9.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.aarch64.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.2.aarch64.rpm
repoid: ubi-9-for-aarch64-baseos-rpms
size: 420142
checksum: sha256:39ba71d3677854505524df265ed828c7e00f026ecfe83df6ba86c7586588cae7
size: 425538
checksum: sha256:1e1fa89a9a4b843862fb9436295f187c55d314a9eb23d4bb8d6b07b2f41ba067
name: rsync
evr: 3.2.5-7.el9_8
sourcerpm: rsync-3.2.5-7.el9_8.src.rpm
evr: 3.2.5-7.el9_8.2
sourcerpm: rsync-3.2.5-7.el9_8.2.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/os/Packages/t/tar-1.34-11.el9.aarch64.rpm
repoid: ubi-9-for-aarch64-baseos-rpms
size: 904777
Expand Down Expand Up @@ -53,12 +53,12 @@ arches:
checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83
name: socat
evr: 1.7.4.1-8.el9
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.2.src.rpm
repoid: ubi-9-for-aarch64-baseos-source-rpms
size: 1317820
checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f
size: 1358189
checksum: sha256:37d0ee99d570df9eadf8244580dc078258ae4c9833ca3458cb6dc5851a7c37ca
name: rsync
evr: 3.2.5-7.el9_8
evr: 3.2.5-7.el9_8.2
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/aarch64/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm
repoid: ubi-9-for-aarch64-baseos-source-rpms
size: 2294162
Expand Down Expand Up @@ -93,13 +93,13 @@ arches:
name: socat
evr: 1.7.4.1-8.el9
sourcerpm: socat-1.7.4.1-8.el9.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.ppc64le.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.2.ppc64le.rpm
repoid: ubi-9-for-ppc64le-baseos-rpms
size: 453342
checksum: sha256:0570a89b350ada78d86d87afa90b101a7dc9791e5868b6f33fba00727440cd74
size: 459875
checksum: sha256:5e75716946f15a560fffc57967390adfdfc812d6b85997b9d712f041657cfd1f
name: rsync
evr: 3.2.5-7.el9_8
sourcerpm: rsync-3.2.5-7.el9_8.src.rpm
evr: 3.2.5-7.el9_8.2
sourcerpm: rsync-3.2.5-7.el9_8.2.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/os/Packages/t/tar-1.34-11.el9.ppc64le.rpm
repoid: ubi-9-for-ppc64le-baseos-rpms
size: 945887
Expand Down Expand Up @@ -135,12 +135,12 @@ arches:
checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83
name: socat
evr: 1.7.4.1-8.el9
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.2.src.rpm
repoid: ubi-9-for-ppc64le-baseos-source-rpms
size: 1317820
checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f
size: 1358189
checksum: sha256:37d0ee99d570df9eadf8244580dc078258ae4c9833ca3458cb6dc5851a7c37ca
name: rsync
evr: 3.2.5-7.el9_8
evr: 3.2.5-7.el9_8.2
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/ppc64le/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm
repoid: ubi-9-for-ppc64le-baseos-source-rpms
size: 2294162
Expand Down Expand Up @@ -175,13 +175,13 @@ arches:
name: socat
evr: 1.7.4.1-8.el9
sourcerpm: socat-1.7.4.1-8.el9.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.s390x.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.2.s390x.rpm
repoid: ubi-9-for-s390x-baseos-rpms
size: 422461
checksum: sha256:e937047c63e4f5501bc08aeada17ec184254cdc2d5cd6a1a9e39b6477bf2bb72
size: 427539
checksum: sha256:d85d04511788214c554ff3068632f9e0edb39c8e7544f0610927f79d76677182
name: rsync
evr: 3.2.5-7.el9_8
sourcerpm: rsync-3.2.5-7.el9_8.src.rpm
evr: 3.2.5-7.el9_8.2
sourcerpm: rsync-3.2.5-7.el9_8.2.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/os/Packages/t/tar-1.34-11.el9.s390x.rpm
repoid: ubi-9-for-s390x-baseos-rpms
size: 907745
Expand Down Expand Up @@ -217,12 +217,12 @@ arches:
checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83
name: socat
evr: 1.7.4.1-8.el9
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.2.src.rpm
repoid: ubi-9-for-s390x-baseos-source-rpms
size: 1317820
checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f
size: 1358189
checksum: sha256:37d0ee99d570df9eadf8244580dc078258ae4c9833ca3458cb6dc5851a7c37ca
name: rsync
evr: 3.2.5-7.el9_8
evr: 3.2.5-7.el9_8.2
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/s390x/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm
repoid: ubi-9-for-s390x-baseos-source-rpms
size: 2294162
Expand Down Expand Up @@ -257,13 +257,13 @@ arches:
name: socat
evr: 1.7.4.1-8.el9
sourcerpm: socat-1.7.4.1-8.el9.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.x86_64.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/r/rsync-3.2.5-7.el9_8.2.x86_64.rpm
repoid: ubi-9-for-x86_64-baseos-rpms
size: 424707
checksum: sha256:6c1d064c38e4a3f4bcb756cb9ea0382cccf7a262433c286db45931d114074ff3
size: 430699
checksum: sha256:73c95e6404602b407a3cced5f1ae769a2c32b5b4ce9d646fc42617941863082c
name: rsync
evr: 3.2.5-7.el9_8
sourcerpm: rsync-3.2.5-7.el9_8.src.rpm
evr: 3.2.5-7.el9_8.2
sourcerpm: rsync-3.2.5-7.el9_8.2.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/os/Packages/t/tar-1.34-11.el9.x86_64.rpm
repoid: ubi-9-for-x86_64-baseos-rpms
size: 913256
Expand Down Expand Up @@ -299,12 +299,12 @@ arches:
checksum: sha256:4d83732bbf754e00d15133e15673230f41fbdae4a1cc27fba1cfb84744d0bf83
name: socat
evr: 1.7.4.1-8.el9
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.src.rpm
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/r/rsync-3.2.5-7.el9_8.2.src.rpm
repoid: ubi-9-for-x86_64-baseos-source-rpms
size: 1317820
checksum: sha256:881675c5bba9391d19536569a133069ffe0dd132468a04b3ea52fb697ebf926f
size: 1358189
checksum: sha256:37d0ee99d570df9eadf8244580dc078258ae4c9833ca3458cb6dc5851a7c37ca
name: rsync
evr: 3.2.5-7.el9_8
evr: 3.2.5-7.el9_8.2
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/baseos/source/SRPMS/Packages/t/tar-1.34-11.el9.src.rpm
repoid: ubi-9-for-x86_64-baseos-source-rpms
size: 2294162
Expand Down