Skip to content

Commit

Permalink
release v1.9.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Sep 13, 2024
1 parent a685f28 commit 24c30a5
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 39 deletions.
12 changes: 6 additions & 6 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ metadata:
]
capabilities: Full Lifecycle
categories: Monitoring, Logging & Tracing
createdAt: "2024-09-05 14:37:16"
createdAt: "2024-09-13 19:37:07"
description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
repository: https://github.com/DataDog/datadog-operator
containerImage: gcr.io/datadoghq/operator:1.9.0-rc.1
containerImage: gcr.io/datadoghq/operator:1.9.0-rc.2
support: Datadog, Inc.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -197,12 +197,12 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=1.7.0 <1.9.0-rc.1'
olm.skipRange: '>=1.7.0 <1.9.0-rc.2'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: datadog-operator.v1.9.0-rc.1
name: datadog-operator.v1.9.0-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1085,7 +1085,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: DD_TOOL_VERSION
value: redhat
image: gcr.io/datadoghq/operator:1.9.0-rc.1
image: gcr.io/datadoghq/operator:1.9.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1183,5 +1183,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.9.0-rc.1
version: 1.9.0-rc.2
replaces: datadog-operator.v1.8.0
56 changes: 29 additions & 27 deletions bundle/manifests/datadoghq.com_datadogagentprofiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ spec:
default.
type: string
updateStrategy:
description: The deployment strategy to use to replace existing
pods with new ones.
description: |-
The deployment strategy to use to replace existing pods with new ones.
Valid types are `RollingUpdate` or `OnDelete` for DaemonSets
properties:
rollingUpdate:
description: Configure the rolling update strategy of
Expand Down Expand Up @@ -295,6 +296,7 @@ spec:
type: string
type: object
type: object
description: Override the default configurations of the node agent.
type: object
type: object
profileAffinity:
Expand Down Expand Up @@ -333,6 +335,31 @@ spec:
status:
description: DatadogAgentProfileStatus defines the observed state of DatadogAgentProfile
properties:
CreateStrategy:
description: CreateStrategy is the state of the create strategy feature.
properties:
lastTransition:
description: LastTransition is the last time the status was updated.
format: date-time
type: string
maxUnavailable:
description: MaxUnavailable shows the number of pods that can
be in an unready state.
format: int32
type: integer
nodesLabeled:
description: NodesLabeled shows the number of nodes currently
labeled.
format: int32
type: integer
podsReady:
description: PodsReady shows the number of pods in the ready state.
format: int32
type: integer
status:
description: Status shows the current state of the feature.
type: string
type: object
applied:
description: Applied shows whether the DatadogAgentProfile conflicts
with an existing DatadogAgentProfile.
Expand Down Expand Up @@ -418,31 +445,6 @@ spec:
description: LastUpdate is the last time the status was updated.
format: date-time
type: string
slowStart:
description: SlowStart is the state of the slow start feature.
properties:
lastTransition:
description: LastTransition is the last time the status was updated.
format: date-time
type: string
maxUnavailable:
description: MaxUnavailable shows the number of pods that can
be in an unready state.
format: int32
type: integer
nodesLabeled:
description: NodesLabeled shows the number of nodes currently
labeled.
format: int32
type: integer
podsReady:
description: PodsReady shows the number of pods in the ready state.
format: int32
type: integer
status:
description: Status shows the current state of the feature.
type: string
type: object
valid:
description: Valid shows if the DatadogAgentProfile has a valid config
spec.
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/datadoghq.com_datadogdashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,14 +251,14 @@ spec:
CurrentHash tracks the hash of the current DatadogDashboardSpec to know
if the Spec has changed and needs an update.
type: string
dashboardLastForceSyncTime:
description: DashboardLastForceSyncTime is the last time the API dashboard
was last force synced with the Datadogdashboard resource
format: date-time
type: string
id:
description: ID is the dashboard ID generated in Datadog.
type: string
lastForceSyncTime:
description: LastForceSyncTime is the last time the API dashboard
was last force synced with the DatadogDashboard resource
format: date-time
type: string
syncStatus:
description: SyncStatus shows the health of syncing the dashboard
state to Datadog.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resources:
images:
- name: controller
newName: gcr.io/datadoghq/operator
newTag: 1.9.0-rc.1
newTag: 1.9.0-rc.2
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 24c30a5

Please sign in to comment.