Skip to content

Commit

Permalink
chore: release 0.36.0 (#273)
Browse files Browse the repository at this point in the history
### Changed

- Replace deprecated ioutil package with os
([#269](#269))

Signed-off-by: Milouu <[email protected]>
  • Loading branch information
Milouu authored Sep 7, 2023
1 parent ad4fc6d commit 200e123
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.36.0](https://github.com/Substra/orchestrator/releases/tag/0.36.0) - 2023-09-07

### Changed

- Replace deprecated ioutil package with os ([#269](https://github.com/Substra/orchestrator/pull/269))
Expand All @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Minor dependency updates. See commit history for more details.


## [0.35.0](https://github.com/Substra/orchestrator/releases/tag/0.35.0) - 2023-06-12

- No changes on the app
Expand Down
6 changes: 6 additions & 0 deletions charts/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [7.5.4] - 2023-09-07

### Changed

- bump app version to `0.36.0`

## [7.5.3] - 2023-07-25

### Changed
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.5.3
appVersion: 0.35.2
version: 7.5.4
appVersion: 0.36.0
kubeVersion: ">= 1.19.0-0"
icon: https://avatars.githubusercontent.com/u/84009910?s=400

Expand Down

0 comments on commit 200e123

Please sign in to comment.