Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-iob committed Nov 12, 2024
2 parents 9db0d4b + 69a787c commit 779c1a9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 1.13.1 (2024-11-12)

## 1.13.0 (2024-09-16)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down Expand Up @@ -87,15 +87,15 @@ A continuacion se muestra la documentacion de Terraform generada con [Terraform
| <a name="input_cluster_private_endpoint_enabled"></a> [cluster\_private\_endpoint\_enabled](#input\_cluster\_private\_endpoint\_enabled) | if true enables private EKS endpoint | `bool` | `true` | no |
| <a name="input_cluster_private_subnets"></a> [cluster\_private\_subnets](#input\_cluster\_private\_subnets) | VPC private subnets. Normally used by nodes and pods | `list(string)` | n/a | yes |
| <a name="input_cluster_public_endpoint_enabled"></a> [cluster\_public\_endpoint\_enabled](#input\_cluster\_public\_endpoint\_enabled) | if true enables public EKS endpoint | `bool` | `true` | no |
| <a name="input_cluster_public_endpoint_whitelist_cidrs"></a> [cluster\_public\_endpoint\_whitelist\_cidrs](#input\_cluster\_public\_endpoint\_whitelist\_cidrs) | network cidrs from which EKS endpoint is accessible. By default if enable is accessible from anywhere | `list(string)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
| <a name="input_cluster_public_endpoint_whitelist_cidrs"></a> [cluster\_public\_endpoint\_whitelist\_cidrs](#input\_cluster\_public\_endpoint\_whitelist\_cidrs) | network cidrs from which EKS endpoint is accessible. By default if enable is accessible from anywhere | `list(string)` | <pre>[<br/> "0.0.0.0/0"<br/>]</pre> | no |
| <a name="input_cluster_public_subnets"></a> [cluster\_public\_subnets](#input\_cluster\_public\_subnets) | VPC public subnets. Normally used by the AWS load balancers to expose services | `list(string)` | n/a | yes |
| <a name="input_cluster_region"></a> [cluster\_region](#input\_cluster\_region) | AWS region where the EKS cluster is located | `string` | n/a | yes |
| <a name="input_cluster_security_group_additional_rules"></a> [cluster\_security\_group\_additional\_rules](#input\_cluster\_security\_group\_additional\_rules) | security group rules allowed to access EKS cluster (helpful for VPN rules) | `any` | `{}` | no |
| <a name="input_environment"></a> [environment](#input\_environment) | Type of environment (dev,stg,prod) | `string` | n/a | yes |
| <a name="input_inception_desired_size"></a> [inception\_desired\_size](#input\_inception\_desired\_size) | number of desired cluster node group instances | `number` | `1` | no |
| <a name="input_inception_max_size"></a> [inception\_max\_size](#input\_inception\_max\_size) | number of max cluster node group instances | `number` | `1` | no |
| <a name="input_inception_min_size"></a> [inception\_min\_size](#input\_inception\_min\_size) | number of min cluster node group instances | `number` | `1` | no |
| <a name="input_inception_types"></a> [inception\_types](#input\_inception\_types) | list of types of initial cluster node group instances | `list(string)` | <pre>[<br> "t3a.medium"<br>]</pre> | no |
| <a name="input_inception_types"></a> [inception\_types](#input\_inception\_types) | list of types of initial cluster node group instances | `list(string)` | <pre>[<br/> "t3a.medium"<br/>]</pre> | no |
| <a name="input_organization"></a> [organization](#input\_organization) | Organization the cluster is used for | `string` | n/a | yes |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion modules/aws-dns-zones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down
2 changes: 1 addition & 1 deletion modules/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down
3 changes: 2 additions & 1 deletion modules/eks-addons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down Expand Up @@ -80,6 +80,7 @@ A continuacion se muestra la documentacion de Terraform generada con [Terraform
| <a name="input_addons_helm_timeout"></a> [addons\_helm\_timeout](#input\_addons\_helm\_timeout) | helm release timeout seconds (default 1800 sec -> 30 min) | `number` | `1800` | no |
| <a name="input_addons_karpenter_nodepools_path"></a> [addons\_karpenter\_nodepools\_path](#input\_addons\_karpenter\_nodepools\_path) | Karpenter's provisioners path | `string` | `""` | no |
| <a name="input_addons_karpenter_version"></a> [addons\_karpenter\_version](#input\_addons\_karpenter\_version) | Karpenter Helm Chart version | `string` | `"v0.34.0"` | no |
| <a name="input_addons_karpenter_volumeSize"></a> [addons\_karpenter\_volumeSize](#input\_addons\_karpenter\_volumeSize) | Karpenter's volumeSize | `string` | `"10Gi"` | no |
| <a name="input_addons_metrics_server_version"></a> [addons\_metrics\_server\_version](#input\_addons\_metrics\_server\_version) | n/a | `string` | `"3.12.0"` | no |
| <a name="input_addons_reloader_version"></a> [addons\_reloader\_version](#input\_addons\_reloader\_version) | Stakater Reloader Helm Chart version | `string` | `"1.0.56"` | no |
| <a name="input_addons_velero_bucket_arn"></a> [addons\_velero\_bucket\_arn](#input\_addons\_velero\_bucket\_arn) | if addons\_velero\_create\_bucket is false then we need to provide the bucket arn | `string` | `null` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/eks-apply-manifests-in-dir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down
3 changes: 2 additions & 1 deletion modules/eks-karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down Expand Up @@ -71,6 +71,7 @@ A continuacion se muestra la documentacion de Terraform generada con [Terraform
| <a name="input_cluster_endpoint"></a> [cluster\_endpoint](#input\_cluster\_endpoint) | n/a | `string` | n/a | yes |
| <a name="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name) | n/a | `string` | n/a | yes |
| <a name="input_cluster_oidc_provider_arn"></a> [cluster\_oidc\_provider\_arn](#input\_cluster\_oidc\_provider\_arn) | n/a | `string` | n/a | yes |
| <a name="input_karpenter_volumeSize"></a> [karpenter\_volumeSize](#input\_karpenter\_volumeSize) | Nodeclass VolumeSize | `string` | n/a | yes |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/eks-velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![docs](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/docs.yaml)
[![main](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml/badge.svg)](https://github.com/Secuoyas-Experience/sqy-tf-eks/actions/workflows/main.yaml)
![version](https://img.shields.io/badge/version-v1.13.0-blue)
![version](https://img.shields.io/badge/version-v1.13.1-blue)

## Intro

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqy-tf-eks",
"version": "1.13.0",
"version": "1.13.1",
"description": "Secuoyas Terraform for building EKS clusters",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 779c1a9

Please sign in to comment.