From db559044efd8e6d596df28be3ff44f075519fdb7 Mon Sep 17 00:00:00 2001 From: Levan Machablishvili Date: Thu, 29 Feb 2024 16:02:51 -0500 Subject: [PATCH 1/2] DatadogAgent v1alpha1 deprecation warning --- content/en/containers/guide/datadogoperator_migration.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/containers/guide/datadogoperator_migration.md b/content/en/containers/guide/datadogoperator_migration.md index 4a506b2a5c41f..90c7e0d14eb27 100644 --- a/content/en/containers/guide/datadogoperator_migration.md +++ b/content/en/containers/guide/datadogoperator_migration.md @@ -1,5 +1,12 @@ ## Migrating to version 1.0 of the Datadog Operator +
+The v1alpha1 DatadogAgent reconciliation in the Operator is deprecated since v1.2.0+ and will be removed in v1.7.0. Once removed, the Datadog Operator cannot be configured to reconcile the v1alpha1 DatadogAgent CRD. However, you will still be able to apply a v1alpha1 manifest with the conversion webhook enabled (using datadogCRDs.migration.datadogAgents.conversionWebhook.enabled). + +DatadogAgent v1alpha1 and the conversion webhook will be removed in v1.8.0. You will not be able to migrate thereafter unless you use earlier version of the Operator. +
+ + Datadog Operator v0.X uses `v1alpha1` of the DatadogAgent custom resource. Datadog Operator v1.X reconciles `v2alpha1`. This guide describes how to migrate to the `v2alpha1/DatadogAgent` custom resource from `v1alpha1/DatadogAgent`. From 51ad8d6829a32d6fc8929d11924700e9c09951c1 Mon Sep 17 00:00:00 2001 From: levan-m <116471169+levan-m@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:08:57 -0500 Subject: [PATCH 2/2] Update content/en/containers/guide/datadogoperator_migration.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> --- content/en/containers/guide/datadogoperator_migration.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/containers/guide/datadogoperator_migration.md b/content/en/containers/guide/datadogoperator_migration.md index 90c7e0d14eb27..67dd31ebd8c5f 100644 --- a/content/en/containers/guide/datadogoperator_migration.md +++ b/content/en/containers/guide/datadogoperator_migration.md @@ -1,9 +1,11 @@ ## Migrating to version 1.0 of the Datadog Operator
-The v1alpha1 DatadogAgent reconciliation in the Operator is deprecated since v1.2.0+ and will be removed in v1.7.0. Once removed, the Datadog Operator cannot be configured to reconcile the v1alpha1 DatadogAgent CRD. However, you will still be able to apply a v1alpha1 manifest with the conversion webhook enabled (using datadogCRDs.migration.datadogAgents.conversionWebhook.enabled). +The v1alpha1 DatadogAgent reconciliation in the Operator is deprecated since v1.2.0+ and will be removed in v1.7.0. After it's removed, you will not be able to configure the Datadog Operator to reconcile the v1alpha1 DatadogAgent CRD. However, you will still be able to apply a v1alpha1 manifest with the conversion webhook enabled using datadogCRDs.migration.datadogAgents.conversionWebhook.enabled. +
-DatadogAgent v1alpha1 and the conversion webhook will be removed in v1.8.0. You will not be able to migrate thereafter unless you use earlier version of the Operator. +
+DatadogAgent v1alpha1 and the conversion webhook will be removed in v1.8.0. After it's removed, you will not be able to migrate unless you use earlier version of the Operator.