diff --git a/CHANGELOG.md b/CHANGELOG.md index ae309d7..9e5baea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [currents-0.7.1](https://github.com/currents-dev/helm-charts/releases/tag/currents-0.7.1) - 2026-07-28 + + +### Features +- [`00cb7eb`](https://github.com/currents-dev/helm-charts/commit/00cb7eb80bfda08281269a3bdde4874520d1282f) feat: Add a data importer for bringing cloud data into onPrem (#44) +- [`021d5b5`](https://github.com/currents-dev/helm-charts/commit/021d5b52677ab563e35b74e2ee5a9cb999181de4) feat: bump image to the July 26 2026 release to include data importer + + ## [currents-0.7.0](https://github.com/currents-dev/helm-charts/releases/tag/currents-0.7.0) - 2026-07-15 diff --git a/charts/currents/Chart.yaml b/charts/currents/Chart.yaml index fff9902..6a6b1fe 100644 --- a/charts/currents/Chart.yaml +++ b/charts/currents/Chart.yaml @@ -5,10 +5,10 @@ home: https://currents.dev type: application # The chart version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.7.1 # Version number of the application being deployed. # Versions are not expected to follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "2026-07-15-001" +appVersion: "2026-07-26-001" maintainers: - name: Currents-dev url: https://currents.dev diff --git a/charts/currents/values.yaml b/charts/currents/values.yaml index 97417ff..e4cb0f3 100644 --- a/charts/currents/values.yaml +++ b/charts/currents/values.yaml @@ -27,7 +27,7 @@ currents: # @section -- Frequently Used key: password # -- The image tag to use for the Currents images - imageTag: 2026-07-15-001 + imageTag: 2026-07-26-001 email: smtp: # -- The SMTP server port to use diff --git a/docs/configuration.md b/docs/configuration.md index 26cb6fa..d568157 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,6 +1,6 @@ # Configuration Reference -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026-07-15-001](https://img.shields.io/badge/AppVersion-2026--07--15--001-informational?style=flat-square) +![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026-07-26-001](https://img.shields.io/badge/AppVersion-2026--07--26--001-informational?style=flat-square) ## Requirements @@ -88,7 +88,7 @@ The following table lists the configurable parameters of the `currents` chart an | Key | Type | Default | Description | |-----|------|---------|-------------| | currents.rootUser.email | string | `"admin@{{ .Values.currents.domains.appHost }}"` | The email address of the root user | -| currents.imageTag | string | `"2026-07-15-001"` | The image tag to use for the Currents images | +| currents.imageTag | string | `"2026-07-26-001"` | The image tag to use for the Currents images | | currents.email.smtp.port | int | `587` | The SMTP server port to use | | currents.email.smtp.from | tpl/string | `"Currents Report "` | The email address to send from | | currents.email.smtp.tls | bool | `false` | Whether the SMTP server uses TLS |