awscdk-asset-kubectl icon indicating copy to clipboard operation
awscdk-asset-kubectl copied to clipboard

Results 12 awscdk-asset-kubectl issues
Sort by recently updated
recently updated
newest added

Similar to https://github.com/cdklabs/awscdk-asset-kubectl/pull/546, this PR adds kubectl 1.29.4 and Helm 3.14.4 security patch https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#changelog-since-v1293 https://github.com/helm/helm/releases/tag/v3.14.4 Fixes [#588](https://github.com/cdklabs/awscdk-asset-kubectl/issues/588). Fixes [#752](https://github.com/cdklabs/awscdk-asset-kubectl/issues/752). Removes the EOL python3.7 runtime in the integ test and upgrade...

ref #539 The golang bindings have not been published for 1.29. https://github.com/cdklabs/awscdk-asset-kubectl/blob/kubectl-v29/main/CONTRIBUTING.md?plain=1#L55 > 2. If we decide to support the requested version, a **maintainer** will open a new branch, `kubectl-vY/main`...

**Issue** On helm 3.14.0 there is a bug, which makes it partly impossible to use with e.g. artifactory repositories, see https://github.com/helm/helm/issues/12748 **Effect** Not able to update helm releases inside of...

Hello, We are using aws-cdk.lambda-layer-kubectl-v24 package to install kubectl utility but now when we are creating CloudFormation we are getting error as "Resource handler returned message: "The runtime parameter of...

I'm trying to control the configuration of the lambda functions that are created by this resource for example - - Lambda function dead-letter configuration - Lambda function function-level concurrent execution...

Right now the process to upgrade kubectl requires installing a new package and uninstalling an old one. It would be great to be able to upgrade a single package by...

Fixes # Helm version (golang version) needs to be upgraded to avoid CVE-2024-24790

Helm version using now has Go v1.22.3 that is flagged with CVE-2024-24790

Similar to https://github.com/cdklabs/awscdk-asset-kubectl/pull/546, and https://github.com/cdklabs/awscdk-asset-kubectl/pull/860, this PR adds support for : Helm Version: 3.16.1 Kubectl Version: 1.31.0 (current version in [eks kubectl download page](https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html)) Fixes https://github.com/cdklabs/awscdk-asset-kubectl/issues/1172 (To: maintainers) @pahud @kaizencc...