Skip to content

Commit

Permalink
Merge branch 'main' into 2024-03-29-update-kn-plugin-owners
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok authored May 9, 2024
2 parents dd5a326 + b6eca60 commit 087a7eb
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 106 deletions.
9 changes: 6 additions & 3 deletions CODE-OF-CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Knative follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/bl

## Enforcement

Violations of the Code of Conduct should be reported to [email protected].
This email address is monitored by the Knative Steering Committee. The identity of
individuals who report violations of the Code of Conduct will remain confidential.
Violations of the Code of Conduct should be reported to [email protected].

This email address is monitored by the Knative Steering Committee. This committee will handle the code of conduct
issues and will coordinate with the CNCF.

The identity of individuals who report violations of the Code of Conduct will remain confidential.

Steering Committee and Technical Oversight Committee members who do not follow or enforce
the Code of Conduct in good faith may be reported to the CNCF staff via [email protected].
Expand Down
6 changes: 3 additions & 3 deletions groups/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
cloud.google.com/go/secretmanager v1.10.0
github.com/bmatcuk/doublestar v1.1.1
golang.org/x/net v0.17.0
golang.org/x/net v0.23.0
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.114.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
Expand All @@ -26,8 +26,8 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.33.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions groups/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLL
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/oauth2 v0.0.0-20180724155351-3d292e4d0cdc/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
Expand Down Expand Up @@ -484,16 +484,16 @@ golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
Expand Down
11 changes: 6 additions & 5 deletions mechanics/RELEASE-SCHEDULE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@ With that said, it can be useful to have a list of when future releases will hap

| Release | Date | EOL | Min K8s Version | Notes |
| ------- | ---------- | ---------- | --------------- | ----- |
| 1.14 | 2024-04-23 | 2024-10-29 | 1.28 | |
| 1.15 | 2024-07-23 | 2025-01-28 | - | |
| 1.16 | 2024-10-22 | 2025-04-29 | 1.29 | |
| 1.15 | 2024-07-23 | 2025-01-21 | 1.28 | |
| 1.16 | 2024-10-22 | 2025-04-22 | 1.29 | |
| 1.17 | 2025-01-21 | 2025-07-22 | 1.29 | |

## Releases supported by community

| Release | Date | EOL | Min K8s Version | Notes |
| ------- | ---------- | ---------- | --------------- | ----- |
| 1.13 | 2024-01-23 | 2024-07-30 | 1.27 | |
| 1.12 | 2023-10-24 | 2024-04-30 | 1.26 | |
| 1.14 | 2024-04-23 | 2024-10-22 | 1.28 | |
| 1.13 | 2024-01-23 | 2024-07-22 | 1.27 | |

## No longer supported releases

| Release | Date | EOL | Min K8s Version | Notes |
| ------- | ---------- | ---------- | --------------- |------------------------------------------------|
| 1.12 | 2023-10-24 | 2024-04-30 | 1.26 | |
| 1.11 | 2023-07-25 | 2024-01-30 | 1.25 | |
| 1.10 | 2023-04-25 | 2023-10-31 | 1.24 | |
| 1.9 | 2023-01-24 | 2023-08-01 | 1.24 | |
Expand Down
20 changes: 11 additions & 9 deletions mechanics/TOC-REVIEW.schedule
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
2024-03-27 | UX WG | <@U05999D66LD> <@U059QSFTWQH> <@U05KBM5KXL2> <@U05MMMAFX1D>
2024-04-10 | Client WG | <@U04M6CBMLD7> <@U015VV08WP2>
2024-04-24 | Serving API WG | <@ULXQUF6RK>
2024-05-08 | Operations WG | <@U04ME6E2ZSL>
2024-05-22 | Functions WG | <@UM847GSTU> <@U021DUWTHK6>
2024-06-05 | Eventing WG | <@U018JAXEV9V>
2024-06-19 | Security WG | <@USE6QPTEG> <@U042ELWDYLQ>
2024-07-03 | Productivity WG | <@U01EUH1TFRR> <@U04M85SQZ97>
2024-07-17 | UX WG | <@U05999D66LD> <@U059QSFTWQH> <@U05KBM5KXL2> <@U05MMMAFX1D>
2024-07-31 | Client WG | <@U04M6CBMLD7> <@U015VV08WP2>
2024-08-14 | Serving API WG | <@ULXQUF6RK>
2024-08-28 | Operations WG | <@U04ME6E2ZSL>
# 2024-05-08 | skipped
2024-05-22 | Operations WG | <@U04ME6E2ZSL>
2024-06-05 | Functions WG | <@UM847GSTU> <@U021DUWTHK6>
2024-06-19 | Eventing WG | <@U018JAXEV9V>
2024-07-03 | Security WG | <@USE6QPTEG> <@U042ELWDYLQ>
2024-07-17 | Productivity WG | <@U01EUH1TFRR> <@U04M85SQZ97>
2024-07-31 | UX WG | <@U05999D66LD> <@U059QSFTWQH> <@U05KBM5KXL2> <@U05MMMAFX1D>
2024-08-14 | Client WG | <@U04M6CBMLD7> <@U015VV08WP2>
2024-08-28 | Serving API WG | <@ULXQUF6RK>
2024-09-11 | Operations WG | <@U04ME6E2ZSL>
2024-09-25 | Functions WG | <@UM847GSTU> <@U021DUWTHK6>
21 changes: 3 additions & 18 deletions peribolos/knative-OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ aliases:
- itsmurugappan
client-wg-leads:
- dsimansk
- navidshaikh
- rhuss
client-writers:
- dsimansk
- maximilien
- navidshaikh
- rhuss
- vyasgun
docs-reviewers:
Expand Down Expand Up @@ -54,12 +52,8 @@ aliases:
- lkingland
- salaboy
knative-admin:
- Cali0707
- Leo6Leo
- ReToCode
- aliok
- cardil
- creydr
- davidhadas
- dprotaso
- dsimansk
Expand All @@ -71,19 +65,10 @@ aliases:
- knative-test-reporter-robot
- krsna-m
- nainaz
- pierDipi
- psschwei
- salaboy
- skonto
- upodroid
knative-release-leads:
- Cali0707
- Leo6Leo
- ReToCode
- creydr
- dsimansk
- pierDipi
- skonto
knative-release-leads: []
knative-robots:
- knative-automation
- knative-prow-releaser-robot
Expand Down Expand Up @@ -122,7 +107,7 @@ aliases:
- davidhadas
- evankanderson
serving-approvers:
- psschwei
- ReToCode
- skonto
serving-reviewers:
- izabelacg
Expand All @@ -135,8 +120,8 @@ aliases:
serving-wg-leads:
- dprotaso
serving-writers:
- ReToCode
- dprotaso
- psschwei
- skonto
steering-committee:
- aliok
Expand Down
33 changes: 9 additions & 24 deletions peribolos/knative-extensions-OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Do not modify this file, instead modify peribolos/knative-extensions.yaml

aliases:
autoscaler-keda-approvers:
- ReToCode
- skonto
backstage-plugins-reviewers:
- aliok
- cali0707
Expand All @@ -14,11 +17,9 @@ aliases:
- pierdipi
client-wg-leads:
- dsimansk
- navidshaikh
- rhuss
client-writers:
- dsimansk
- navidshaikh
- rhuss
discovery-approvers:
- lberk
Expand Down Expand Up @@ -98,18 +99,21 @@ aliases:
- lance
- lkingland
- matejvasek
- matzew
- nainaz
- salaboy
function-runtime-approvers:
- lance
- lkingland
- matejvasek
- matzew
- nainaz
- salaboy
function-runtime-writers:
- lance
- lkingland
- matejvasek
- matzew
- nainaz
- salaboy
homebrew-kn-plugins-approvers:
Expand All @@ -119,14 +123,12 @@ aliases:
kn-plugin-admin-approvers:
- dsimansk
- maximilien
- navidshaikh
- rhuss
- zhanggbj
kn-plugin-diag-approvers:
- cdlliuy
- dsimansk
- maximilien
- navidshaikh
- rhuss
kn-plugin-event-approvers:
- cardil
Expand All @@ -143,13 +145,11 @@ aliases:
- rhuss
kn-plugin-quickstart-approvers:
- dsimansk
- navidshaikh
- psschwei
- rhuss
kn-plugin-sample-approvers:
- dsimansk
- maximilien
- navidshaikh
- rhuss
kn-plugin-service-log-approvers:
- dsimansk
Expand All @@ -158,19 +158,14 @@ aliases:
- daisy-ycguo
- dsimansk
- maximilien
- navidshaikh
- rhuss
kn-plugin-source-kamelet-approvers:
- christophd
- dsimansk
- rhuss
knative-admin:
- Cali0707
- Leo6Leo
- ReToCode
- aliok
- cardil
- creydr
- davidhadas
- dprotaso
- dsimansk
Expand All @@ -182,26 +177,16 @@ aliases:
- knative-test-reporter-robot
- krsna-m
- nainaz
- pierDipi
- psschwei
- salaboy
- skonto
- upodroid
knative-release-leads:
- Cali0707
- Leo6Leo
- ReToCode
- creydr
- dsimansk
- pierDipi
- skonto
knative-release-leads: []
knative-robots:
- knative-automation
- knative-prow-releaser-robot
- knative-prow-robot
- knative-prow-updater-robot
- knative-test-reporter-robot
net-certmanager-approvers: []
net-contour-approvers:
- KauzClay
- dprotaso
Expand Down Expand Up @@ -240,7 +225,7 @@ aliases:
- davidhadas
- evankanderson
serving-approvers:
- psschwei
- ReToCode
- skonto
serving-progressive-rollout-approvers:
- alexagriffith
Expand All @@ -258,8 +243,8 @@ aliases:
serving-wg-leads:
- dprotaso
serving-writers:
- ReToCode
- dprotaso
- psschwei
- skonto
steering-committee:
- aliok
Expand Down
Loading

0 comments on commit 087a7eb

Please sign in to comment.