Skip to content
Open
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.0-beta.1` | 1.0.0-beta.1 |
| `1.1.0` | 1.0.0-beta.1 |
-----------------

### Plugin BR Pix Direct JD
Expand Down
11 changes: 11 additions & 0 deletions charts/fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
12 changes: 12 additions & 0 deletions charts/midaz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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 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.
Expand Down
12 changes: 12 additions & 0 deletions charts/plugin-access-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/plugin-br-bank-transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/plugin-br-bank-transfer/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/plugin-br-bank-transfer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 8080
containerPort: 4027
protocol: TCP
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion charts/plugin-br-bank-transfer/values-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/plugin-br-bank-transfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: "*"
Expand Down
11 changes: 11 additions & 0 deletions charts/plugin-br-pix-direct-jd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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 to address various issues and improve stability.

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

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

Expand Down
18 changes: 18 additions & 0 deletions charts/product-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
16 changes: 16 additions & 0 deletions charts/reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading