Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ For implementation and configuration details, see the [README](https://charts.le

| Chart Version | App Version |
| :---: | :---: |
| `1.1.4` | 1.0.0-beta.1 |
| `1.1.5` | 1.0.0-beta.1 |


### Plugin BR Pix Direct JD
Expand Down
12 changes: 12 additions & 0 deletions charts/fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [2.0.3](https://github.com/LerianStudio/helm/releases/tag/fetcher-v2.0.3)

- Features:
- Released version 2.0.3-beta.1
- Released version 2.0.3

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

Expand Down
14 changes: 14 additions & 0 deletions charts/midaz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## [5.7.0](https://github.com/LerianStudio/helm/releases/tag/midaz-v5.7.0)

- **Features**
- Released midaz version 3.5.3.

- **Improvements**
- Updated CHANGELOGs for midaz version 5.6.0.

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)

- Improvements:
- Bumped midaz to v3.5.3.
- Updated CHANGELOGs for midaz:v5.6.0.
Expand Down
12 changes: 12 additions & 0 deletions charts/otel-collector-lerian/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [2.2.1](https://github.com/LerianStudio/helm/releases/tag/otel-collector-lerian-v2.2.1)

- Features:
- Updated to a new version of OpenTelemetry, enhancing the capabilities of otel-collector-lerian.
- Enabled new metrics to provide more comprehensive monitoring and 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 the new version of OpenTelemetry.
- Enabled new metrics for enhanced observability.
Expand Down
11 changes: 11 additions & 0 deletions charts/plugin-access-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Plugin-access-manager Changelog

## [6.1.1](https://github.com/LerianStudio/helm/releases/tag/plugin-access-manager-v6.1.1)

- **Fixes:**
- Updated `plugin-identity` to version 2.4.2 to address compatibility issues.

Contributors: @guimoreirar

[Compare changes](https://github.com/LerianStudio/helm/compare/plugin-access-manager-v6.1.0...plugin-access-manager-v6.1.1)

---

## [6.1.0](https://github.com/LerianStudio/helm/releases/tag/plugin-access-manager-v6.1.0)

- **Features:**
Expand Down
2 changes: 1 addition & 1 deletion charts/plugin-br-bank-transfer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
- name: "Lerian Studio"
email: "support@lerian.studio"

version: 1.1.4
version: 1.1.5

appVersion: "2.1.0"
keywords:
Expand Down
12 changes: 2 additions & 10 deletions charts/plugin-br-bank-transfer/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ data:

# Multi-Tenancy
DEFAULT_TENANT_ID: {{ .Values.bankTransfer.configmap.DEFAULT_TENANT_ID | default "" | quote }}
DEFAULT_MIDAZ_ORGANIZATION_ID: {{ .Values.bankTransfer.configmap.DEFAULT_MIDAZ_ORGANIZATION_ID | default "" | quote }}
DEFAULT_TENANT_SLUG: {{ .Values.bankTransfer.configmap.DEFAULT_TENANT_SLUG | default "default" | quote }}
MULTI_TENANT_ENABLED: {{ .Values.bankTransfer.configmap.MULTI_TENANT_ENABLED | default "false" | quote }}
{{- if eq (.Values.bankTransfer.configmap.MULTI_TENANT_ENABLED | default "false") "true" }}
Expand All @@ -46,15 +45,6 @@ data:
MULTI_TENANT_CONNECTIONS_CHECK_INTERVAL_SEC: {{ .Values.bankTransfer.configmap.MULTI_TENANT_CONNECTIONS_CHECK_INTERVAL_SEC | default "30" | quote }}
{{- end }}

# Pool Manager (SaaS multi-tenant mode)
POOL_MANAGER_ENABLED: {{ .Values.bankTransfer.configmap.POOL_MANAGER_ENABLED | default "false" | quote }}
{{- if .Values.bankTransfer.configmap.POOL_MANAGER_BASE_URL }}
POOL_MANAGER_BASE_URL: {{ .Values.bankTransfer.configmap.POOL_MANAGER_BASE_URL | quote }}
{{- end }}
POOL_MANAGER_TIMEOUT_MS: {{ .Values.bankTransfer.configmap.POOL_MANAGER_TIMEOUT_MS | default "2000" | quote }}
POOL_MANAGER_L1_TTL_SEC: {{ .Values.bankTransfer.configmap.POOL_MANAGER_L1_TTL_SEC | default "300" | quote }}
POOL_MANAGER_L2_TTL_SEC: {{ .Values.bankTransfer.configmap.POOL_MANAGER_L2_TTL_SEC | default "43200" | quote }}

# PostgreSQL Primary
{{- $namespace := include "global.namespace" . }}
POSTGRES_HOST: {{ .Values.bankTransfer.configmap.POSTGRES_HOST | default (printf "%s-postgresql-primary.%s.svc.cluster.local" .Release.Name $namespace) | quote }}
Expand Down Expand Up @@ -197,7 +187,9 @@ data:
{{- if .Values.bankTransfer.configmap.JD_LEGACY_CODE }}
JD_LEGACY_CODE: {{ .Values.bankTransfer.configmap.JD_LEGACY_CODE | quote }}
{{- end }}
JD_SIGNING_MODE: {{ .Values.bankTransfer.configmap.JD_SIGNING_MODE | default "local_pem" | quote }}
JD_SIGNATURE_REQUIRED: {{ .Values.bankTransfer.configmap.JD_SIGNATURE_REQUIRED | default "true" | quote }}
JD_VALIDATE_EXTERNAL_SIGNATURE: {{ .Values.bankTransfer.configmap.JD_VALIDATE_EXTERNAL_SIGNATURE | default "true" | quote }}
JD_TIMEOUT_MS: {{ .Values.bankTransfer.configmap.JD_TIMEOUT_MS | default "8000" | quote }}
JD_MAX_RETRIES: {{ .Values.bankTransfer.configmap.JD_MAX_RETRIES | default "3" | quote }}
{{- end }}
Expand Down
3 changes: 3 additions & 0 deletions charts/plugin-br-bank-transfer/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ stringData:
{{- if .Values.bankTransfer.secrets.JD_PRIVATE_KEY_PEM }}
JD_PRIVATE_KEY_PEM: {{ .Values.bankTransfer.secrets.JD_PRIVATE_KEY_PEM | quote }}
{{- end }}
{{- if .Values.bankTransfer.secrets.JD_PUBLIC_KEY_PEM }}
JD_PUBLIC_KEY_PEM: {{ .Values.bankTransfer.secrets.JD_PUBLIC_KEY_PEM | quote }}
{{- end }}

# Encryption Keys
# The application expects hex-encoded 32-byte AES-256 keys (64 hex characters).
Expand Down
7 changes: 3 additions & 4 deletions charts/plugin-br-bank-transfer/values-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ bankTransfer:
DEFAULT_TENANT_SLUG: "" # REQUIRED - Default tenant slug
MULTI_TENANT_ENABLED: "false"

# Pool Manager (SaaS multi-tenant mode)
POOL_MANAGER_ENABLED: "false"
# POOL_MANAGER_BASE_URL: "" # Required if POOL_MANAGER_ENABLED=true

# PostgreSQL Primary - REQUIRED
POSTGRES_HOST: "" # REQUIRED - PostgreSQL primary host
POSTGRES_PORT: "5432"
Expand Down Expand Up @@ -147,7 +143,9 @@ bankTransfer:
JD_SOAP_PATH: "/soap"
JD_ORIGIN_ISPB: "" # REQUIRED - Origin ISPB code
# JD_LEGACY_CODE: ""
JD_SIGNING_MODE: "local_pem" # local_pem | external_provided | disabled
JD_SIGNATURE_REQUIRED: "true"
JD_VALIDATE_EXTERNAL_SIGNATURE: "true"
JD_TIMEOUT_MS: "8000"
JD_MAX_RETRIES: "3"

Expand Down Expand Up @@ -201,6 +199,7 @@ bankTransfer:
# JD_USER_CODE: ""
# JD_PASSWORD: ""
# JD_PRIVATE_KEY_PEM: ""
# JD_PUBLIC_KEY_PEM: "" # Required for external_provided mode with signature validation

# Encryption Keys - REQUIRED (hex-encoded 32-byte AES-256 keys, 64 hex characters)
JD_INCOMING_RAW_XML_ENCRYPTION_KEY: "" # REQUIRED
Expand Down
9 changes: 3 additions & 6 deletions charts/plugin-br-bank-transfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ bankTransfer:
DEFAULT_TENANT_ID: "11111111-1111-1111-1111-111111111111"
DEFAULT_TENANT_SLUG: "default"
MULTI_TENANT_ENABLED: "false"
# Pool Manager (SaaS multi-tenant mode)
POOL_MANAGER_ENABLED: "false"
# POOL_MANAGER_BASE_URL: "http://pool-manager:8080"
POOL_MANAGER_TIMEOUT_MS: "2000"
POOL_MANAGER_L1_TTL_SEC: "300"
POOL_MANAGER_L2_TTL_SEC: "43200"
# PostgreSQL Primary (host defaults to {{ .Release.Name }}-postgresql-primary.{{ .Release.Namespace }}.svc.cluster.local)
# POSTGRES_HOST: "" # Leave empty to use dynamic default based on release name
POSTGRES_PORT: "5432"
Expand Down Expand Up @@ -297,7 +291,9 @@ bankTransfer:
JD_SOAP_PATH: "/soap"
JD_ORIGIN_ISPB: "" # MUST BE SET - Origin ISPB code
# JD_LEGACY_CODE: ""
JD_SIGNING_MODE: "local_pem" # local_pem | external_provided | disabled
JD_SIGNATURE_REQUIRED: "true"
JD_VALIDATE_EXTERNAL_SIGNATURE: "true"
JD_TIMEOUT_MS: "8000"
JD_MAX_RETRIES: "3"
# JD Sandbox Mode (must be false in production)
Expand Down Expand Up @@ -367,6 +363,7 @@ bankTransfer:
# JD_USER_CODE: ""
# JD_PASSWORD: ""
# JD_PRIVATE_KEY_PEM: ""
# JD_PUBLIC_KEY_PEM: "" # Required for external_provided mode with signature validation

# Encryption Keys (REQUIRED - hex-encoded 32-byte AES-256 keys, 64 hex characters)
JD_INCOMING_RAW_XML_ENCRYPTION_KEY: ""
Expand Down
12 changes: 12 additions & 0 deletions charts/plugin-br-pix-direct-jd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [1.2.6](https://github.com/LerianStudio/helm/releases/tag/plugin-br-pix-direct-jd-v1.2.6)

- Fixes:
- Updated pix to version 1.2.1-beta.7.
- Updated job to version 1.2.1-beta.7.

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.

Expand Down
11 changes: 11 additions & 0 deletions charts/plugin-br-pix-indirect-btg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
11 changes: 11 additions & 0 deletions charts/plugin-crm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ Contributors: @gui.rodrigues,

## [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

Expand Down
11 changes: 11 additions & 0 deletions charts/plugin-fees/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [4.1.2](https://github.com/LerianStudio/helm/releases/tag/plugin-fees-v4.1.2)

- Fixes:
- Update plugin-fees to version 3.0.8.

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 to address existing issues.

Expand Down
11 changes: 11 additions & 0 deletions charts/product-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [2.0.1](https://github.com/LerianStudio/helm/releases/tag/product-console-v2.0.1)

- Features:
- Released version 2.0.0 with significant updates and enhancements.

Contributors:

[Compare changes](https://github.com/LerianStudio/helm/compare/product-console-v2.0.0...product-console-v2.0.1)

---

## [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 new enhancements and optimizations.

Expand Down
16 changes: 16 additions & 0 deletions charts/reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## [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.
Expand Down
Loading