Skip to content

Commit

Permalink
chore: Prepare release 0.7.0 (#890)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
JorTurFer committed Jan 22, 2024
1 parent b8f3972 commit a59daf2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body:
label: "HTTP Add-on Version"
description: "What version of the KEDA HTTP Add-on are you running?"
options:
- "0.7.0"
- "0.6.0"
- "0.5.0"
- "0.4.0"
Expand All @@ -65,10 +66,10 @@ body:
label: Kubernetes Version
description: What version of Kubernetes that are you running?
options:
- "1.29"
- "1.28"
- "1.27"
- "1.26"
- "< 1.26"
- "< 1.27"
- "Other"
validations:
required: false
Expand Down
38 changes: 35 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,45 @@ This changelog keeps track of work items that have been completed and are ready
## History

- [Unreleased](#unreleased)
- [v0.7.0](#v070)
- [v0.6.0](#v060)
- [v0.5.0](#v050)

## Unreleased

### Breaking Changes
- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

### New

- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

### Improvements

- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

### Fixes

- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

### Deprecations

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

New deprecation(s):

- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

Previously announced deprecation(s):

- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

### Other

- **General**: TODO ([#TODO](https://github.com/kedacore/http-add-on/issues/TODO))

## v0.7.0

### Breaking Changes

- **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))
Expand All @@ -25,7 +59,7 @@ This changelog keeps track of work items that have been completed and are ready

### Improvements

- **General**: Improve Scaler reliability adding probes and 2 replicas ([#870](https://github.com/kedacore/http-add-on/issues/870))
- **General**: Improve Scaler reliability adding probes and 3 replicas ([#870](https://github.com/kedacore/http-add-on/issues/870))

### Fixes

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

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

Previously announced deprecation(s):

### Other

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

0 comments on commit a59daf2

Please sign in to comment.