Skip to content

Commit

Permalink
chore: release 0.30.0 (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthes <[email protected]>
  • Loading branch information
guilhem-barthes authored Nov 22, 2022
1 parent 2590654 commit 949193c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.30.0] - 2022-11-22

### Removed

Expand Down
6 changes: 5 additions & 1 deletion charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [7.4.6] - 2022-10-03

### Changed

- bump app version to `0.30.0`

## [7.4.5] - 2022-10-03

Expand Down
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: orchestrator
description: substra orchestration

type: application
version: 7.4.5
appVersion: 0.29.0
version: 7.4.6
appVersion: 0.30.0
kubeVersion: ">= 1.19.0-0"
icon: https://avatars.githubusercontent.com/u/84009910?s=400

Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ helm install my-release charts/orchestrator --set 'channels[0].name=mychannel' -
| `orchestrator.image.registry` | `orchestrator` image repository | `ghcr.io` |
| `orchestrator.image.repository` | `orchestrator` image repository | `substra/orchestrator-server` |
| `orchestrator.image.pullPolicy` | `orchestrator` image pull policy | `IfNotPresent` |
| `orchestrator.image.tag` | `orchestrator` image tag | `0.29.0` |
| `orchestrator.image.tag` | `orchestrator` image tag | `0.30.0` |
| `orchestrator.fullnameOverride` | String to fully override the `orchestrator.server.fullname` | `""` |
| `orchestrator.logLevel` | Orchestrator log level | `INFO` |
| `orchestrator.logSQLVerbose` | Log SQL statements with debug verbosity | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ orchestrator:
pullPolicy: IfNotPresent
## @param orchestrator.image.tag `orchestrator` image tag
##
tag: 0.29.0
tag: 0.30.0

## @param orchestrator.fullnameOverride String to fully override the `orchestrator.server.fullname`
##
Expand Down

0 comments on commit 949193c

Please sign in to comment.