Skip to content

Commit 6fa2d55

Browse files
committed
add CHANGELOG and change import order
Signed-off-by: Shane <[email protected]>
1 parent 37e4645 commit 6fa2d55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
5858

5959
### New
6060

61-
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
61+
-**General**: Add scaleTargetRef exists check in webhook and revise some variable name ([#6350](https://github.com/kedacore/keda/pull/6350))
6262

6363
#### Experimental
6464

apis/keda/v1alpha1/scaledobject_types.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ package v1alpha1
1919
import (
2020
"context"
2121
"fmt"
22+
"reflect"
23+
"strconv"
24+
2225
"github.com/kedacore/keda/v2/pkg/common/message"
2326
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
24-
"reflect"
2527
"sigs.k8s.io/controller-runtime/pkg/client"
26-
"strconv"
2728

2829
autoscalingv2 "k8s.io/api/autoscaling/v2"
2930
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)