Skip to content
Merged
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
384 changes: 384 additions & 0 deletions .github/workflows/release-generate-ci.yaml

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions config/backstage-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ config:
- onDemand: true
version: "4.14"
promotion: {}
release-v1.20:
konflux:
enabled: true
openShiftVersions:
- candidateRelease: true
onDemand: true
skipCron: true
version: "4.20"
- useClusterPool: true
version: "4.19"
- onDemand: true
version: "4.14"
promotion: {}
repositories:
- dockerfiles: {}
e2e:
Expand Down
15 changes: 15 additions & 0 deletions config/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,21 @@ config:
useClusterPool: true
version: "4.19"
promotion: {}
release-v1.20:
konflux:
enabled: true
imageOverrides:
- name: CLI_ARTIFACTS
pullSpec: brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.16.0
openShiftVersions:
- candidateRelease: true
onDemand: true
skipCron: true
version: "4.20"
- skipCron: true
useClusterPool: true
version: "4.19"
promotion: {}
repositories:
- canonicalGoRepository: github.com/knative/client
dockerfiles: {}
Expand Down
24 changes: 24 additions & 0 deletions config/eventing-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,30 @@ config:
promotion: {}
skipDockerFilesMatches:
- .*hermetic.*
release-v1.20:
konflux:
enabled: true
javaImages:
- .*eventing-integrations-aws-ddb-streams-source
- .*eventing-integrations-aws-s3-sink
- .*eventing-integrations-aws-s3-source
- .*eventing-integrations-aws-sns-sink
- .*eventing-integrations-aws-sqs-sink
- .*eventing-integrations-aws-sqs-source
- .*eventing-integrations-log-sink
- .*eventing-integrations-timer-source
openShiftVersions:
- candidateRelease: true
onDemand: true
skipCron: true
version: "4.20"
- useClusterPool: true
version: "4.19"
- onDemand: true
version: "4.14"
promotion: {}
skipDockerFilesMatches:
- .*hermetic.*
repositories:
- dockerfiles: {}
e2e:
Expand Down
9 changes: 9 additions & 0 deletions config/eventing-istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ config:
- onDemand: true
version: "4.14"
promotion: {}
release-v1.20:
konflux:
enabled: true
openShiftVersions:
- useClusterPool: true
version: "4.19"
- onDemand: true
version: "4.14"
promotion: {}
repositories:
- dockerfiles: {}
e2e:
Expand Down
14 changes: 14 additions & 0 deletions config/eventing-kafka-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ config:
promotion: {}
skipDockerFilesMatches:
- .*hermetic.*
release-v1.20:
konflux:
enabled: true
javaImages:
- .*eventing-kafka-broker-receiver
- .*eventing-kafka-broker-dispatcher
openShiftVersions:
- useClusterPool: true
version: "4.19"
- onDemand: true
version: "4.14"
promotion: {}
skipDockerFilesMatches:
- .*hermetic.*
repositories:
- dockerfiles: {}
e2e:
Expand Down
13 changes: 13 additions & 0 deletions config/eventing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,19 @@ config:
- onDemand: true
version: "4.14"
promotion: {}
release-v1.20:
konflux:
enabled: true
openShiftVersions:
- candidateRelease: true
onDemand: true
skipCron: true
version: "4.20"
- useClusterPool: true
version: "4.19"
- onDemand: true
version: "4.14"
promotion: {}
repositories:
- dockerfiles: {}
e2e:
Expand Down
8 changes: 8 additions & 0 deletions config/kn-plugin-event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ config:
useClusterPool: true
version: "4.19"
promotion: {}
release-1.20:
konflux:
enabled: true
openShiftVersions:
- skipCron: true
useClusterPool: true
version: "4.19"
promotion: {}
release-next:
openShiftVersions:
- skipCron: true
Expand Down
8 changes: 8 additions & 0 deletions config/kn-plugin-func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ config:
useClusterPool: true
version: "4.19"
promotion: {}
release-v1.20:
konflux:
enabled: true
openShiftVersions:
- skipCron: true
useClusterPool: true
version: "4.19"
promotion: {}
repositories:
- dockerfiles: {}
ignoreConfigs: {}
Expand Down
8 changes: 6 additions & 2 deletions config/serverless-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ config:
onDemand: true
skipCron: true
version: "4.20"
- useClusterPool: true
skipCron: true
- skipCron: true
useClusterPool: true
version: "4.19"
- onDemand: true
skipCron: true
Expand Down Expand Up @@ -579,6 +579,10 @@ repositories:
memory: 200Mi
workflow: firewatch-ipi-aws-cr
timeout: 8h0m0s
zz_generated_metadata:
branch: ""
org: ""
repo: ""
dockerfiles:
matches:
- knative-operator/.*
Expand Down
Loading
Loading