2022-03-19 21:31:54 -04:00
|
|
|
name: "Bug Report: Other"
|
|
|
|
description: Report a bug not applicable to other issue templates.
|
|
|
|
title: "[Bug] "
|
|
|
|
labels: ["bug","triage"]
|
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Please tell us about the bug, but before doing so ensure you have read the [documentation](https://kyverno.io/docs/).
|
|
|
|
- type: dropdown
|
|
|
|
id: kyverno-version
|
|
|
|
attributes:
|
|
|
|
label: Kyverno Version
|
|
|
|
description: What version of Kyverno are you running?
|
|
|
|
options:
|
2022-09-10 09:45:00 -04:00
|
|
|
- 1.8.0
|
2022-10-13 18:11:58 -04:00
|
|
|
- 1.8.1
|
2022-11-21 08:21:09 -05:00
|
|
|
- 1.8.2
|
2022-12-07 13:13:24 -05:00
|
|
|
- 1.8.3
|
2022-12-13 07:27:47 -06:00
|
|
|
- 1.8.4
|
2022-12-21 10:09:18 -05:00
|
|
|
- 1.8.5
|
2022-12-26 07:17:42 -05:00
|
|
|
- 1.9.0
|
2023-03-28 18:17:06 -04:00
|
|
|
- 1.9.1
|
|
|
|
- 1.9.2
|
2023-05-25 20:53:28 -04:00
|
|
|
- 1.9.3
|
|
|
|
- 1.9.4
|
2023-05-30 17:54:35 -04:00
|
|
|
- 1.9.5
|
2023-03-28 18:17:06 -04:00
|
|
|
- 1.10.0
|
2023-06-18 16:19:08 -04:00
|
|
|
- 1.10.1
|
2023-08-01 08:13:55 -04:00
|
|
|
- 1.10.2
|
2023-09-05 11:49:49 +05:30
|
|
|
- 1.10.3
|
2023-11-29 21:01:12 +05:30
|
|
|
- 1.10.4
|
|
|
|
- 1.10.5
|
|
|
|
- 1.10.6
|
2023-09-21 20:47:45 +05:30
|
|
|
- 1.11.0
|
2023-11-29 21:01:12 +05:30
|
|
|
- 1.11.1
|
2024-01-19 19:15:58 -05:00
|
|
|
- 1.11.2
|
|
|
|
- 1.11.3
|
|
|
|
- 1.11.4
|
2024-05-27 12:19:15 +08:00
|
|
|
- 1.11.5
|
2024-04-03 09:32:39 -04:00
|
|
|
- 1.12.0
|
2024-05-27 12:19:15 +08:00
|
|
|
- 1.12.1
|
|
|
|
- 1.12.2
|
2024-06-04 11:43:17 +02:00
|
|
|
- 1.12.3
|
2022-03-19 21:31:54 -04:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: bug-description
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: Describe what happened.
|
|
|
|
# placeholder: Tell us what you see!
|
|
|
|
# value: "asdf"
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: slack
|
|
|
|
attributes:
|
|
|
|
label: Slack discussion
|
|
|
|
description: >-
|
|
|
|
If this issue is the result of a discussion thread on Slack, please provide the link to the discussion for reference.
|
|
|
|
# placeholder: ex. email@example.com
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
|
|
id: troubleshooting
|
|
|
|
attributes:
|
|
|
|
label: Troubleshooting
|
|
|
|
description: >-
|
|
|
|
By submitting this issue, you agree that you have performed some basic attempts at researching and solving your problem.
|
|
|
|
options:
|
|
|
|
- label: I have read and followed the documentation AND the [troubleshooting guide](https://kyverno.io/docs/troubleshooting/).
|
|
|
|
required: true
|
|
|
|
- label: I have searched other issues in this repository and mine is not recorded.
|
2022-12-07 13:13:24 -05:00
|
|
|
required: true
|