diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1cc0fb15..f83845ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,32 +2,32 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- -# Describe the bug -A clear and concise description of what the bug is. +# Description + # Environment -Version: the version that Kubescape helm version you are running -``` -Your current version is: -``` - +OS: ` ` +Version: ` ` + # Steps To Reproduce + # Expected behavior -A clear and concise description of what you expected to happen. + # Actual Behavior -A clear and concise description of what happened. If applicable, add screenshots to help explain your problem. + # Additional context -Add any other context about the problem here. + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..a68651eb 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,19 +2,23 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'feature' assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +## Overview + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +## Problem + -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +## Solution + -**Additional context** -Add any other context or screenshots about the feature request here. +## Alternatives + + +## Additional context + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b2d8493c..53ec1b6b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,47 @@ -## Describe your changes +## Overview + -## Screenshots - If Any (Optional) + + + + + + + + + \ No newline at end of file diff --git a/charts/kubescape-cloud-operator/Chart.yaml b/charts/kubescape-cloud-operator/Chart.yaml index 8786404b..afd9f73c 100644 --- a/charts/kubescape-cloud-operator/Chart.yaml +++ b/charts/kubescape-cloud-operator/Chart.yaml @@ -8,12 +8,14 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) + version: 1.9.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. + appVersion: 1.9.3 maintainers: diff --git a/charts/kubescape-prometheus-integrator/Chart.yaml b/charts/kubescape-prometheus-integrator/Chart.yaml index 9dcec7d2..4006e6ca 100644 --- a/charts/kubescape-prometheus-integrator/Chart.yaml +++ b/charts/kubescape-prometheus-integrator/Chart.yaml @@ -5,9 +5,9 @@ description: type: application -version: 0.0.5 +version: 0.0.6 -appVersion: "v0.0.5" +appVersion: "v0.0.6" maintainers: - name: Ben Hirschberg