From 3df23f7845106e3b058f187a1ba0f4fb5ecae470 Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Mon, 22 Jan 2024 11:25:09 +0100 Subject: [PATCH 1/3] chore: Prepare release 0.7.0 Signed-off-by: Jorge Turrado --- .github/ISSUE_TEMPLATE/2_bug_report.yml | 181 ++++++++++++------------ CHANGELOG.md | 38 ++++- 2 files changed, 126 insertions(+), 93 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index 2554f60ea..db028f103 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -2,93 +2,94 @@ name: Report a bug 🐛 description: Create a report to help us improve labels: ["bug"] body: -- type: textarea - id: description - attributes: - label: Report - description: "What bug have you encountered?" - placeholder: "A clear and concise description of what the bug is." -- type: textarea - id: expected-behavior - attributes: - label: Expected Behavior - description: What did you expect to happen? - placeholder: What did you expect to happen? - validations: - required: true -- type: textarea - id: actual-behavior - attributes: - label: Actual Behavior - description: Also tell us, what did you see is happen? - placeholder: Tell us what you see that is happening - validations: - required: true -- type: textarea - id: repro-steps - attributes: - label: Steps to Reproduce the Problem - description: "How can we reproduce this bug? Please walk us through it step by step." - value: | - 1. - 2. - 3. - validations: - required: true -- type: textarea - id: logs - attributes: - label: Logs from KEDA HTTP operator - description: "Provide logs from the KEDA HTTP operator, if need be." - value: | - ``` - example - ``` - validations: - required: false -- type: dropdown - id: keda-http-version - attributes: - label: "HTTP Add-on Version" - description: "What version of the KEDA HTTP Add-on are you running?" - options: - - "0.6.0" - - "0.5.0" - - "0.4.0" - - "0.3.0" - - "Other" - validations: - required: false -- type: dropdown - id: kubernetes-version - attributes: - label: Kubernetes Version - description: What version of Kubernetes that are you running? - options: - - "1.28" - - "1.27" - - "1.26" - - "< 1.26" - - "Other" - validations: - required: false -- type: dropdown - id: cluster-type - attributes: - label: Platform - description: Where is your cluster running? - options: - - Any - - Alibaba Cloud - - Amazon Web Services - - Google Cloud - - Microsoft Azure - - Red Hat OpenShift - - Other - validations: - required: false -- type: textarea - id: anything-else - attributes: - label: Anything else? - description: "Let us know if you have anything else to share" + - type: textarea + id: description + attributes: + label: Report + description: "What bug have you encountered?" + placeholder: "A clear and concise description of what the bug is." + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: What did you expect to happen? + placeholder: What did you expect to happen? + validations: + required: true + - type: textarea + id: actual-behavior + attributes: + label: Actual Behavior + description: Also tell us, what did you see is happen? + placeholder: Tell us what you see that is happening + validations: + required: true + - type: textarea + id: repro-steps + attributes: + label: Steps to Reproduce the Problem + description: "How can we reproduce this bug? Please walk us through it step by step." + value: | + 1. + 2. + 3. + validations: + required: true + - type: textarea + id: logs + attributes: + label: Logs from KEDA HTTP operator + description: "Provide logs from the KEDA HTTP operator, if need be." + value: | + ``` + example + ``` + validations: + required: false + - type: dropdown + id: keda-http-version + attributes: + 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" + - "0.3.0" + - "Other" + validations: + required: false + - type: dropdown + id: kubernetes-version + attributes: + label: Kubernetes Version + description: What version of Kubernetes that are you running? + options: + - "1.29" + - "1.28" + - "1.27" + - "< 1.27" + - "Other" + validations: + required: false + - type: dropdown + id: cluster-type + attributes: + label: Platform + description: Where is your cluster running? + options: + - Any + - Alibaba Cloud + - Amazon Web Services + - Google Cloud + - Microsoft Azure + - Red Hat OpenShift + - Other + validations: + required: false + - type: textarea + id: anything-else + attributes: + label: Anything else? + description: "Let us know if you have anything else to share" diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e4f2535..cfd5560b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 @@ -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)) From 4ba119ef81fb69e4a3a807b4c05435ca9664e7ae Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Mon, 22 Jan 2024 11:27:27 +0100 Subject: [PATCH 2/3] undo the format Signed-off-by: Jorge Turrado --- .github/ISSUE_TEMPLATE/2_bug_report.yml | 182 ++++++++++++------------ 1 file changed, 91 insertions(+), 91 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index db028f103..1314b36a0 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -2,94 +2,94 @@ name: Report a bug 🐛 description: Create a report to help us improve labels: ["bug"] body: - - type: textarea - id: description - attributes: - label: Report - description: "What bug have you encountered?" - placeholder: "A clear and concise description of what the bug is." - - type: textarea - id: expected-behavior - attributes: - label: Expected Behavior - description: What did you expect to happen? - placeholder: What did you expect to happen? - validations: - required: true - - type: textarea - id: actual-behavior - attributes: - label: Actual Behavior - description: Also tell us, what did you see is happen? - placeholder: Tell us what you see that is happening - validations: - required: true - - type: textarea - id: repro-steps - attributes: - label: Steps to Reproduce the Problem - description: "How can we reproduce this bug? Please walk us through it step by step." - value: | - 1. - 2. - 3. - validations: - required: true - - type: textarea - id: logs - attributes: - label: Logs from KEDA HTTP operator - description: "Provide logs from the KEDA HTTP operator, if need be." - value: | - ``` - example - ``` - validations: - required: false - - type: dropdown - id: keda-http-version - attributes: - 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" - - "0.3.0" - - "Other" - validations: - required: false - - type: dropdown - id: kubernetes-version - attributes: - label: Kubernetes Version - description: What version of Kubernetes that are you running? - options: - - "1.29" - - "1.28" - - "1.27" - - "< 1.27" - - "Other" - validations: - required: false - - type: dropdown - id: cluster-type - attributes: - label: Platform - description: Where is your cluster running? - options: - - Any - - Alibaba Cloud - - Amazon Web Services - - Google Cloud - - Microsoft Azure - - Red Hat OpenShift - - Other - validations: - required: false - - type: textarea - id: anything-else - attributes: - label: Anything else? - description: "Let us know if you have anything else to share" +- type: textarea + id: description + attributes: + label: Report + description: "What bug have you encountered?" + placeholder: "A clear and concise description of what the bug is." +- type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: What did you expect to happen? + placeholder: What did you expect to happen? + validations: + required: true +- type: textarea + id: actual-behavior + attributes: + label: Actual Behavior + description: Also tell us, what did you see is happen? + placeholder: Tell us what you see that is happening + validations: + required: true +- type: textarea + id: repro-steps + attributes: + label: Steps to Reproduce the Problem + description: "How can we reproduce this bug? Please walk us through it step by step." + value: | + 1. + 2. + 3. + validations: + required: true +- type: textarea + id: logs + attributes: + label: Logs from KEDA HTTP operator + description: "Provide logs from the KEDA HTTP operator, if need be." + value: | + ``` + example + ``` + validations: + required: false +- type: dropdown + id: keda-http-version + attributes: + 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" + - "0.3.0" + - "Other" + validations: + required: false +- type: dropdown + id: kubernetes-version + attributes: + label: Kubernetes Version + description: What version of Kubernetes that are you running? + options: + - "1.28" + - "1.27" + - "1.26" + - "< 1.26" + - "Other" + validations: + required: false +- type: dropdown + id: cluster-type + attributes: + label: Platform + description: Where is your cluster running? + options: + - Any + - Alibaba Cloud + - Amazon Web Services + - Google Cloud + - Microsoft Azure + - Red Hat OpenShift + - Other + validations: + required: false +- type: textarea + id: anything-else + attributes: + label: Anything else? + description: "Let us know if you have anything else to share" From ae73475215d0bc354a6b0e8588fc267ddcb6dfce Mon Sep 17 00:00:00 2001 From: Jorge Turrado Date: Mon, 22 Jan 2024 11:27:57 +0100 Subject: [PATCH 3/3] undo the format Signed-off-by: Jorge Turrado --- .github/ISSUE_TEMPLATE/2_bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_bug_report.yml b/.github/ISSUE_TEMPLATE/2_bug_report.yml index 1314b36a0..8c684db1a 100644 --- a/.github/ISSUE_TEMPLATE/2_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2_bug_report.yml @@ -66,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