Skip to content

Commit a59daf2

Browse files
authored
chore: Prepare release 0.7.0 (#890)
* chore: Prepare release 0.7.0 Signed-off-by: Jorge Turrado <[email protected]> * undo the format Signed-off-by: Jorge Turrado <[email protected]> * undo the format Signed-off-by: Jorge Turrado <[email protected]> --------- Signed-off-by: Jorge Turrado <[email protected]>
1 parent b8f3972 commit a59daf2

File tree

2 files changed

+38
-5
lines changed

2 files changed

+38
-5
lines changed

.github/ISSUE_TEMPLATE/2_bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ body:
5252
label: "HTTP Add-on Version"
5353
description: "What version of the KEDA HTTP Add-on are you running?"
5454
options:
55+
- "0.7.0"
5556
- "0.6.0"
5657
- "0.5.0"
5758
- "0.4.0"
@@ -65,10 +66,10 @@ body:
6566
label: Kubernetes Version
6667
description: What version of Kubernetes that are you running?
6768
options:
69+
- "1.29"
6870
- "1.28"
6971
- "1.27"
70-
- "1.26"
71-
- "< 1.26"
72+
- "< 1.27"
7273
- "Other"
7374
validations:
7475
required: false

CHANGELOG.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,45 @@ This changelog keeps track of work items that have been completed and are ready
1010
## History
1111

1212
- [Unreleased](#unreleased)
13+
- [v0.7.0](#v070)
1314
- [v0.6.0](#v060)
1415
- [v0.5.0](#v050)
1516

1617
## Unreleased
1718

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+
1852
### Breaking Changes
1953

2054
- **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
2559

2660
### Improvements
2761

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))
2963

3064
### Fixes
3165

@@ -42,8 +76,6 @@ New deprecation(s):
4276

4377
- **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))
4478

45-
Previously announced deprecation(s):
46-
4779
### Other
4880

4981
- **General**: Bump golang version ([#853](https://github.com/kedacore/http-add-on/pull/853))

0 commit comments

Comments
 (0)