Ivan Ka
Ivan Ka
## Description Add support for `ignore_failed_scaling_activities`. No breaking changes for current clusters, as default value is set to `false` ## Motivation and Context Our setup - AWS EKS clusters, ~...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes ✅: please list the...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-linters/tflint-ruleset-aws](https://togithub.com/terraform-linters/tflint-ruleset-aws) | plugin | minor | `0.31.0` -> `0.32.0` | --- ### Release...
While maintaining helm-unittest project, we reveal that there is a change in behaviour https://github.com/helm-unittest/helm-unittest/issues/359 **What this PR does / why we need it**: current camelCase function is actually returns a...
Hello. Last release was in November 2022. Any plans to cut a fresh release?
**Description** Fixes #4673 PR to add the [Scorecard GitHub Action](https://github.com/ossf/scorecard-action) and its [badge](https://openssf.org/blog/2022/09/08/show-off-your-security-score-announcing-scorecards-badges/) in the README file. Similar PR https://github.com/helm/helm/pull/13233 **Checklist** - [ ] Unit tests updated - [ ]...
**What would you like to be added**: Example coredns https://github.com/coredns/coredns/blob/master/.github/workflows/scorecards.yml Example helm https://github.com/helm/helm/issues/13243 OpenSSFF Scorecard https://github.com/ossf/scorecard Add github action https://github.com/ossf/scorecard-action Maintainters need to add PAT token https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md Current Score is...
cover failedTemplate.errorTemplate with helm examples
Added tests to cover issue https://github.com/helm-unittest/helm-unittest/issues/342 Reproduced  Without `any:true` the contains only look for any match. With `any:true` the content does lookup for all...
In my current org, we have a following convention for helm unit tests ``` We have two locations a test can live. 1. The root `tests/` folder relates to `chart`...