Skip to content

Commit

Permalink
Merge pull request #92 from ksamoray/prepare-v1.14.1
Browse files Browse the repository at this point in the history
Prepare v1.14.1 release
  • Loading branch information
ksamoray authored Dec 6, 2023
2 parents 965fe5a + d59f917 commit 07547d2
Show file tree
Hide file tree
Showing 12 changed files with 377 additions and 662 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ bundle: manifests kustomize
if [ "$(IS_CERTIFICATION)" == "true" ]; then \
$(KUSTOMIZE) build config/manifests | operator-sdk generate bundle -q --use-image-digests --overwrite $(BUNDLE_METADATA_OPTS) --version $(VERSION) ; \
else \
cd config/manager && $(KUSTOMIZE) edit set image antrea/antrea-operator:v$(VERSION) ;\
pushd config/manager && $(KUSTOMIZE) edit set image antrea/antrea-operator:v$(VERSION) && popd;\
$(KUSTOMIZE) build config/manifests | operator-sdk generate bundle -q --overwrite $(BUNDLE_METADATA_OPTS) --version $(VERSION) ; \
fi
operator-sdk bundle validate ./bundle
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.14.1
6 changes: 3 additions & 3 deletions antrea-manifest/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6413,11 +6413,11 @@ subjects:
apiVersion: v1
data:
antrea-agent.conf: |
{{- .AntreaAgentConfig | nindent 4 }}
{{- .AntreaAgentConfig | nindent 4 }}
antrea-cni.conflist: |
{{- .AntreaCNIConfig | nindent 4 }}
{{- .AntreaCNIConfig | nindent 4 }}
antrea-controller.conf: |
{{- .AntreaControllerConfig | nindent 4 }}
{{- .AntreaControllerConfig | nindent 4 }}
kind: ConfigMap
metadata:
labels:
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: antrea/antrea-operator
newTag: v1.14.0
newTag: v1.14.1
4 changes: 2 additions & 2 deletions config/samples/operator_v1_antreainstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,6 @@ spec:
multicluster:
# Enable Multi-cluster NetworkPolicy.
enableStretchedNetworkPolicy: false
antreaImage: antrea/antrea-ubuntu:v1.14.0
antreaPlatform: kubernetes
antreaImage: antrea/antrea-ubi:v1.14.1
antreaPlatform: openshift

Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,6 @@ spec:
multicluster:
# Enable Multi-cluster NetworkPolicy.
enableStretchedNetworkPolicy: false
antreaImage: antrea/antrea-ubuntu:v1.14.0
antreaImage: antrea/antrea-ubuntu:v1.14.1
antreaPlatform: kubernetes

Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,6 @@ spec:
multicluster:
# Enable Multi-cluster NetworkPolicy.
enableStretchedNetworkPolicy: false
antreaImage: antrea/antrea-ubi:v1.14.0
antreaImage: antrea/antrea-ubi:v1.14.1
antreaPlatform: openshift

205 changes: 0 additions & 205 deletions olm-catalog/0.0.1/antrea-operator.v0.0.1.clusterserviceversion.yaml

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions olm-catalog/antrea-operator.package.yaml

This file was deleted.

74 changes: 0 additions & 74 deletions olm-catalog/make_zip_bundle.py

This file was deleted.

0 comments on commit 07547d2

Please sign in to comment.