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 @@ -28,7 +28,7 @@ For implementation and configuration details, see the [README](https://charts.le

| Chart Version | Auth Version | Identity Version |
| :---: | :---: | :---: |
| `6.1.0` | 2.6.0 | 2.4.1 |
| `6.1.1` | 2.6.0 | 2.4.2 |

> **⚠️ Migration note for 6.0.0-beta.1:** The `auth.backend.migrations.image` and `auth.initUser.image` values changed from a single string to an object with `repository`, `tag`, and `pullPolicy` fields. Existing overrides using the old string format (e.g. `image: "ghcr.io/lerianstudio/casdoor-migrations:v1"`) will continue to work thanks to backward compatibility, but we recommend updating to the new format:
> ```yaml
Expand Down
14 changes: 14 additions & 0 deletions charts/fetcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

- Fixes:
- Updated CHANGELOGs for fetcher to reflect version 2.0.2 changes.

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

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)

- Improvements:
- Bumped midaz to v3.5.3.
- Updated CHANGELOGs for midaz:v5.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)

- Features:
- Released version 3.5.3 of midaz.

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 a new version of OpenTelemetry, enabling new metrics for otel-collector-lerian.

Expand Down
19 changes: 19 additions & 0 deletions charts/plugin-access-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

- **Features:**
- Added new configuration options for logging, rate limiting, and MFA in `configmap.yaml`.
- Introduced CORS, rate limiting, multi-tenancy, and circuit breaker configurations.

- **Fixes:**
- Removed `imagePullSecrets` from `values.yaml` for identity and auth sections.
- Updated image tags to ensure compatibility with the latest configurations.

- **Improvements:**
- Updated to `plugin-auth@2.6.0`.

Contributors: @gandalf, @gui.rodrigues, @guimoreirar,

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

---

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

- **Features:**
- Added new configuration options for logging, rate limiting, and MFA in `configmap.yaml`.
- Introduced configurations for CORS, rate limiting, multi-tenancy, and circuit breaker.
Expand Down
4 changes: 2 additions & 2 deletions charts/plugin-access-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ maintainers:
email: "support@lerian.studio"
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 6.1.0
version: 6.1.1
# This is the version number of the application being deployed.
appVersion: "2.6.0"
appVersion: "2.4.2"
# A list of keywords about the chart. This helps others discover the chart.
keywords:
- midaz
Expand Down
2 changes: 1 addition & 1 deletion charts/plugin-access-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ identity:
# -- Image pull policy
pullPolicy: Always
# -- Image tag used for deployment
tag: "2.4.1"
tag: "2.4.2"
# -- Secrets for pulling images from a private registry
imagePullSecrets: []
# -- Overrides the default generated name by Helm
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 @@ -2,6 +2,17 @@

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

---

## [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.
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 @@ -13,6 +13,17 @@ Contributors:

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

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 for improved stability and performance.

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 @@ -24,6 +24,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:
- Updated plugin-fees to version 3.0.8 to address existing issues.

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:
- Update plugin-fees to version 3.0.8

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 of product-console with new enhancements and optimizations.

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

Expand Down
16 changes: 16 additions & 0 deletions charts/reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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