Skip to content

Commit e7acd3b

Browse files
authored
chore: Sync release v0.14.0 changes & setup for v0.14.1 (#1766)
* Sync release v0.14.0 changes Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> * Sync 0.14.0 changes Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> * Setup for 0.14.0 Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> * Revert export image upgrade Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com> --------- Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
1 parent f08d956 commit e7acd3b

26 files changed

+53376
-2429
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.14.0
6+
VERSION ?= 0.14.1
77

88
# Try to detect Docker or Podman
99
CONTAINER_RUNTIME := $(shell command -v docker 2> /dev/null || command -v podman 2> /dev/null)

bundle/manifests/argocd-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,13 +247,13 @@ metadata:
247247
capabilities: Deep Insights
248248
categories: Integration & Delivery
249249
certified: "false"
250-
createdAt: "2025-07-07T01:37:08Z"
250+
createdAt: "2025-07-07T04:45:59Z"
251251
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
252252
operators.operatorframework.io/builder: operator-sdk-v1.35.0
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
254254
repository: https://github.com/argoproj-labs/argocd-operator
255255
support: Argo CD
256-
name: argocd-operator.v0.14.0
256+
name: argocd-operator.v0.14.1
257257
namespace: placeholder
258258
spec:
259259
apiservicedefinitions: {}
@@ -1892,7 +1892,7 @@ spec:
18921892
fieldPath: metadata.annotations['olm.targetNamespaces']
18931893
- name: ENABLE_CONVERSION_WEBHOOK
18941894
value: "true"
1895-
image: quay.io/argoprojlabs/argocd-operator:v0.14.0
1895+
image: quay.io/argoprojlabs/argocd-operator:v0.14.1
18961896
livenessProbe:
18971897
httpGet:
18981898
path: /healthz
@@ -1984,8 +1984,8 @@ spec:
19841984
maturity: alpha
19851985
provider:
19861986
name: Argo CD Community
1987-
replaces: argocd-operator.v0.13.0
1988-
version: 0.14.0
1987+
replaces: argocd-operator.v0.14.0
1988+
version: 0.14.1
19891989
webhookdefinitions:
19901990
- admissionReviewVersions:
19911991
- v1alpha1

bundle/manifests/argoproj.io_argocdexports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: argocdexports.argoproj.io
88
spec:

bundle/manifests/argoproj.io_argocds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: argocds.argoproj.io
88
spec:

bundle/manifests/argoproj.io_notificationsconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
name: notificationsconfigurations.argoproj.io
88
spec:

config/crd/bases/argoproj.io_argocdexports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: argocdexports.argoproj.io
88
spec:
99
group: argoproj.io

config/crd/bases/argoproj.io_argocds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: argocds.argoproj.io
88
spec:
99
group: argoproj.io

config/crd/bases/argoproj.io_notificationsconfigurations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: notificationsconfigurations.argoproj.io
88
spec:
99
group: argoproj.io

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/argoprojlabs/argocd-operator
16-
newTag: v0.14.0
16+
newTag: v0.14.1

config/manifests/bases/argocd-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,5 +1433,5 @@ spec:
14331433
maturity: alpha
14341434
provider:
14351435
name: Argo CD Community
1436-
replaces: argocd-operator.v0.13.0
1437-
version: 0.14.0
1436+
replaces: argocd-operator.v0.14.0
1437+
version: 0.14.1

0 commit comments

Comments
 (0)