diff --git a/charts/microservice/CHANGELOG.md b/charts/microservice/CHANGELOG.md index 70bb8a1..c8ca806 100644 --- a/charts/microservice/CHANGELOG.md +++ b/charts/microservice/CHANGELOG.md @@ -9,11 +9,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + ### Fixed +### Security + +## [v0.7.0] - 2023-07-28 + +### Added + +- `.Values.deployment.routing` object that controls how network routing is performed. The default and only supported value for `strategy` is `loadbalancer` which expects services to direct requests with custom `Host` header at the Traefik LoadBalancer and allow it to use configured IngressRoutes to route the request. (https://github.com/lockerstock/helm-charts/pull/21). + - The `loadbalancer` strategy appends the `LOAD_BALANCER_ADDRESS` environment variable to the deployment which can be used to make internal requests to. + ### Changed -### Removed +- The `.Values.ingressRoute.rules` array will now create a separate `Rule` in the final IngressRoute for each index (https://github.com/lockerstock/helm-charts/pull/21). +- Moved `.Values.ingressRoute.middlewares` to be part of `.Values.ingressRoute.rules` objects which plays better with the above change (https://github.com/lockerstock/helm-charts/pull/21). ## [v0.6.0] - 2023-05-12 diff --git a/charts/microservice/Chart.yaml b/charts/microservice/Chart.yaml index 81c99bc..dda8cc2 100644 --- a/charts/microservice/Chart.yaml +++ b/charts/microservice/Chart.yaml @@ -20,7 +20,7 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 'v0.6.0' +version: 'v0.7.0' # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to