Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.22.0 to 2.25.0 #1065

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2023

Bumps github.com/hashicorp/terraform-plugin-sdk/v2 from 2.22.0 to 2.25.0.

Release notes

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases.

v2.25.0

BUG FIXES:

  • helper/schema: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. (#1111)
  • helper/schema: Prevented unexpected difference for timeouts on first plan after import (#1146)

v2.24.1

BUG FIXES:

  • helper/resource: Fixed TestStep type ImportStateCheck field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and data sources into state (#1089)
  • helper/resource: Prevented go-plugin goroutine leak per Terraform command (#1095)
  • helper/resource: Prevented goroutine leak per Terraform command when testing terraform-plugin-sdk based providers via Providers or ProviderFactories (#1091)
  • helper/resource: Prevented provider configuration already given error when TestStep type Config field already contained provider configuration block (#1092)

v2.24.0

ENHANCEMENTS:

  • helper/resource: Added TestStep type RefreshState field, which enables a step that refreshes state without an explicit apply or configuration changes (#1070)

BUG FIXES:

  • helper/resource: Fixed TestStep type ImportStateVerify field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and their dependent data sources (#1077)

v2.23.0

ENHANCEMENTS:

  • helper/resource: Added Terraform configuration to TRACE logging (#1059)
  • helper/resource: Added terraform plan output to TRACE logging (#1058)

BUG FIXES:

  • helper/resource: Prevented Inconsistent dependency lock file errors when using ExternalProviders outside the hashicorp namespace (#1057)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's changelog.

2.25.0 (February 15, 2023)

BUG FIXES:

  • helper/schema: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. (#1111)
  • helper/schema: Prevented unexpected difference for timeouts on first plan after import (#1146)

2.24.1 (November 14, 2022)

BUG FIXES:

  • helper/resource: Fixed TestStep type ImportStateCheck field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and data sources into state (#1089)
  • helper/resource: Prevented go-plugin goroutine leak per Terraform command (#1095)
  • helper/resource: Prevented goroutine leak per Terraform command when testing terraform-plugin-sdk based providers via Providers or ProviderFactories (#1091)
  • helper/resource: Prevented provider configuration already given error when TestStep type Config field already contained provider configuration block (#1092)

2.24.0 (October 13, 2022)

ENHANCEMENTS:

  • helper/resource: Added TestStep type RefreshState field, which enables a step that refreshes state without an explicit apply or configuration changes (#1070)

BUG FIXES:

  • helper/resource: Fixed TestStep type ImportStateVerify field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and their dependent data sources (#1077)

2.23.0 (September 15, 2022)

ENHANCEMENTS:

  • helper/resource: Added Terraform configuration to TRACE logging (#1059)
  • helper/resource: Added terraform plan output to TRACE logging (#1058)

BUG FIXES:

  • helper/resource: Prevented Inconsistent dependency lock file errors when using ExternalProviders outside the hashicorp namespace (#1057)
Commits
  • 868827a Update changelog
  • 5da5d6a website: Add highlight callout for migrating to terraform-plugin-testing (#1150)
  • d646588 website: Adds content-check command and README update (#1149)
  • 895fb9d build(deps): Bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.16.1 (#1148)
  • 3933b61 helper/schema: Remove timeouts during ImportResourceState (#1146)
  • 4041f05 Migrating links to new format (#1137)
  • 3d2dec4 build(deps): Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1144)
  • cb9d3a2 build(deps): Bump github.com/hashicorp/terraform-json (#1142)
  • 242c0f6 build(deps): Bump github.com/hashicorp/terraform-plugin-log (#1141)
  • 1efad5a build(deps): Bump github.com/hashicorp/hc-install from 0.4.0 to 0.5.0 (#1136)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner February 16, 2023 07:00
@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Feb 16, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.25.0 branch 3 times, most recently from 5f5c59f to 2f9254a Compare March 13, 2023 08:07
@arybolovlev arybolovlev mentioned this pull request Mar 13, 2023
1 task
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.25.0 branch 2 times, most recently from 1343de7 to 17406e7 Compare March 13, 2023 09:32
@arybolovlev
Copy link
Contributor

@dependabot rebase

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.22.0 to 2.25.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.22.0...v2.25.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.25.0 branch from 17406e7 to d0cf662 Compare March 13, 2023 12:34
@arybolovlev arybolovlev merged commit 456c934 into main Mar 13, 2023
@arybolovlev arybolovlev deleted the dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.25.0 branch March 13, 2023 13:08
BBBmau added a commit that referenced this pull request Jun 21, 2023
* Add `tls_server_name` kubernetes provider options.

* Update .goreleaser.yml

* Update helm to v3.8.1, and add OCI registry support (#837)

* v2.5.0 (#842)

* Fix OCI registry login concurrency issue (#848)

* Only run OCI login on create and update (#846)

Read and delete operations do not require access to the actual chart,
so we don't need to login. Removing this prevents issues on refresh for
short-living, rotated credentials as e.g. used by Amazon ECR.

* v2.5.1 (#849)

* Update go-getter to v1.5.11

* [DO NOT MERGE] RelAPI Onboarding  (#843)

* Necessary bits to onboard project to the Releases API

* some updates made after testing

* update comment

* Update to include terraform registry manifest

Co-authored-by: Jeanne Angeles Franco <jeanne.franco@hashicorp.com>

* Add `proxy_url` configuration to kubernetes block (#834)

* Upgrade helm to v3.9.0 (#867)

* Add post renderer args (#869)

* add args attribute to postrender block

* add test for args / fix nil edge case

* add to CHANGELOG

* fixed typo

* Update release.html.markdown

update to args description

* Update resource_release.go

format to match other similar lines

* Tidy up GNUmakefile (#872)

* Enable dependabot

* Add docs generation using terraform-plugin-docs (#880)

* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#877)

* Bump k8s.io/client-go from 0.24.0 to 0.24.1 (#876)

* Bump github.com/hashicorp/terraform-plugin-docs from 0.9.0 to 0.10.0 (#884)

* Don't persist the diff to state when update returns an error

* Add support for pass_credentials attribute (#841)

* Add go-changelog (#882)

* add changelog-build changelog-entry

* add github action for go-changelog

* tidy

* vendor

* small changelog details

* Tidy up go dependencies  (#885)

* Bump github.com/hashicorp/terraform-plugin-docs from 0.10.0 to 0.10.1 (#886)

* Bump k8s.io/api from 0.24.1 to 0.24.2 (#887)



Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump k8s.io/client-go from 0.24.1 to 0.24.2 (#888)

* Bump containerd dependency to v1.6.6 (#890)

* Update CHANGELOG.md for v2.6.0 (#891)

* add v1alpha1 diagnostic message / updated docs (#895)

Co-authored-by: John Houston <jrhouston@users.noreply.github.com>

* Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#897)

* Update README.md (#802)

* Bump github.com/hashicorp/terraform-plugin-docs from 0.10.1 to 0.12.0 (#901)

* Fix formatting (#902)

* Update FAQ.md (#910)

* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.17.0 to 2.18.0 (#908)

* Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#904)

* Show manifest in diff when creating release (#903)

Co-authored-by: John Houston <jhouston@hashicorp.com>

* Fix broken stale Issue GHA workflow (#806)

* Fix Issue Opened Triage GHA (#807)

* Update labelled issues GHA to new project + fix token (#941)

* Do dependency update in resourceDiff #771 (#855)

* Bump helm package to 3.9.4 (#945)

* Fix flaky OCI test setup (#960)

* add nil check of showonly interface value (#950)

* add nil check of showonly interface value

* add changelog-entry

* use type assertion

* add check to exclude empty strings

Co-authored-by: Alex Somesan <alex.somesan@gmail.com>

* add test for show_only in data_template_test.go

* simplify test for show_only

Co-authored-by: Alex Somesan <alex.somesan@gmail.com>

* Ignore dependabot in changelog checker (#922)

* Update CHANGELOG for v2.7.0 (#963)

* Add debug message for cluster unreachable at plan time (#962)

The CustomizeDiffFunc function doesn't allow us to surface
diagnostic messages when something goes wrong, only errors.

We don't want the plan to fail so instead we mark "manifest"
as computed and swallow the error, and write a debug log.

* Fix Unknown Value in Manifest Diff (#966)

* add valuesWhollyKnown function check

* Add regression test for unknown values bug

* Add changelog-entry

Co-authored-by: John Houston <jhouston@hashicorp.com>

* v2.7.1 (#969)

* [COMPLIANCE] Update MPL 2.0 LICENSE (#970)

Co-authored-by: hashicorp-copywrite[bot] <noreply@hashicorp.com>

* Larger diff than expected when updating helm_release "set" block value (#916)

The issue is caused by the resource diff process removing the set.type value from the state as it was not set in the original terraform code. When initially applying the plan the default value "" was used for set.type and stored in the state, when redeploying the original value of set.type is requested but as no default has been set in the schema it is marked as removed. This results in null being stored in the state for the value of set.type.

* Add pass_credentials to docs (#980)

* Updates docs for 'version' & 'set' (#927)

* update-set-docs

* update doc to specify upgrading chart version

* update lint

* fix trailing space

* Update helm_template codeblock (#995)

* Add CODEOWNERS file (#997)

* Update question issue template (#1001)

* Switch from k3s to kind GH action (#999)

* Switch from k3s to kind GH action

* Add wait timeout to the kind install step and update Kubernetes config path

Co-authored-by: Aleksandr Rybolovlev <sacha.rybolovlev@hashicorp.com>

* Bump Terraform Plugin SDK Dependency (#987)

* Add TF version v1.3 into version matrix (#1002)

* Add support for setting kube version on data.helm_template. (#985)

* Add support for setting kube version on data.template.

* Add test for unparsable kube-version.

* Add kube_version to docs.

* Change doc of kube_version to be more in line with description from helm package.

* Add OCI registry block to provider configuration (#862)

Co-authored-by: BBBmau <alvarez.mauriciotm@gmail.com>
Co-authored-by: John Houston <jhouston@hashicorp.com>

* v2.8.0 (#1013)

* Update 'helm_template' documentation (#1027)

* .github/workflows: Switch pr-size-labeler action to upstream (#1028)

* Add StateMigrator for pass_credentials and wait_for_jobs (#982)

* Add StateMigrator for pass_credentials and wait_for_jobs

* Add Changelog-entry

* add pass_credentials and wait_for_jobs tests

* Add State migrator unit tests

* Update Go version Github Actions

* Add GCS/S3 plugin docs (#1026)

* Add GCS/S3 plugin docs

* Fix GCS/S3 typos

* Update GitHub CodeQL workflow (#1031)

* Add OCI repo docs (#1030)

* Add OCI repo docs

* fix lint error

* Add OCI Registry

* Fix lint error

* Bump github.com/containerd/containerd from 1.6.6 to 1.6.12 (#1029)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.6 to 1.6.12.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.6.6...v1.6.12)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump helm.sh/helm/v3 from 3.9.4 to 3.11.0 (#1036)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.9.4 to 3.11.0.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.9.4...v3.11.0)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Implement burst_limit parameter #1011 (#1012)

Adds the ability to configure the burst_limit of the client-go client
used by Helm. If your cluster has a lot of CRDs e.g. when Crossplane
is installed, the DiscoveryClient performs many API calls potentially
triggering client-side rate limiting.

Increasing the burst_limit reduces this throttling, significantly
speeding up install or update actions, sometimes by a factor 10.

Co-authored-by: Marco Franssen <marco.franssen@philips.com>

* 🤖 Update GH Actions with the pinned commit hash versions (#1042)

* Bump github/issue-labeler from 2.5 to 2.6 (#1044)

Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.5 to 2.6.
- [Release notes](https://github.com/github/issue-labeler/releases)
- [Commits](github/issue-labeler@6ca2374...de16e74)

---
updated-dependencies:
- dependency-name: github/issue-labeler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github/codeql-action from 2.1.38 to 2.2.1 (#1045)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.38 to 2.2.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@515828d...3ebbd71)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump aareet/move-labeled-or-milestoned-issue from 2.0 to 2.1 (#1046)

Bumps [aareet/move-labeled-or-milestoned-issue](https://github.com/aareet/move-labeled-or-milestoned-issue) from 2.0 to 2.1.
- [Release notes](https://github.com/aareet/move-labeled-or-milestoned-issue/releases)
- [Commits](aareet/move-labeled-or-milestoned-issue@v2.0...v2.1)

---
updated-dependencies:
- dependency-name: aareet/move-labeled-or-milestoned-issue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump k8s.io/client-go from 0.24.2 to 0.26.1 (#1037)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.2 to 0.26.1.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.24.2...v0.26.1)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add `crds` attribute to `helm_template` data source (#1050)

* Add crds attribute to helm_template data source

* include test chart

* Add changelog entry

* Update FAQ.md (#1053)

add Sheneska to FAQ.md

* Update provider docs to mention not using KUBECONFIG (#1051)

* 🌱 Bump helm.sh/helm/v3 from 3.11.0 to 3.11.1 (#1054)

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Remove 'Automate labeled issues' workflow (#1057)

* 🌱 Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#1055)

* Update change log config file (#1061)

* Update change log files (#1062)

* v2.9.0 (#1063)

* 🤖 Bump github/issue-labeler from 2.6 to 3.0 (#1060)

Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 2.6 to 3.0.
- [Release notes](https://github.com/github/issue-labeler/releases)
- [Commits](github/issue-labeler@de16e74...cd54a96)

---
updated-dependencies:
- dependency-name: github/issue-labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🌱 Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 (#1067)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.15 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.6.15...v1.6.18)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add HashiCorp copyright headers (#1049)

* [COMPLIANCE] Add Copyright and License Headers (#1047)

Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>

* 🤖 Bump github/codeql-action from 2.2.1 to 2.2.5 (#1073)

* 🌱 Bump golang.org/x/net from 0.6.0 to 0.7.0 (#1069)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](golang/net@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🌱 Bump k8s.io/client-go from 0.26.1 to 0.26.2 (#1074)

* 🌱 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1072)

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🌱 Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#1081)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](golang/crypto@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🌱 Bump helm.sh/helm/v3 from 3.11.1 to 3.11.2 (#1082)

* 🌱 Bump github.com/hashicorp/terraform-plugin-docs from 0.12.0 to 0.14.1 (#1078)

* Fix acceptance tests (#1085)

* 🌱 Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.22.0 to 2.25.0 (#1065)

* 🌱 Bump github.com/hashicorp/terraform-plugin-sdk/v2

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.22.0 to 2.25.0.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.22.0...v2.25.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Rybolovlev <sacha.rybolovlev@hashicorp.com>

* 🤖 Bump actions/labeler from 4.0.2 to 4.0.3 (#1084)

* 🤖 Bump github/codeql-action from 2.2.5 to 2.2.6 (#1083)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@32dc499...16964e9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🤖 Bump hashicorp/ghaction-terraform-provider-release from 2.2.0 to 2.3.0 (#1079)

* Add `set_list` attribute in helm_release (#1071)

* Initial Schema for set_list

* add getListValue function

* add type attribute

* add changelog-entry

* add initial set_list test check

* add  to docs

* remove comments

* add set_list attribute to data_template

* update data resource docs

* change from TypeSet to TypeList

* requested changes

* add set_list tests with chart

* clean tests and remove type attribute

* remove type attribute from data template

* remove correct type attribute

* 🌱 Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#1096)

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.25.0 to 2.26.1.
- [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-sdk@v2.25.0...v2.26.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🤖 Bump actions/setup-go from 3.5.0 to 4.0.0 (#1092)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@6edd440...4d34df0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🤖 Bump actions/checkout from 3.3.0 to 3.5.0 (#1100)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@ac59398...8f4b7f8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Always recompute metadata when a release is updated (#1097)

Co-authored-by: John Houston <jhouston@hashicorp.com>

* 🌱 Bump github.com/docker/docker (#1108)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v20.10.21...v20.10.24)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* move status attribute out of metadata block support (#1109)

* 🤖 Bump hashicorp/setup-copywrite from 1.0.0 to 1.1.2 (#1118)

Bumps [hashicorp/setup-copywrite](https://github.com/hashicorp/setup-copywrite) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/hashicorp/setup-copywrite/releases)
- [Commits](hashicorp/setup-copywrite@3ace06a...867a1a2)

---
updated-dependencies:
- dependency-name: hashicorp/setup-copywrite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🤖 Bump github/codeql-action from 2.2.6 to 2.3.0 (#1126)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.6 to 2.3.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@16964e9...b2c19fb)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🌱 Bump github.com/docker/distribution (#1133)

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update helm dependency to 3.12.0 (#1143)

Also, remove vendor directory, and update go to version 1.20.

* v2.10.0 (#1147)

* v2.10.1 (hotfix) (#1153)

* Fix URL in Google Cloud Storage example (#1151)

* bump actions/stale to v8.0.0 (#1161)

* Provider docs: Add explanation for the limitation of the experimental feature (#1146)

* Result of tsccr-helper -pin-all-workflows . (#1127)

Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: Mauricio Alvarez Leon <65101411+BBBmau@users.noreply.github.com>

* Add `tls_server_name` kubernetes provider options.

* add changelog-entry

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: John Houston <jrhouston@users.noreply.github.com>
Co-authored-by: Heiko Rothe <heikorothe@msn.com>
Co-authored-by: John Houston <jhouston@hashicorp.com>
Co-authored-by: claire labry <claire@hashicorp.com>
Co-authored-by: Jeanne Angeles Franco <jeanne.franco@hashicorp.com>
Co-authored-by: Nathan Smith <12156185+nsmith5@users.noreply.github.com>
Co-authored-by: Mauricio Alvarez Leon <65101411+BBBmau@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Imri Zvik <imriz@users.noreply.github.com>
Co-authored-by: Loïc Stevens <toomai@users.noreply.github.com>
Co-authored-by: Brandy Jackson <90709515+iBrandyJackson@users.noreply.github.com>
Co-authored-by: WarpRat <23439640+WarpRat@users.noreply.github.com>
Co-authored-by: Alex Somesan <alex.somesan@gmail.com>
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-copywrite[bot] <noreply@hashicorp.com>
Co-authored-by: Adam Charrett <73886859+adcharre@users.noreply.github.com>
Co-authored-by: Aleksandr Rybolovlev <sacha.rybolovlev@hashicorp.com>
Co-authored-by: Anders Wallin <touch.dev.null@gmail.com>
Co-authored-by: Alexander Charykov <monester@gmail.com>
Co-authored-by: BBBmau <alvarez.mauriciotm@gmail.com>
Co-authored-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
Co-authored-by: Marco Franssen <marco.franssen@philips.com>
Co-authored-by: Charlie Ozinga <charlie@cloud-elements.com>
Co-authored-by: Dennis <davh@davh.dk>
Co-authored-by: hashicorp-tsccr[bot] <129506189+hashicorp-tsccr[bot]@users.noreply.github.com>
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies go Pull requests that update Go code pr/no-changelog size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant