You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: If something isn't working as expected.
3
+
labels: [bug]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thank you for taking the time to fill out a bug report.
9
+
10
+
If you are not running the latest version of this module, please try to reproduce your bug with the latest version before opening an issue.
11
+
- type: checkboxes
12
+
attributes:
13
+
label: Is there an existing issue for this?
14
+
description: Please search to see if an issue already exists for the bug you encountered.
15
+
options:
16
+
- label: I have searched the existing issues
17
+
required: true
18
+
- type: dropdown
19
+
attributes:
20
+
label: Greenfield/Brownfield provisioning
21
+
description: Do you reproduce the bug with a new infrastructure provisioning (greenfield) or you need an existing infrastructure with an existing terraform state (brownfield) to reproduce the bug ?
22
+
multiple: false
23
+
options:
24
+
- greenfield
25
+
- brownfield
26
+
validations:
27
+
required: true
28
+
- type: input
29
+
id: terraform
30
+
attributes:
31
+
label: Terraform Version
32
+
description: Which Terraform version are you using?
33
+
placeholder: 1.2.8
34
+
validations:
35
+
required: true
36
+
- type: input
37
+
id: module
38
+
attributes:
39
+
label: Module Version
40
+
description: Which module version are you using?
41
+
placeholder: 5.0.0
42
+
validations:
43
+
required: true
44
+
- type: input
45
+
id: azurerm
46
+
attributes:
47
+
label: AzureRM Provider Version
48
+
description: Which AzureRM Provider version are you using?
49
+
placeholder: 3.0.0
50
+
validations:
51
+
required: true
52
+
- type: input
53
+
id: resource
54
+
attributes:
55
+
label: Affected Resource(s)/Data Source(s)
56
+
description: Please list the affected resources and/or data sources.
57
+
placeholder: azurerm_XXXXX
58
+
validations:
59
+
required: true
60
+
- type: textarea
61
+
id: config
62
+
attributes:
63
+
label: Terraform Configuration Files
64
+
description: |
65
+
Please provide a minimal Terraform configuration that can reproduce the issue.
66
+
render: hcl
67
+
validations:
68
+
required: true
69
+
- type: textarea
70
+
id: tfvars
71
+
attributes:
72
+
label: tfvars variables values
73
+
description: |
74
+
Please provide the necessary tfvars variables values to reproduce the issue. Do not share secrets or sensitive information.
75
+
render: hcl
76
+
validations:
77
+
required: true
78
+
- type: textarea
79
+
id: debug
80
+
attributes:
81
+
label: Debug Output/Panic Output
82
+
description: |
83
+
For long debug logs please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
84
+
85
+
To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html).
86
+
render: shell
87
+
validations:
88
+
required: true
89
+
- type: textarea
90
+
id: expected
91
+
attributes:
92
+
label: Expected Behaviour
93
+
description: What should have happened?
94
+
- type: textarea
95
+
id: actual
96
+
attributes:
97
+
label: Actual Behaviour
98
+
description: What actually happened?
99
+
- type: textarea
100
+
id: reproduce
101
+
attributes:
102
+
label: Steps to Reproduce
103
+
description: |
104
+
Please list the steps required to reproduce the issue, e.g.
105
+
106
+
1. `terraform apply`
107
+
- type: input
108
+
id: facts
109
+
attributes:
110
+
label: Important Factoids
111
+
description: |
112
+
Are there anything atypical about your accounts that we should know? For example: Running in a Azure China/Germany/Government?
113
+
- type: textarea
114
+
id: references
115
+
attributes:
116
+
label: References
117
+
description: |
118
+
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
119
+
120
+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Such as vendor documentation?
description: I have a suggestion (and might want to implement myself)!
3
+
title: "Support for [thing]"
4
+
body:
5
+
- type: checkboxes
6
+
attributes:
7
+
label: Is there an existing issue for this?
8
+
description: Please search to see if an issue already exists for the feature you are requesting.
9
+
options:
10
+
- label: I have searched the existing issues
11
+
required: true
12
+
- type: textarea
13
+
id: description
14
+
attributes:
15
+
label: Description
16
+
description: Please leave a helpful description of the feature request here.
17
+
validations:
18
+
required: true
19
+
- type: input
20
+
id: resource
21
+
attributes:
22
+
label: New or Affected Resource(s)/Data Source(s)
23
+
description: Please list the new or affected resources and/or data sources.
24
+
placeholder: azurerm_XXXXX
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
id: config
29
+
attributes:
30
+
label: Potential Terraform Configuration
31
+
description: Please provide an example of what the enhancement could look like on this Terraform module.
32
+
render: hcl
33
+
- type: textarea
34
+
id: references
35
+
attributes:
36
+
label: References
37
+
description: |
38
+
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
39
+
40
+
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation? For example:
# checkov:skip=CKV_GHA_3 bypass check for CKV_GHA_3 since the GITHUB_TOKEN will be a one-time token https://docs.bridgecrew.io/docs/suspicious-use-of-curl-with-secrets
curl -s -X POST -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/repos/${{ github.repository }}/issues/$p/comments -d "{\"body\":\"MAIN BRANCH PUSH DETECTED DUE TO #${{steps.PR.outputs.number}}, THIS PR WILL BE UPDATED.\"}"
Copy file name to clipboardExpand all lines: CHANGELOG-v5.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,3 @@ ENHANCEMENTS:
29
29
BUG FIXES:
30
30
31
31
* Change the incorrect description of variable `tags`. ([#175](https://github.com/Azure/terraform-azurerm-aks/pull/175))
32
-
33
-
# 5.1.0 (August 31, 2022)
34
-
35
-
* Loose the restriction on `tls` provider's version to include major version greater than 3.0. [#228](https://github.com/Azure/terraform-azurerm-aks/issues/228)
36
-
* Mark some outputs as sensitive. [#231](https://github.com/Azure/terraform-azurerm-aks/pull/231)
* Require minimum `hashicorp/azurerm` provider version to 3.21.0 (fixes for AKS 1.24) [#238](https://github.com/Azure/terraform-azurerm-aks/pull/238)
The goal of v6.0.0 is to add a GitHub Action-based CI pipeline and introduce modern acceptance tests to ensure that future pull requests to this module meet our new standard for AzureRM modules.
4
+
5
+
ENHANCEMENTS:
6
+
7
+
* Loose the restriction on `tls` provider's version to include major version greater than 3.0. [#228](https://github.com/Azure/terraform-azurerm-aks/issues/228)
8
+
* Mark some outputs as sensitive. [#231](https://github.com/Azure/terraform-azurerm-aks/pull/231)
0 commit comments