Skip to content

Commit

Permalink
chore: release 0.48.0 (#996)
Browse files Browse the repository at this point in the history
* [auto] chore: bump chart and app version to 0.48.0-rc1

* [auto] chore: bump chart and app version to 0.48.0

* [auto] chore: update chart changelog

* [auto] update changelog

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* style(changelog): minor update

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <100303497+substra-bot[bot]@users.noreply.github.com>
Co-authored-by: substra-bot[bot] <substra-bot[bot]@users.noreply.github.com>
Co-authored-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 12, 2024
1 parent 7b1c1fa commit b7b0f09
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 47 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [0.48.0](https://github.com/Substra/substra-backend/releases/tag/0.48.0) - 2024-09-12

### Added

- Propagate function profiling step through the orchestrator
- Create `FunctionProfilingStep` model in the API
- Create `FunctionProfilingStep` in orchestrator.resources` representing the different profiling step for the function
- Save in the local DB when receive the event `ASSET_PROFILING_STEP` ([#886](https://github.com/Substra/substra-backend/pull/886))
- Views returning the function duration ([#949](https://github.com/Substra/substra-backend/pull/949))

### Changed

- `get_orchestrator_client` moved from `substrapp.orchestrator` to `orchestrator` ([#886](https://github.com/Substra/substra-backend/pull/886))
- Function images are only downloaded if they do not already exist on the local backend when a task is launched. ([#934](https://github.com/Substra/substra-backend/pull/934))
- Disable never expiring users `BearerToken` ([#969](https://github.com/Substra/substra-backend/pull/969))

### Fixed

- Casting when receiving `FunctionProfilingStep` from the orchestrator ([#932](https://github.com/Substra/substra-backend/pull/932))
- Improved resilience to docker image deletion (in particular when plugged in to an external registry). ([#934](https://github.com/Substra/substra-backend/pull/934))
- Function durations received from the orchestrator are now correctly saved as milliseconds instead of seconds ([#949](https://github.com/Substra/substra-backend/pull/949))
- `tqdm` and `python-dxf` versions have been pinned. ([#957](https://github.com/Substra/substra-backend/pull/957))
- Pin `pyopenssl` to version `24.1.0` to avoid deprecation warnings ([#958](https://github.com/Substra/substra-backend/pull/958))
- Celery was failing silently when a task called `FailableTask.on_failure` if the task didn't have a `logs` attribute (now return internal error) ([#970](https://github.com/Substra/substra-backend/pull/970))
- \`OrganizationHttpError.status_code\` is now always getting a value properly ([#982](https://github.com/Substra/substra-backend/pull/982))

### Removed

- `argh` dependency has been removed. ([#957](https://github.com/Substra/substra-backend/pull/957))


## [0.47.0](https://github.com/Substra/substra-backend/releases/tag/0.47.0) - 2024-06-11


Expand Down
4 changes: 0 additions & 4 deletions changes/886.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/886.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/932.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/934.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/934.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/949.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/949.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/957.fixed

This file was deleted.

2 changes: 0 additions & 2 deletions changes/957.removed

This file was deleted.

1 change: 0 additions & 1 deletion changes/958.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/969.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/970.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/982.fixed

This file was deleted.

5 changes: 5 additions & 0 deletions charts/substra-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

<!-- towncrier release notes start -->

## [26.9.1] - 2024-09-12

Bump app version to 0.48.0

## [26.9.0] - 2024-07-22

# Added
Expand Down
60 changes: 30 additions & 30 deletions charts/substra-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
apiVersion: v2
name: substra-backend
home: https://github.com/Substra
version: "26.9.0"
appVersion: "0.47.0"
kubeVersion: ">= 1.19.0-0"
version: 26.9.1
appVersion: 0.48.0
kubeVersion: '>= 1.19.0-0'
description: Main package for Substra
type: application
icon: https://avatars.githubusercontent.com/u/84009910?s=200&v=4
sources:
- https://github.com/Substra/substra-backend
- https://github.com/Substra/substra-backend
maintainers:
- name: Substra Team
email: support@substra.org
- name: Substra Team
email: support@substra.org
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
version: 19.5.0
- name: common
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled,postgresql.enabled,minio.enabled
version: 2.16.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
condition: postgresql.enabled
- name: docker-registry
repository: https://helm.twun.io
version: 2.2.3
condition: docker-registry.enabled
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.6.1
condition: minio.enabled
- name: localstack
repository: https://localstack.github.io/helm-charts
version: 0.6.9
condition: localstack.enabled
- name: redis
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
version: 19.5.0
- name: common
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled,postgresql.enabled,minio.enabled
version: 2.16.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
condition: postgresql.enabled
- name: docker-registry
repository: https://helm.twun.io
version: 2.2.3
condition: docker-registry.enabled
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 14.6.1
condition: minio.enabled
- name: localstack
repository: https://localstack.github.io/helm-charts
version: 0.6.9
condition: localstack.enabled

0 comments on commit b7b0f09

Please sign in to comment.