Ivan Ka

Results 78 issues of 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...

stale
renovate
deps
plugin
rule::1
type::minor
datasource::github-releases
manager:tflint-plugin

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...

size/XS

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 - [ ]...

cncf-cla: yes
lgtm
size/M
needs-ok-to-test
do-not-merge/hold

**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...

kind/feature

cover failedTemplate.errorTemplate with helm examples

Added tests to cover issue https://github.com/helm-unittest/helm-unittest/issues/342 Reproduced ![Screenshot 2024-08-29 at 08 35 02](https://github.com/user-attachments/assets/331958b1-8e0d-4d1e-86c0-9734cb4f6216) 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`...