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/codeql-action from 2.2.1 to 2.2.5 #1073

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github/codeql-action from 2.2.1 to 2.2.5.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

[UNRELEASED]

  • Update default CodeQL bundle version to 2.12.3. #1543

2.2.4 - 10 Feb 2023

No user facing changes.

2.2.3 - 08 Feb 2023

  • Update default CodeQL bundle version to 2.12.2. #1518

2.2.2 - 06 Feb 2023

2.2.1 - 27 Jan 2023

No user facing changes.

2.2.0 - 26 Jan 2023

  • Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com. #1475
    • This change addresses customer reports of code scanning alerts on GitHub.com being closed and reopened during the rollout of new versions of CodeQL in the GitHub Actions runner images.
    • No change is required for the majority of workflows, including:
      • Workflows on GitHub.com hosted runners using the latest version (v2) of the CodeQL Action.
      • Workflows on GitHub.com hosted runners that are pinned to specific versions of the CodeQL Action from v2.2.0 onwards.
      • Workflows on GitHub Enterprise Server.
    • A change may be required for workflows on GitHub.com hosted runners that are pinned to specific versions of the CodeQL Action before v2.2.0 (e.g. v2.1.32):
      • Previously, these workflows would obtain the latest version of CodeQL from the Actions runner image.
      • Now, these workflows will download an older, compatible version of CodeQL from GitHub Releases. To use this older version, no change is required. To use the newest version of CodeQL, please update your workflows to reference the latest version of the CodeQL Action (v2).
    • Internal changes
      • These changes will not affect the majority of code scanning workflows. Continue reading only if your workflow uses @​actions/tool-cache or relies on the precise location of CodeQL within the Actions tool cache.
      • The tool cache now contains two recent CodeQL versions (previously one).
      • Each CodeQL version is located under a directory named after the release date and version number, e.g. CodeQL 2.11.6 is now located under CodeQL/2.11.6-20221211/x64/codeql (previously CodeQL/0.0.0-20221211/x64/codeql).
  • The maximum number of SARIF runs per file has been increased from 15 to 20 for users uploading SARIF files to GitHub.com. This change will help ensure that Code Scanning can process SARIF files generated by third-party tools that have many runs. See the GitHub API documentation for a list of all the limits around uploading SARIF. This change will be released to GitHub Enterprise Server as part of GHES 3.9.
  • Update default CodeQL bundle version to 2.12.1. #1498
  • Fix a bug that forced the init Action to run for at least two minutes on JavaScript. #1494

2.1.39 - 18 Jan 2023

  • CodeQL Action v1 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see this changelog post. #1467
  • Python automatic dependency installation will no longer fail for projects using Poetry that specify virtualenvs.options.no-pip = true in their poetry.toml. #1431
  • Avoid printing a stack trace and error message when the action fails to find the SHA at the current directory. This will happen in several non-error states and so we now avoid cluttering the log with this message. #1485

2.1.38 - 12 Jan 2023

... (truncated)

Commits
  • 32dc499 Merge pull request #1547 from github/update-v2.2.5-237a258d2
  • b742728 Update changelog for v2.2.5
  • 237a258 Merge pull request #1543 from github/alexet/update-2.12.3
  • 5972e6d Fix lib file
  • 164027e Fix bundle versions
  • 3dde1f3 Merge pull request #1540 from cklin/expect-discarded-cache
  • d7d7567 Unit tests for optimizeForLastQueryRun
  • 0e4e857 Set optimizeForLastQueryRun on last run
  • 08d1f21 Calculate customQueryIndices early
  • f3bd25e Merge pull request #1544 from github/aeisenberg/clean-cache
  • 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 27, 2023 07:08
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Feb 27, 2023
@arybolovlev
Copy link
Contributor

@dependabot rebase

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

---
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>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github/codeql-action-2.2.5 branch from b0359d6 to 0b847fd Compare March 10, 2023 13:48
@arybolovlev
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 01a0362 into main Mar 10, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-2.2.5 branch March 10, 2023 13:58
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 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
github_actions Pull requests that update GitHub Actions code pr/no-changelog size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant