Skip to content

Commit

Permalink
Merge pull request #74 from ksamoray/aofk_v1.10
Browse files Browse the repository at this point in the history
Update relevant resources for Antrea 1.10.0 release
  • Loading branch information
ksamoray authored Jan 2, 2023
2 parents 709b1f1 + 3991299 commit 0fc1a96
Show file tree
Hide file tree
Showing 9 changed files with 473 additions and 179 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
190 changes: 188 additions & 2 deletions antrea-manifest/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,33 @@ spec:
type: array
enableLogging:
type: boolean
l7Protocols:
items:
oneOf:
- required:
- http
properties:
http:
properties:
host:
type: string
method:
enum:
- GET
- POST
- PUT
- HEAD
- DELETE
- TRACE
- OPTIONS
- CONNECT
- PATCH
type: string
path:
type: string
type: object
type: object
type: array
name:
type: string
ports:
Expand Down Expand Up @@ -730,6 +757,8 @@ spec:
type: string
namespace:
type: string
scope:
type: string
required:
- name
- namespace
Expand Down Expand Up @@ -916,6 +945,11 @@ spec:
matchLabels:
x-kubernetes-preserve-unknown-fields: true
type: object
scope:
enum:
- Cluster
- ClusterSet
type: string
serviceAccount:
properties:
name:
Expand All @@ -928,6 +962,33 @@ spec:
type: object
type: object
type: array
l7Protocols:
items:
oneOf:
- required:
- http
properties:
http:
properties:
host:
type: string
method:
enum:
- GET
- POST
- PUT
- HEAD
- DELETE
- TRACE
- OPTIONS
- CONNECT
- PATCH
type: string
path:
type: string
type: object
type: object
type: array
name:
type: string
ports:
Expand Down Expand Up @@ -1759,6 +1820,33 @@ spec:
type: array
enableLogging:
type: boolean
l7Protocols:
items:
oneOf:
- required:
- http
properties:
http:
properties:
host:
type: string
method:
enum:
- GET
- POST
- PUT
- HEAD
- DELETE
- TRACE
- OPTIONS
- CONNECT
- PATCH
type: string
path:
type: string
type: object
type: object
type: array
name:
type: string
ports:
Expand Down Expand Up @@ -1929,6 +2017,8 @@ spec:
type: string
namespace:
type: string
scope:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -2087,6 +2177,38 @@ spec:
matchLabels:
x-kubernetes-preserve-unknown-fields: true
type: object
scope:
enum:
- Cluster
- ClusterSet
type: string
type: object
type: array
l7Protocols:
items:
oneOf:
- required:
- http
properties:
http:
properties:
host:
type: string
method:
enum:
- GET
- POST
- PUT
- HEAD
- DELETE
- TRACE
- OPTIONS
- CONNECT
- PATCH
type: string
path:
type: string
type: object
type: object
type: array
name:
Expand Down Expand Up @@ -2223,6 +2345,7 @@ spec:
enum:
- BearerToken
- APIKey
- BasicAuthentication
type: string
type: object
expirationMinutes:
Expand Down Expand Up @@ -2598,6 +2721,10 @@ spec:
type: string
dstMAC:
type: string
egress:
type: string
egressIP:
type: string
networkPolicy:
type: string
pod:
Expand Down Expand Up @@ -3217,6 +3344,20 @@ rules:
verbs:
- create
- get
- apiGroups:
- controlplane.antrea.io
resources:
- supportbundlecollections
verbs:
- get
- watch
- list
- apiGroups:
- controlplane.antrea.io
resources:
- supportbundlecollections/status
verbs:
- create
- apiGroups:
- authentication.k8s.io
resources:
Expand Down Expand Up @@ -3321,6 +3462,7 @@ rules:
- multicluster.crd.antrea.io
resources:
- clusterinfoimports
- labelidentities
verbs:
- get
- list
Expand Down Expand Up @@ -3625,6 +3767,28 @@ rules:
- get
- list
- watch
- apiGroups:
- crd.antrea.io
resources:
- supportbundlecollections
verbs:
- get
- watch
- list
- apiGroups:
- crd.antrea.io
resources:
- supportbundlecollections/status
verbs:
- update
- apiGroups:
- multicluster.crd.antrea.io
resources:
- labelidentities
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -3741,7 +3905,7 @@ spec:
template:
metadata:
annotations:
checksum/config: b609bc3b220de28b3fe935093fc7d99dfdc533916597e906a6c627c6233fedbc
checksum/config: dc23e723afc8c100dc8bdc6b2f8a2774baf7dcf7a8eb0a34e168057d75b9f245
labels:
app: antrea
component: antrea-controller
Expand Down Expand Up @@ -3902,7 +4066,7 @@ spec:
template:
metadata:
annotations:
checksum/config: b609bc3b220de28b3fe935093fc7d99dfdc533916597e906a6c627c6233fedbc
checksum/config: dc23e723afc8c100dc8bdc6b2f8a2774baf7dcf7a8eb0a34e168057d75b9f245
kubectl.kubernetes.io/default-container: antrea-agent
labels:
app: antrea
Expand Down Expand Up @@ -4336,3 +4500,25 @@ webhooks:
scope: Cluster
sideEffects: None
timeoutSeconds: 5
- admissionReviewVersions:
- v1
- v1beta1
clientConfig:
service:
name: antrea
namespace: kube-system
path: /validate/supportbundlecollection
name: supportbundlecollectionvalidator.antrea.io
rules:
- apiGroups:
- crd.antrea.io
apiVersions:
- v1alpha1
operations:
- UPDATE
- DELETE
resources:
- supportbundlecollections
scope: Cluster
sideEffects: None
timeoutSeconds: 5

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:ce0420d1a534f94f682cedf92add736356bcc1b9fa1bd3b2731d4d27e69000c3
name: antrea/antrea-operator
- name: antrea/antrea-operator
newTag: v1.10.0
Loading

0 comments on commit 0fc1a96

Please sign in to comment.