Closed dependabot[bot] closed 3 months ago
[!WARNING]
Rate limit exceeded
@dependabot[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 26 minutes and 22 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 09f955a4a9fc9c26e1674061f676f09ec4d79a5e and 416fed8e15107446820212795a6c3949eb1598d6.
The recent update entails a minor version increment of the Helm provider in the Terraform lock file, transitioning from 2.14.0
to 2.14.1
. This adjustment signifies the introduction of bug fixes and enhancements that preserve existing functionality without instigating breaking changes. Moreover, the associated hash values have been altered, reflecting updates in the provider's binary or its dependencies. This ensures that the project leverages the latest, most secure version available, enhancing reliability and integrity.
Files | Change Summary |
---|---|
.../istio/.terraform.lock.hcl | Updated Helm provider version from 2.14.0 to 2.14.1 , with revised hash values. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Bumps hashicorp/helm from 2.14.0 to 2.14.1.
Release notes
Sourced from hashicorp/helm's releases.
Changelog
Sourced from hashicorp/helm's changelog.
Commits
96996d9
fix: quoting error in check-docs workflow (#1450)4de0405
PSS-277: Bump hashicorp/ghaction-terraform-provider-release/.github/workflows...031e5c7
Fix description forset_list
parameters (#1451)40daddd
v2.14.1 (#1453)84d0c25
Clean up changelog (#1454)a321ee5
🌱 Bump github.com/docker/docker (#1448)093b91e
🌱 Bump golang.org/x/crypto from 0.23.0 to 0.25.0 (#1399)4ec6e5b
🌱 Bump github.com/hashicorp/terraform-plugin-docs from 0.16.0 to 0.19.4 (#1437)2341dcc
🌱 Bump k8s.io/client-go from 0.30.0 to 0.30.3 (#1436)e5aa8ed
Add tfplugindocs workflow file (#1440)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 show
Summary by CodeRabbit
New Features
Bug Fixes