-
Notifications
You must be signed in to change notification settings - Fork 982
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e45f5e8
commit beeb214
Showing
6 changed files
with
38 additions
and
5 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,7 @@ | ||
```release-note:bug | ||
`resource/kubernetes_storage_class`: Fix an issue when changing the value of the attribute `allow_volume_expansion` does not alter Kubernetes resource. | ||
``` | ||
|
||
```release-note:bug | ||
`resource/kubernetes_storage_class_v1`: Fix an issue when changing the value of the attribute `allow_volume_expansion` does not alter Kubernetes resource. | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,15 @@ | ||
```release-note:feature | ||
New data source: `kubernetes_nodes` | ||
New resource: `kubernetes_node_taint` | ||
New data source: `kubernetes_nodes`. | ||
``` | ||
|
||
```release-note:feature | ||
New resource: `kubernetes_node_taint`. | ||
``` | ||
|
||
```release-note:doc | ||
New data source: `kubernetes_nodes`. | ||
``` | ||
|
||
```release-note:doc | ||
New resource: `kubernetes_node_taint`. | ||
``` |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
```release-note:feature | ||
Add kubernetes_resources data source | ||
New data source: `kubernetes_resources`. | ||
``` | ||
|
||
```release-note:doc | ||
New data source: `kubernetes_resources`. | ||
``` |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
```release-note:enhancement | ||
`resource/resource_kubernetes_cron_job_v1`: new attribute `spec.timezone` | ||
`resource/resource_kubernetes_cron_job_v1`: Add a new attribute `spec.timezone`. | ||
``` | ||
|
||
```release-note:doc | ||
`resource/resource_kubernetes_cron_job_v1`: Add a new attribute `spec.timezone`. | ||
``` |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
```release-note:enhancement | ||
Add support for adding annotations to resources with pod templates | ||
`resource/kubernetes_annotations`: Add a new attribute `template_annotations` that allows adding annotations to resources with pod templates. | ||
``` | ||
|
||
```release-note:doc | ||
`resource/kubernetes_annotations`: Add a new attribute `template_annotations`. | ||
``` |
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,3 @@ | ||
```release-note:doc | ||
`provider`: Add a note regarding the `KUBECONFIG` environment variable. | ||
``` |