Skip to content

Commit

Permalink
Prepare for Antrea v1.11.0 version
Browse files Browse the repository at this point in the history
Update operator version as Antrea 1.11.0 has been released.
Execute 'make bundle', 'make ocpbundle' and prepare for version tagging.

Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Mar 26, 2023
1 parent 783084a commit 1571520
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 639 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
10 changes: 5 additions & 5 deletions antrea-manifest/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3841,11 +3841,11 @@ subjects:
apiVersion: v1
data:
antrea-agent.conf: |
{{.AntreaAgentConfig | indent 4}}
{{.AntreaAgentConfig | indent 4}}
antrea-cni.conflist: |
{{.AntreaCNIConfig | indent 4}}
{{.AntreaCNIConfig | indent 4}}
antrea-controller.conf: |
{{.AntreaControllerConfig | indent 4}}
{{.AntreaControllerConfig | indent 4}}
kind: ConfigMap
metadata:
labels:
Expand Down Expand Up @@ -3908,7 +3908,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 2c1c5158b6a3ea32eff58bc1e498592e80ebecee07f51b10c722b67afce7b964
checksum/config: 8b0774e5e0eb1ad2807c6e5f18409d8f6a20e61317bafadb1009b9190ae163b3
labels:
app: antrea
component: antrea-controller
Expand Down Expand Up @@ -4069,7 +4069,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 2c1c5158b6a3ea32eff58bc1e498592e80ebecee07f51b10c722b67afce7b964
checksum/config: 8b0774e5e0eb1ad2807c6e5f18409d8f6a20e61317bafadb1009b9190ae163b3
kubectl.kubernetes.io/default-container: antrea-agent
labels:
app: antrea
Expand Down

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:8ca4bc4eaa32d48e0019c24ee375a8ed80344410620b0307994d64cded68df5e
name: antrea/antrea-operator
- name: antrea/antrea-operator
newTag: v1.11.0
Loading

0 comments on commit 1571520

Please sign in to comment.