Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.48.0 #996

Merged
merged 5 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: [email protected]
- name: Substra Team
email: [email protected]
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
Loading