Skip to content

Commit 02022d8

Browse files
Synchronize knative manifests v1.20.0 (#3312)
* Update common/knative manifests from v1.20.0/v1.20.0 Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> * Update common/knative manifests from v1.20.0/v1.20.0 Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> * Update linting_bash_python_yaml_files.yaml Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com> --------- Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com> Signed-off-by: Julius von Kohout <45896133+juliusvonkohout@users.noreply.github.com>
1 parent 117d9f2 commit 02022d8

11 files changed

Lines changed: 2484 additions & 933 deletions

File tree

.github/workflows/linting_bash_python_yaml_files.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
run: |
7878
git diff --name-only --diff-filter=AM origin/master...HEAD \
7979
| grep -v 'upstream' \
80+
| grep -v 'knative' \
8081
| grep -E '^common/.*\.ya?ml$|^example/.*\.ya?ml$|^hack/.*\.ya?ml$|^tests/.*\.ya?ml$|^.github/.*\.ya?ml$' \
8182
> changed_files_in_PR.txt || true
8283
if [ ! -s changed_files_in_PR.txt ]; then

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This repository periodically synchronizes all official Kubeflow components from
8080
| Kubeflow Model Registry | applications/model-registry/upstream | [v0.3.4](https://github.com/kubeflow/model-registry/tree/v0.3.4/manifests/kustomize) | 510m | 2112Mi | 20GB |
8181
| Spark Operator | applications/spark/spark-operator | [2.4.0](https://github.com/kubeflow/spark-operator/tree/v2.4.0) | 9m | 41Mi | 0GB |
8282
| Istio | common/istio | [1.28.0](https://github.com/istio/istio/releases/tag/1.28.0) | 750m | 2364Mi | 0GB |
83-
| Knative | common/knative/knative-serving <br /> common/knative/knative-eventing | [v1.16.2](https://github.com/knative/serving/releases/tag/knative-v1.16.2) <br /> [v1.16.4](https://github.com/knative/eventing/releases/tag/knative-v1.16.4) | 1450m | 1038Mi | 0GB |
83+
| Knative | common/knative/knative-serving <br /> common/knative/knative-eventing | [v1.20.0](https://github.com/knative/serving/releases/tag/knative-v1.20.0) <br /> [v1.20.0](https://github.com/knative/eventing/releases/tag/knative-v1.20.0) | 1450m | 1038Mi | 0GB |
8484
| Cert Manager | common/cert-manager | [1.16.1](https://github.com/cert-manager/cert-manager/releases/tag/v1.16.1) | 3m | 128Mi | 0GB |
8585
| Dex | common/dex | [2.43.1](https://github.com/dexidp/dex/releases/tag/v2.43.1) | 3m | 27Mi | 0GB |
8686
| OAuth2-Proxy | common/oauth2-proxy | [7.10.0](https://github.com/oauth2-proxy/oauth2-proxy/releases/tag/v7.10.0) | 3m | 27Mi | 0GB |

common/knative/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
The manifests for Knative Serving are based off the following:
66

7-
- [Knative serving (v1.16.2)](https://github.com/knative/serving/releases/tag/knative-v1.16.2)
8-
- [Knative ingress controller for Istio (v1.16.0)](https://github.com/knative-extensions/net-istio/releases/tag/knative-v1.16.0)
7+
- [Knative serving (v1.20.0)](https://github.com/knative/serving/releases/tag/knative-v1.20.0)
8+
- [Knative ingress controller for Istio (v1.20.1)](https://github.com/knative-extensions/net-istio/releases/tag/knative-v1.20.1)
99

1010
Please check the synchronization script under /hack.
1111

@@ -18,7 +18,7 @@ Please check the synchronization script under /hack.
1818

1919
## Knative-Eventing
2020

21-
The manifests for Knative Eventing are based off the [v1.16.4 release](https://github.com/knative/eventing/releases/tag/knative-v1.16.4).
21+
The manifests for Knative Eventing are based off the [v1.20.0 release](https://github.com/knative/eventing/releases/tag/knative-v1.20.0).
2222

2323
- [Eventing Core](https://github.com/knative/eventing/releases/download/knative-v1.12.6/eventing-core.yaml)
2424
- [In-Memory Channel](https://github.com/knative/eventing/releases/download/knative-v1.12.6/in-memory-channel.yaml)

common/knative/knative-eventing-post-install-jobs/base/eventing-post-install.yaml

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
app: "storage-version-migration-eventing"
88
app.kubernetes.io/name: knative-eventing
99
app.kubernetes.io/component: storage-version-migration-job
10-
app.kubernetes.io/version: "1.16.4"
10+
app.kubernetes.io/version: "1.20.0"
1111
name: storage-version-migration-eventing
1212
spec:
1313
ttlSecondsAfterFinished: 600
@@ -18,36 +18,42 @@ spec:
1818
app: "storage-version-migration-eventing"
1919
app.kubernetes.io/name: knative-eventing
2020
app.kubernetes.io/component: storage-version-migration-job
21-
app.kubernetes.io/version: "1.16.4"
21+
app.kubernetes.io/version: "1.20.0"
2222
sidecar.istio.io/inject: "false"
2323
annotations:
2424
sidecar.istio.io/inject: "false"
2525
spec:
2626
serviceAccountName: knative-eventing-post-install-job
2727
restartPolicy: OnFailure
2828
containers:
29-
- name: migrate
30-
image: gcr.io/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate@sha256:c6baaa8b2a882ff9269ebfe14b54dcba29efc060dfafc06971001b89b084667b
31-
args:
32-
- "apiserversources.sources.knative.dev"
33-
- "brokers.eventing.knative.dev"
34-
- "channels.messaging.knative.dev"
35-
- "containersources.sources.knative.dev"
36-
- "eventtypes.eventing.knative.dev"
37-
- "inmemorychannels.messaging.knative.dev"
38-
- "parallels.flows.knative.dev"
39-
- "pingsources.sources.knative.dev"
40-
- "sequences.flows.knative.dev"
41-
- "sinkbindings.sources.knative.dev"
42-
- "subscriptions.messaging.knative.dev"
43-
- "triggers.eventing.knative.dev"
44-
- "jobsinks.sinks.knative.dev"
45-
securityContext:
46-
allowPrivilegeEscalation: false
47-
readOnlyRootFilesystem: true
48-
runAsNonRoot: true
49-
capabilities:
50-
drop:
51-
- ALL
52-
seccompProfile:
53-
type: RuntimeDefault
29+
- name: migrate
30+
image: gcr.io/knative-releases/knative.dev/pkg/apiextensions/storageversion/cmd/migrate@sha256:8f13529c6f36244b649abe820134a318fcaced35c4cf3d7aaf9a18148d8e79ce
31+
env:
32+
- name: IGNORE_NOT_FOUND
33+
value: "true"
34+
args:
35+
- "apiserversources.sources.knative.dev"
36+
- "brokers.eventing.knative.dev"
37+
- "channels.messaging.knative.dev"
38+
- "containersources.sources.knative.dev"
39+
- "eventtypes.eventing.knative.dev"
40+
- "inmemorychannels.messaging.knative.dev"
41+
- "parallels.flows.knative.dev"
42+
- "pingsources.sources.knative.dev"
43+
- "sequences.flows.knative.dev"
44+
- "sinkbindings.sources.knative.dev"
45+
- "subscriptions.messaging.knative.dev"
46+
- "triggers.eventing.knative.dev"
47+
- "jobsinks.sinks.knative.dev"
48+
- "eventpolicies.eventing.knative.dev"
49+
- "integrationsources.sources.knative.dev"
50+
- "integrationsinks.sinks.knative.dev"
51+
securityContext:
52+
allowPrivilegeEscalation: false
53+
readOnlyRootFilesystem: true
54+
runAsNonRoot: true
55+
capabilities:
56+
drop:
57+
- ALL
58+
seccompProfile:
59+
type: RuntimeDefault

0 commit comments

Comments
 (0)