Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade argo-cd version to 2.12.1 #1513

Merged
merged 10 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ metadata:
capabilities: Deep Insights
categories: Integration & Delivery
certified: "false"
createdAt: "2024-08-07T11:45:32Z"
createdAt: "2024-08-17T00:24:34Z"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down
234 changes: 116 additions & 118 deletions bundle/manifests/argoproj.io_argocdexports.yaml

Large diffs are not rendered by default.

17,343 changes: 8,576 additions & 8,767 deletions bundle/manifests/argoproj.io_argocds.yaml

Large diffs are not rendered by default.

35 changes: 15 additions & 20 deletions bundle/manifests/argoproj.io_notificationsconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
name: notificationsconfigurations.argoproj.io
spec:
Expand All @@ -21,26 +21,20 @@ spec:
API
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: |-
NotificationsConfigurationSpec allows users to define the triggers, templates, services, context and
subscriptions for the notifications
description: NotificationsConfigurationSpec allows users to define the
triggers, templates, services, context and subscriptions for the notifications
properties:
context:
additionalProperties:
Expand Down Expand Up @@ -68,9 +62,10 @@ spec:
triggers:
additionalProperties:
type: string
description: |-
Triggers define the condition when the notification should be sent and list of templates required to generate the message
Recipients can subscribe to the trigger and specify the required message template and destination notification service.
description: Triggers define the condition when the notification should
be sent and list of templates required to generate the message Recipients
can subscribe to the trigger and specify the required message template
and destination notification service.
type: object
type: object
type: object
Expand All @@ -82,5 +77,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: null
storedVersions: null
conditions: []
storedVersions: []
2 changes: 1 addition & 1 deletion common/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
ArgoCDDefaultArgoImage = "quay.io/argoproj/argocd"

// ArgoCDDefaultArgoVersion is the Argo CD container image digest to use when version not specified.
ArgoCDDefaultArgoVersion = "sha256:7f82e7eec131866c3cbd91e5035381d62bd9318269cd3d16e6e2d42ede402292" // v2.11.6
ArgoCDDefaultArgoVersion = "sha256:a0ebfa7d419a1c78babc80fc77de093751d8a5fabffcaf3f7e81a4d55a23cc0d" // v2.12.1

// ArgoCDDefaultBackupKeyLength is the length of the generated default backup key.
ArgoCDDefaultBackupKeyLength = 32
Expand Down
238 changes: 122 additions & 116 deletions config/crd/bases/argoproj.io_argocdexports.yaml

Large diffs are not rendered by default.

17,347 changes: 8,582 additions & 8,765 deletions config/crd/bases/argoproj.io_argocds.yaml

Large diffs are not rendered by default.

39 changes: 21 additions & 18 deletions config/crd/bases/argoproj.io_notificationsconfigurations.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
controller-gen.kubebuilder.io/version: v0.6.1
creationTimestamp: null
name: notificationsconfigurations.argoproj.io
spec:
group: argoproj.io
Expand All @@ -21,26 +23,20 @@ spec:
API
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: |-
NotificationsConfigurationSpec allows users to define the triggers, templates, services, context and
subscriptions for the notifications
description: NotificationsConfigurationSpec allows users to define the
triggers, templates, services, context and subscriptions for the notifications
properties:
context:
additionalProperties:
Expand Down Expand Up @@ -68,13 +64,20 @@ spec:
triggers:
additionalProperties:
type: string
description: |-
Triggers define the condition when the notification should be sent and list of templates required to generate the message
Recipients can subscribe to the trigger and specify the required message template and destination notification service.
description: Triggers define the condition when the notification should
be sent and list of templates required to generate the message Recipients
can subscribe to the trigger and specify the required message template
and destination notification service.
type: object
type: object
type: object
served: true
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
2 changes: 2 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ metadata:
capabilities: Deep Insights
categories: Integration & Delivery
certified: "false"
createdAt: "2024-08-07T11:45:32Z"
createdAt: "2024-08-17T00:24:34Z"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.35.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down
Loading
Loading