From f01810ebcaba04e849f5264266ea0efd3d8c4f13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Oct 2023 20:10:14 +0000 Subject: [PATCH 1/6] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b64311b..2ff3bf5 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config | 4.2.8 | Minimize the admission of containers with capabilities assigned | L1 | Active | [tiphys](https://github.com/opszero/tiphys) defaultSecurityContext.capabilities.drop: ALL | | **4.3** | **CNI Plugin** | | | | | 4.3.1 | Ensure CNI plugin supports network policies. | L1 | Manual | `calico_enabled=true` | -| 4.3.2 | Ensure that all Namespaces have Network Policies defined | L1 | Remediate | | +| 4.3.2 | Ensure that all Namespaces have Network Policies defined | L1 | Manual | Add Network Policy manually | | **4.4** | **Secrets Management** | | | | | 4.4.1 | Prefer using secrets as files over secrets as environment variables | L2 | Active | [tiphys](https://github.com/opszero/tiphys) writes secrets to file | | 4.4.2 | Consider external secret storage | L2 | Manual | Pull secrets using AWS Secret Manager. | From ad303cf17f2b900c4bf157026c67e88c809e7969 Mon Sep 17 00:00:00 2001 From: Abhi Yerra Date: Sun, 5 Nov 2023 19:54:37 -0800 Subject: [PATCH 2/6] update pull request template file From 3503569a2d914a528c884576b1c51ac3d1eae2e0 Mon Sep 17 00:00:00 2001 From: thaunghtike-share <87596555+thaunghtike-share@users.noreply.github.com> Date: Thu, 9 Nov 2023 05:04:55 +0630 Subject: [PATCH 3/6] update helm charts (#358) * Update variables.tf * Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 8de2424..3834764 100644 --- a/variables.tf +++ b/variables.tf @@ -367,7 +367,7 @@ variable "karpenter_enabled" { } variable "karpenter_version" { - default = "v0.31.0" + default = "v0.32.1" description = "The version of the karpenter helm chart" } From 781df1a3f147403f67585b7a20047a30ade8a453 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Nov 2023 22:35:15 +0000 Subject: [PATCH 4/6] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ff3bf5..2109824 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config | [iam\_roles](#input\_iam\_roles) | Terraform object of the IAM roles | `map` | `{}` | no | | [iam\_users](#input\_iam\_users) | List of IAM users | `list` | `[]` | no | | [karpenter\_enabled](#input\_karpenter\_enabled) | Specify whether the karpenter is enabled | `bool` | `false` | no | -| [karpenter\_version](#input\_karpenter\_version) | The version of the karpenter helm chart | `string` | `"v0.31.0"` | no | +| [karpenter\_version](#input\_karpenter\_version) | The version of the karpenter helm chart | `string` | `"v0.32.1"` | no | | [legacy\_subnet](#input\_legacy\_subnet) | Specify how the subnets should be created | `bool` | `true` | no | | [metrics\_server\_version](#input\_metrics\_server\_version) | The version of the metric server helm chart | `string` | `"3.11.0"` | no | | [nat\_enabled](#input\_nat\_enabled) | Whether the NAT gateway is enabled | `bool` | `true` | no | From 115ad2fd3db8b938074042d896e10e2566abd3bb Mon Sep 17 00:00:00 2001 From: aleks-auguria <143713718+aleks-auguria@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:25:50 +0000 Subject: [PATCH 5/6] Update karpenter_version to v0.32.2 (#359) --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 3834764..e6d739c 100644 --- a/variables.tf +++ b/variables.tf @@ -367,7 +367,7 @@ variable "karpenter_enabled" { } variable "karpenter_version" { - default = "v0.32.1" + default = "v0.32.2" description = "The version of the karpenter helm chart" } From 27629277922581f5b851f4d3f158ddb6c3a2fefd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Nov 2023 20:26:06 +0000 Subject: [PATCH 6/6] terraform-docs: automated action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2109824..4e0bd4c 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ the PSP to the [equivalent new standard](https://kubernetes.io/docs/tasks/config | [iam\_roles](#input\_iam\_roles) | Terraform object of the IAM roles | `map` | `{}` | no | | [iam\_users](#input\_iam\_users) | List of IAM users | `list` | `[]` | no | | [karpenter\_enabled](#input\_karpenter\_enabled) | Specify whether the karpenter is enabled | `bool` | `false` | no | -| [karpenter\_version](#input\_karpenter\_version) | The version of the karpenter helm chart | `string` | `"v0.32.1"` | no | +| [karpenter\_version](#input\_karpenter\_version) | The version of the karpenter helm chart | `string` | `"v0.32.2"` | no | | [legacy\_subnet](#input\_legacy\_subnet) | Specify how the subnets should be created | `bool` | `true` | no | | [metrics\_server\_version](#input\_metrics\_server\_version) | The version of the metric server helm chart | `string` | `"3.11.0"` | no | | [nat\_enabled](#input\_nat\_enabled) | Whether the NAT gateway is enabled | `bool` | `true` | no |