Skip to content

Commit

Permalink
add CHANGELOG and bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
alehechka committed Jul 28, 2023
1 parent 0507ddd commit e137095
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion charts/microservice/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/microservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e137095

Please sign in to comment.