You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-3Lines changed: 35 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,45 @@ This changelog keeps track of work items that have been completed and are ready
10
10
## History
11
11
12
12
-[Unreleased](#unreleased)
13
+
-[v0.7.0](#v070)
13
14
-[v0.6.0](#v060)
14
15
-[v0.5.0](#v050)
15
16
16
17
## Unreleased
17
18
19
+
### Breaking Changes
20
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
21
+
22
+
### New
23
+
24
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
25
+
26
+
### Improvements
27
+
28
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
29
+
30
+
### Fixes
31
+
32
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
33
+
34
+
### Deprecations
35
+
36
+
You can find all deprecations in [this overview](https://github.com/kedacore/http-add-on/labels/breaking-change) and [join the discussion here](https://github.com/kedacore/http-add-on/discussions/categories/deprecations).
37
+
38
+
New deprecation(s):
39
+
40
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
41
+
42
+
Previously announced deprecation(s):
43
+
44
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
45
+
46
+
### Other
47
+
48
+
-**General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))
49
+
50
+
## v0.7.0
51
+
18
52
### Breaking Changes
19
53
20
54
-**General**: `host` field has been removed in favor of `hosts` in `HTTPScaledObject` ([#552](https://github.com/kedacore/http-add-on/issues/552)|[#888](https://github.com/kedacore/http-add-on/pull/888))
@@ -25,7 +59,7 @@ This changelog keeps track of work items that have been completed and are ready
25
59
26
60
### Improvements
27
61
28
-
-**General**: Improve Scaler reliability adding probes and 2 replicas ([#870](https://github.com/kedacore/http-add-on/issues/870))
62
+
-**General**: Improve Scaler reliability adding probes and 3 replicas ([#870](https://github.com/kedacore/http-add-on/issues/870))
29
63
30
64
### Fixes
31
65
@@ -42,8 +76,6 @@ New deprecation(s):
42
76
43
77
-**General**: Deprecated `KEDA_HTTP_DEPLOYMENT_CACHE_POLLING_INTERVAL_MS` in favor of `KEDA_HTTP_ENDPOINTS_CACHE_POLLING_INTERVAL_MS` ([#438](https://github.com/kedacore/http-add-on/issues/438))
44
78
45
-
Previously announced deprecation(s):
46
-
47
79
### Other
48
80
49
81
-**General**: Bump golang version ([#853](https://github.com/kedacore/http-add-on/pull/853))
0 commit comments