This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new beb6c828f chore(addons): deprecate Keda
beb6c828f is described below

commit beb6c828f7dc6f448889d36720947cb528189dbe
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Sat Jan 11 09:34:17 2025 +0100

    chore(addons): deprecate Keda
    
    There has not been any follow up since the original development, nor any 
particular sign of interest from the community
---
 addons/keda/keda.go                 | 1 +
 docs/modules/traits/pages/keda.adoc | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/addons/keda/keda.go b/addons/keda/keda.go
index 0536c2448..b15027be7 100644
--- a/addons/keda/keda.go
+++ b/addons/keda/keda.go
@@ -75,6 +75,7 @@ const (
 // The KEDA trait is disabled by default.
 //
 // +camel-k:trait=keda.
+// +camel-k:deprecated=2.5.0.
 type Trait struct {
        traitv1.Trait `property:",squash" json:",inline"`
        // Enables automatic configuration of the trait. Allows the trait to 
infer KEDA triggers from the Kamelets.
diff --git a/docs/modules/traits/pages/keda.adoc 
b/docs/modules/traits/pages/keda.adoc
index ef5cf606d..857acbaba 100644
--- a/docs/modules/traits/pages/keda.adoc
+++ b/docs/modules/traits/pages/keda.adoc
@@ -1,6 +1,8 @@
 = Keda Trait
 
 // Start of autogenerated code - DO NOT EDIT! (badges)
+[.badges]
+[.badge-key]##Deprecated since##[.badge-unsupported]##2.5.0##
 // End of autogenerated code - DO NOT EDIT! (badges)
 // Start of autogenerated code - DO NOT EDIT! (description)
 WARNING: The KEDA trait is experimental and may not be suitable for production 
grade use cases.

Reply via email to