-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into K8SPXC-1341
- Loading branch information
Showing
98 changed files
with
12,901 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature request 🧭 | ||
description: Suggest an idea for this project | ||
labels: "feature-request" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Proposal | ||
description: "What would you like to have as a feature" | ||
placeholder: "A clear and concise description of what you want to happen." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Use-Case | ||
description: "How would this help you?" | ||
placeholder: "Tell us more what you'd like to achieve." | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: interested-in-implementing-the-feature | ||
attributes: | ||
label: Is this a feature you are interested in implementing yourself? | ||
options: | ||
- 'No' | ||
- 'Maybe' | ||
- 'Yes' | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Anything else? | ||
description: "Let us know if you have anything else to share" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: Report a bug 🐛 | ||
description: Create a report to help us improve | ||
labels: "bug" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Self-help | ||
Thank you for considering to open a bug report! | ||
Before you do, however, make sure to check our existing resources to see if it has already been discussed/reported: | ||
- [Reported bugs](https://github.com/percona/percona-xtradb-cluster-operator/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug) | ||
- [JIRA bugs](https://perconadev.atlassian.net/issues/?jql=project%20%3D%20%22Percona%20Operator%20for%20MySQL%20based%20on%20Percona%20XtraDB%20Cluster%22%20and%20issuetype%20%3D%20Bug%20and%20resolution%20%3D%20unresolved%20order%20BY%20created%20DESC) | ||
- [Percona Operator for MySQL forum](https://forums.percona.com/c/mysql-mariadb/percona-kubernetes-operator-for-mysql/28) | ||
- type: textarea | ||
attributes: | ||
label: Report | ||
description: "What bug have you encountered?" | ||
placeholder: "A clear and concise description of what the bug is." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: More about the problem | ||
description: What do you see happening | ||
placeholder: Logs, expected behavior, other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: "Tell us how to reproduce the problem" | ||
value: | | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Versions | ||
description: "Tell us which versions do you use" | ||
value: | | ||
1. Kubernetes | ||
2. Operator | ||
3. Database | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: Anything else? | ||
description: "Let us know if you have anything else to share" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Ask a question about Percona Operator for MySQL or get support | ||
url: https://forums.percona.com/c/mysql-mariadb/percona-kubernetes-operator-for-mysql/28 | ||
about: Ask a question or request support for using Percona Operator for MySQL | ||
- name: Report vulnerability or security concern | ||
url: https://www.percona.com/security | ||
about: For any security issues or concerns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
./e2e-tests/build | ||
- name: Run Trivy vulnerability scanner image (linux/arm64) | ||
uses: aquasecurity/[email protected].0 | ||
uses: aquasecurity/[email protected].1 | ||
with: | ||
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-arm64' | ||
format: 'table' | ||
|
@@ -49,7 +49,7 @@ jobs: | |
./e2e-tests/build | ||
- name: Run Trivy vulnerability scanner image (linux/amd64) | ||
uses: aquasecurity/[email protected].0 | ||
uses: aquasecurity/[email protected].1 | ||
with: | ||
image-ref: '${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}-amd64' | ||
format: 'table' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.