Skip to content

Commit

Permalink
Update changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Feb 13, 2023
1 parent 1c17e59 commit a518a8a
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changelog/1012.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:feature
`provider`: Add a new attribute `burst_limit` for client-side throttling limit configuration.
```

```release-note:doc
`provider`: Add a new attribute `burst_limit`.
```
3 changes: 3 additions & 0 deletions .changelog/1026.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:doc
`resource/helm_release`: Add usage examples for `GCS` and `S3` plugins.
```
3 changes: 3 additions & 0 deletions .changelog/1027.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:doc
`data_source/helm_template`: Correct some errors in examples.
```
3 changes: 3 additions & 0 deletions .changelog/1029.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
Bump `github.com/containerd/containerd` from `1.6.6` to `1.6.12`
```
3 changes: 3 additions & 0 deletions .changelog/1030.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:doc
`resource/helm_release`: Add usage example for `OCI` repositories.
```
3 changes: 3 additions & 0 deletions .changelog/1036.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
Bump `helm.sh/helm/v3` from `3.9.4` to `3.11.0`
```
7 changes: 7 additions & 0 deletions .changelog/1037.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:dependency
Bump `k8s.io/client-go` from `0.24.2` to `0.26.1`
```

```release-note:note
`provider`: `kubernetes.exec.api_version` no longer supports `client.authentication.k8s.io/v1alpha1`. Please, switch to `client.authentication.k8s.io/v1beta1` or `client.authentication.k8s.io/v1`.
```
6 changes: 5 additions & 1 deletion .changelog/1050.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
```release-note:enhancement
Add `crds` attribute to helm_template data source
`data_source/helm_template`: Add a new attribute `crds` which when `include_crds` is set to `true` will be populated with a list of the manifests from the `crds/` folder of the chart.
```

```release-note:doc
`data_source/helm_template`: Add a new attribute `crds`
```
3 changes: 3 additions & 0 deletions .changelog/1051.txt
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.
```
3 changes: 3 additions & 0 deletions .changelog/1054.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
Bump `helm.sh/helm/v3` from `3.11.0` to `3.11.1`
```
2 changes: 1 addition & 1 deletion .changelog/1055.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:dependencies
```release-note:dependency
Bump `golang.org/x/crypto` from `0.5.0` to `0.6.0`
```
2 changes: 1 addition & 1 deletion .changelog/982.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```release-note:bug
Crash: Add StateMigrator for pass_credentials and wait_for_jobs (Inconsistent Plan)
`resource/helm_release`: Fix an issue when the provider crashes with the error message `Provider produced inconsistent final plan`.
```

0 comments on commit a518a8a

Please sign in to comment.