Skip to content

Commit

Permalink
chore: release 0.41.0
Browse files Browse the repository at this point in the history
Signed-off-by: Milouu <[email protected]>
  • Loading branch information
Milouu committed Sep 5, 2023
1 parent 8bea3fc commit 3ebc50a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.41.0](https://github.com/Substra/substra-backend/releases/tag/0.41.0) 2023-09-05

### Added

- New `SECRET_KEY` optional environment variable ([#671](https://github.com/Substra/substra-backend/pull/671))
- `/api-token-auth/` and the associated tokens can now be disabled through the `EXPIRY_TOKEN_ENABLED` environment variable and `server.allowImplicitLogin` chart value ([#698](https://github.com/Substra/substra-backend/pull/698))
- Tokens issued by `/api-token-auth/` can now be deleted like other API tokens, through a `DELETE` request on the `/active-api-tokens` endpoint ([#698](https://github.com/Substra/substra-backend/pull/698))
Expand All @@ -23,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed logic for storing `SECRET_KEY` at startup, in order to increase stability; it should be done at a higher level, i.e. the chart ([#671](https://github.com/Substra/substra-backend/pull/671))

## Fixed

- `/api-token-auth/` sometimes handing out tokens that are about to expire ([#698](https://github.com/Substra/substra-backend/pull/698))

## [0.40.0](https://github.com/Substra/substra-backend/releases/tag/0.40.0) 2023-07-25
Expand Down
7 changes: 7 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [22.8.1] - 2023-09-05

### Changed

- Update substra-backend image to `0.41.0`

## [22.8.0] - 2023-08-16

## Added
Expand All @@ -9,6 +15,7 @@
## [22.7.1] - 2023-08-16

### Changed

- Created role no longer request superfluous permissions

## [22.7.0] - 2023-08-14
Expand Down
4 changes: 2 additions & 2 deletions charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: 22.8.0
appVersion: 0.40.0
version: 22.8.1
appVersion: 0.41.0-rc1
kubeVersion: ">= 1.19.0-0"
description: Main package for Substra
type: application
Expand Down

0 comments on commit 3ebc50a

Please sign in to comment.