From dd4e2a05f1c62f619f3cd45bd4f8a9b01a596546 Mon Sep 17 00:00:00 2001 From: Guilherme Moreira Rodrigues Date: Thu, 2 Apr 2026 11:40:08 -0300 Subject: [PATCH 1/3] fix(plugin-br-bank-transfer): update service port and server address to 4027 in configuration files --- charts/plugin-br-bank-transfer/README.md | 4 ++-- charts/plugin-br-bank-transfer/templates/configmap.yaml | 2 +- charts/plugin-br-bank-transfer/templates/deployment.yaml | 2 +- charts/plugin-br-bank-transfer/values-template.yaml | 2 +- charts/plugin-br-bank-transfer/values.yaml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/plugin-br-bank-transfer/README.md b/charts/plugin-br-bank-transfer/README.md index 68c2c54e..49036ee9 100644 --- a/charts/plugin-br-bank-transfer/README.md +++ b/charts/plugin-br-bank-transfer/README.md @@ -89,7 +89,7 @@ bankTransfer: | `bankTransfer.ingress.hosts` | Ingress host configuration | See `values.yaml` | | `bankTransfer.ingress.tls` | TLS configuration for ingress | `[]` | | `bankTransfer.service.type` | Kubernetes service type | `ClusterIP` | -| `bankTransfer.service.port` | Service port | `8080` | +| `bankTransfer.service.port` | Service port | `4027` | | `bankTransfer.deploymentUpdate.type` | Deployment strategy type | `RollingUpdate` | | `bankTransfer.podSecurityContext` | Pod security context | `{}` | | `bankTransfer.securityContext` | Security context for the container | See `values.yaml` | @@ -161,7 +161,7 @@ Key environment variables configured via `bankTransfer.configmap`: | --- | --- | --- | | `ENV_NAME` | Environment name | `production` | | `LOG_LEVEL` | Log level | `info` | -| `SERVER_ADDRESS` | Server listen address | `:8080` | +| `SERVER_ADDRESS` | Server listen address | `:4027` | | `POSTGRES_HOST` | PostgreSQL host | Dynamic based on release | | `REDIS_HOST` | Redis/Valkey host | Dynamic based on release | | `PLUGIN_AUTH_ENABLED` | Enable authentication | `true` | diff --git a/charts/plugin-br-bank-transfer/templates/configmap.yaml b/charts/plugin-br-bank-transfer/templates/configmap.yaml index ee7e4fca..a18809ad 100644 --- a/charts/plugin-br-bank-transfer/templates/configmap.yaml +++ b/charts/plugin-br-bank-transfer/templates/configmap.yaml @@ -8,7 +8,7 @@ data: # Application Settings ENV_NAME: {{ .Values.bankTransfer.configmap.ENV_NAME | default "production" | quote }} LOG_LEVEL: {{ .Values.bankTransfer.configmap.LOG_LEVEL | default "info" | quote }} - SERVER_ADDRESS: {{ .Values.bankTransfer.configmap.SERVER_ADDRESS | default ":8080" | quote }} + SERVER_ADDRESS: {{ .Values.bankTransfer.configmap.SERVER_ADDRESS | default ":4027" | quote }} HTTP_BODY_LIMIT_BYTES: {{ .Values.bankTransfer.configmap.HTTP_BODY_LIMIT_BYTES | default "1048576" | quote }} # CORS Configuration diff --git a/charts/plugin-br-bank-transfer/templates/deployment.yaml b/charts/plugin-br-bank-transfer/templates/deployment.yaml index e380c462..87bdf3d3 100644 --- a/charts/plugin-br-bank-transfer/templates/deployment.yaml +++ b/charts/plugin-br-bank-transfer/templates/deployment.yaml @@ -99,7 +99,7 @@ spec: {{- end }} ports: - name: http - containerPort: 8080 + containerPort: 4027 protocol: TCP livenessProbe: httpGet: diff --git a/charts/plugin-br-bank-transfer/values-template.yaml b/charts/plugin-br-bank-transfer/values-template.yaml index c9191080..344f682e 100644 --- a/charts/plugin-br-bank-transfer/values-template.yaml +++ b/charts/plugin-br-bank-transfer/values-template.yaml @@ -29,7 +29,7 @@ bankTransfer: # Application Settings ENV_NAME: "" # REQUIRED - Environment name (e.g., production, staging) LOG_LEVEL: "info" - SERVER_ADDRESS: ":8080" + SERVER_ADDRESS: ":4027" HTTP_BODY_LIMIT_BYTES: "1048576" # CORS Configuration diff --git a/charts/plugin-br-bank-transfer/values.yaml b/charts/plugin-br-bank-transfer/values.yaml index 7b8d4539..ccf15804 100644 --- a/charts/plugin-br-bank-transfer/values.yaml +++ b/charts/plugin-br-bank-transfer/values.yaml @@ -124,7 +124,7 @@ bankTransfer: # -- Kubernetes service type type: ClusterIP # -- Port for the HTTP API - port: 8080 + port: 4027 annotations: {} ingress: # -- Enable or disable ingress @@ -174,7 +174,7 @@ bankTransfer: # Application Settings ENV_NAME: "production" LOG_LEVEL: "info" - SERVER_ADDRESS: ":8080" + SERVER_ADDRESS: ":4027" HTTP_BODY_LIMIT_BYTES: "1048576" # CORS Configuration CORS_ALLOWED_ORIGINS: "*" From 787f5572d53d50c259a0df77f27d08e1a929cb1e Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Thu, 2 Apr 2026 14:54:44 +0000 Subject: [PATCH 2/3] chore(release): 1.1.0 ## (2026-04-02) ### Features * **product-console:** add dynamic OTEL host injection support ([4f473e9](https://github.com/LerianStudio/helm/commit/4f473e94c54955f11383f7f439a5c8d2454b47ae)) * **product-console:** add MONGO_PARAMETERS env var for TLS/auth options ([164468c](https://github.com/LerianStudio/helm/commit/164468c7bbe92e069a3d4d25bd05eef17f8827c6)) * **product-console:** update image tag to 1.5.0 and add upgrade guide ([a289f8c](https://github.com/LerianStudio/helm/commit/a289f8c27b440f30174dac68339fe50d83d27679)) ### Bug Fixes * clean dead OTEL defaults and fix SWAGGER_HOST service names ([76909b8](https://github.com/LerianStudio/helm/commit/76909b801a697be8c28fb345d1f9de611be88bee)) * **plugin-br-bank-transfer:** update plugin-br-bank-transfer@2.1.0 ([3e29c6c](https://github.com/LerianStudio/helm/commit/3e29c6cbcda36b88db0140e18d1995e41d711ada)) * **plugin-br-pix-indirect-btg:** update plugin-br-pix-indirect-btg@1.5.1, plugin-br-pix-indirect-btg-worker-reconciliation@1.5.1, plugin-br-pix-indirect-btg-worker-inbound@1.5.1, plugin-br-pix-indirect-btg-worker-outbound@1.5.1 ([226f506](https://github.com/LerianStudio/helm/commit/226f506964e0b271d4f61ec451a52121371096a3)) * **plugin-br-bank-transfer:** update service port and server address to 4027 in configuration files ([dd4e2a0](https://github.com/LerianStudio/helm/commit/dd4e2a05f1c62f619f3cd45bd4f8a9b01a596546)) * **matcher:** use configmap value for OBJECT_STORAGE_ENDPOINT with IAM Roles Anywhere ([c0f19a4](https://github.com/LerianStudio/helm/commit/c0f19a4648595b8784d0d5e7ce3f9991074978ac)) --- README.md | 2 +- charts/plugin-br-bank-transfer/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6ee4343..498ee508 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ For implementation and configuration details, see the [README](https://charts.le | Chart Version | App Version | | :---: | :---: | -| `1.1.0-beta.1` | 1.0.0-beta.1 | +| `1.1.0` | 1.0.0-beta.1 | ----------------- ### Plugin BR Pix Direct JD diff --git a/charts/plugin-br-bank-transfer/Chart.yaml b/charts/plugin-br-bank-transfer/Chart.yaml index 7c13677a..16e09ed4 100644 --- a/charts/plugin-br-bank-transfer/Chart.yaml +++ b/charts/plugin-br-bank-transfer/Chart.yaml @@ -9,7 +9,7 @@ sources: maintainers: - name: "Lerian Studio" email: "support@lerian.studio" -version: 1.1.0-beta.1 +version: 1.1.0 appVersion: "2.1.0" keywords: - bank-transfer From 6d2f1365ed72bc060941c5ac3a1cedec7b132da2 Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Thu, 2 Apr 2026 14:55:29 +0000 Subject: [PATCH 3/3] chore(release): Update CHANGELOGs for fetcher:v2.0.3,midaz:v5.7.0,otel-collector-lerian:v2.2.1,plugin-access-manager:v6.0.0,plugin-br-pix-direct-jd:v1.2.6,plugin-br-pix-indirect-btg:v2.1.1,plugin-crm:v4.0.0,plugin-fees:v4.1.2,product-console:v2.0.1,reporter:v2.0.0 [skip ci] --- charts/fetcher/CHANGELOG.md | 11 +++++++++++ charts/midaz/CHANGELOG.md | 12 ++++++++++++ charts/otel-collector-lerian/CHANGELOG.md | 12 ++++++++++++ charts/plugin-access-manager/CHANGELOG.md | 12 ++++++++++++ charts/plugin-br-pix-direct-jd/CHANGELOG.md | 11 +++++++++++ charts/plugin-br-pix-indirect-btg/CHANGELOG.md | 11 +++++++++++ charts/plugin-crm/CHANGELOG.md | 11 +++++++++++ charts/plugin-fees/CHANGELOG.md | 11 +++++++++++ charts/product-console/CHANGELOG.md | 18 ++++++++++++++++++ charts/reporter/CHANGELOG.md | 16 ++++++++++++++++ 10 files changed, 125 insertions(+) diff --git a/charts/fetcher/CHANGELOG.md b/charts/fetcher/CHANGELOG.md index 14598bb5..d9fde50d 100644 --- a/charts/fetcher/CHANGELOG.md +++ b/charts/fetcher/CHANGELOG.md @@ -2,6 +2,17 @@ ## [2.0.3](https://github.com/LerianStudio/helm/releases/tag/fetcher-v2.0.3) +- Improvements: + - Updated CHANGELOGs for fetcher to version 2.0.2. + +Contributors: + +[Compare changes](https://github.com/LerianStudio/helm/compare/fetcher-v2.0.2...fetcher-v2.0.3) + +--- + +## [2.0.3](https://github.com/LerianStudio/helm/releases/tag/fetcher-v2.0.3) + - Features: - Released version 2.0.3-beta.1 for testing and feedback. diff --git a/charts/midaz/CHANGELOG.md b/charts/midaz/CHANGELOG.md index 157e448e..7d5b38be 100644 --- a/charts/midaz/CHANGELOG.md +++ b/charts/midaz/CHANGELOG.md @@ -2,6 +2,18 @@ ## [5.7.0](https://github.com/LerianStudio/helm/releases/tag/midaz-v5.7.0) +- **Features** + - Released midaz version 3.5.3. + +- **Contributors** + - @medeirosygohr + +[Compare changes](https://github.com/LerianStudio/helm/compare/midaz-v5.6.0...midaz-v5.7.0) + +--- + +## [5.7.0](https://github.com/LerianStudio/helm/releases/tag/midaz-v5.7.0) + - **Features:** - Released midaz version 3.5.3 with new enhancements. diff --git a/charts/otel-collector-lerian/CHANGELOG.md b/charts/otel-collector-lerian/CHANGELOG.md index db1cffa8..fbb94466 100644 --- a/charts/otel-collector-lerian/CHANGELOG.md +++ b/charts/otel-collector-lerian/CHANGELOG.md @@ -2,6 +2,18 @@ ## [2.2.1](https://github.com/LerianStudio/helm/releases/tag/otel-collector-lerian-v2.2.1) +- Features: + - Updated to the new version of OpenTelemetry. + - Enabled new metrics for enhanced observability. + +Contributors: @gauchito, + +[Compare changes](https://github.com/LerianStudio/helm/compare/otel-collector-lerian-v2.2.0...otel-collector-lerian-v2.2.1) + +--- + +## [2.2.1](https://github.com/LerianStudio/helm/releases/tag/otel-collector-lerian-v2.2.1) + - Features: - Updated to new version of OpenTelemetry. - Enabled new metrics for enhanced observability. diff --git a/charts/plugin-access-manager/CHANGELOG.md b/charts/plugin-access-manager/CHANGELOG.md index d5cb2e42..025021a0 100644 --- a/charts/plugin-access-manager/CHANGELOG.md +++ b/charts/plugin-access-manager/CHANGELOG.md @@ -26,6 +26,18 @@ Contributors: @gandalf, ## [6.0.0](https://github.com/LerianStudio/helm/releases/tag/plugin-access-manager-v6.0.0) +- Fixes: + - Add kindIs guard for backward compatibility with string image values. + - Split migrations and initUser image into repository/tag fields. + +Contributors: @gandalf, + +[Compare changes](https://github.com/LerianStudio/helm/compare/plugin-access-manager-v5.4.0...plugin-access-manager-v6.0.0) + +--- + +## [6.0.0](https://github.com/LerianStudio/helm/releases/tag/plugin-access-manager-v6.0.0) + - Fixes: - Add `kindIs` guard for backward compatibility with string image values. - Split migrations and `initUser` image into repository/tag fields. diff --git a/charts/plugin-br-pix-direct-jd/CHANGELOG.md b/charts/plugin-br-pix-direct-jd/CHANGELOG.md index c1186c42..313f69fe 100644 --- a/charts/plugin-br-pix-direct-jd/CHANGELOG.md +++ b/charts/plugin-br-pix-direct-jd/CHANGELOG.md @@ -20,3 +20,14 @@ Contributors: [Compare changes](https://github.com/LerianStudio/helm/compare/plugin-br-pix-direct-jd-v1.2.5...plugin-br-pix-direct-jd-v1.2.6) +--- + +## [1.2.6](https://github.com/LerianStudio/helm/releases/tag/plugin-br-pix-direct-jd-v1.2.6) + +- Fixes: + - Updated plugin-br-pix-direct-jd to use pix@1.2.1-beta.7 and job@1.2.1-beta.7 for improved compatibility and performance. + +Contributors: + +[Compare changes](https://github.com/LerianStudio/helm/compare/plugin-br-pix-direct-jd-v1.2.5...plugin-br-pix-direct-jd-v1.2.6) + diff --git a/charts/plugin-br-pix-indirect-btg/CHANGELOG.md b/charts/plugin-br-pix-indirect-btg/CHANGELOG.md index a577a22b..390602b5 100644 --- a/charts/plugin-br-pix-indirect-btg/CHANGELOG.md +++ b/charts/plugin-br-pix-indirect-btg/CHANGELOG.md @@ -2,6 +2,17 @@ ## [2.1.1](https://github.com/LerianStudio/helm/releases/tag/plugin-br-pix-indirect-btg-v2.1.1) +- Fixes: + - Updated plugin-br-pix-indirect-btg to version 1.5.1 for improved stability and performance. + +Contributors: + +[Compare changes](https://github.com/LerianStudio/helm/compare/plugin-br-pix-indirect-btg-v2.1.0...plugin-br-pix-indirect-btg-v2.1.1) + +--- + +## [2.1.1](https://github.com/LerianStudio/helm/releases/tag/plugin-br-pix-indirect-btg-v2.1.1) + - Fixes: - Updated plugin-br-pix-indirect-btg to version 1.5.1 to address various issues and improve stability. diff --git a/charts/plugin-crm/CHANGELOG.md b/charts/plugin-crm/CHANGELOG.md index e7988d99..8d03e773 100644 --- a/charts/plugin-crm/CHANGELOG.md +++ b/charts/plugin-crm/CHANGELOG.md @@ -2,6 +2,17 @@ ## [4.0.0](https://github.com/LerianStudio/helm/releases/tag/plugin-crm-v4.0.0) +- Improvements: + - Updated image repository and bumped version to 3.5.1. + +Contributors: @gui.rodrigues, + +[Compare changes](https://github.com/LerianStudio/helm/compare/plugin-crm-v3.3.0...plugin-crm-v4.0.0) + +--- + +## [4.0.0](https://github.com/LerianStudio/helm/releases/tag/plugin-crm-v4.0.0) + - Improvements: - Update image repository and bump version to 3.5.1 diff --git a/charts/plugin-fees/CHANGELOG.md b/charts/plugin-fees/CHANGELOG.md index f4df6732..aabb9041 100644 --- a/charts/plugin-fees/CHANGELOG.md +++ b/charts/plugin-fees/CHANGELOG.md @@ -2,6 +2,17 @@ ## [4.1.2](https://github.com/LerianStudio/helm/releases/tag/plugin-fees-v4.1.2) +- Fixes: + - Updated plugin-fees to version 3.0.8 for improved stability and performance. + +Contributors: @guimoreirar + +[Compare changes](https://github.com/LerianStudio/helm/compare/plugin-fees-v4.1.1...plugin-fees-v4.1.2) + +--- + +## [4.1.2](https://github.com/LerianStudio/helm/releases/tag/plugin-fees-v4.1.2) + - Fixes: - Updated plugin-fees to version 3.0.8. diff --git a/charts/product-console/CHANGELOG.md b/charts/product-console/CHANGELOG.md index 14147b44..a6b94128 100644 --- a/charts/product-console/CHANGELOG.md +++ b/charts/product-console/CHANGELOG.md @@ -1,5 +1,23 @@ # Product-console Changelog +## [2.0.1](https://github.com/LerianStudio/helm/releases/tag/product-console-v2.0.1) + +- Features: + - Released version 2.0.0 of product-console with enhanced user interface and improved navigation. + +- Fixes: + - Resolved minor bugs affecting the dashboard loading times. + +- Improvements: + - Optimized backend processes for better performance and reduced latency. + - Updated documentation to reflect new features and changes in version 2.0.0. + +Contributors: + +[Compare changes](https://github.com/LerianStudio/helm/compare/product-console-v2.0.0...product-console-v2.0.1) + +--- + ## [2.0.0](https://github.com/LerianStudio/helm/releases/tag/product-console-v2.0.0) - Features: diff --git a/charts/reporter/CHANGELOG.md b/charts/reporter/CHANGELOG.md index d73f1567..480aea25 100644 --- a/charts/reporter/CHANGELOG.md +++ b/charts/reporter/CHANGELOG.md @@ -18,6 +18,22 @@ Contributors: @ferr3ira-gabriel, @ferr3ira.gabriel, @gandalf ## [2.0.0](https://github.com/LerianStudio/helm/releases/tag/reporter-v2.0.0) +- Fixes: + - Prevent null environment variables in manager and worker deployments. + - Prevent null environment variables in ScaledJob when no environment variables are configured. + - Use unique names for cluster-scoped resources to avoid conflicts. + +- Improvements: + - Added a blank line to README to trigger Helm release. + +Contributors: @ferr3ira-gabriel, @ferr3ira.gabriel, @gandalf + +[Compare changes](https://github.com/LerianStudio/helm/compare/reporter-v1.2.1...reporter-v2.0.0) + +--- + +## [2.0.0](https://github.com/LerianStudio/helm/releases/tag/reporter-v2.0.0) + - Fixes: - Prevent null environment variables in manager and worker deployments. - Prevent null environment variables in ScaledJob when no environment variables are configured.