Skip to content

Commit

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

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

* [auto] chore: update chart changelog

* [auto] update changelog

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

* chore: bump chart version `26.14.2`

Signed-off-by: Guilhem Barthés <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Guilhem Barthés <[email protected]>
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: Guilhem Barthés <[email protected]>
  • Loading branch information
3 people authored Oct 14, 2024
1 parent 034c060 commit 2ae74e6
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

## [1.0.0](https://github.com/Substra/substra-backend/releases/tag/1.0.0) - 2024-10-14

### Added

- Add configurable builder timeout through the env var `IMAGE_BUILD_TIMEOUT` ([#992](https://github.com/Substra/substra-backend/pull/992))
- Check if function is linked with compute plans (through the compute tasks) before building. If all compute plans have been cancelled or failed, cancels the function. ([#997](https://github.com/Substra/substra-backend/pull/997))
- django commands `sync_users`, `sync_incoming_organizations` and `sync_outgoing_organizations` that can add, update and remove corresponding entities. ([#999](https://github.com/Substra/substra-backend/pull/999))
- Celery soft timeout on `SaveImageTask` and env variable (`IMAGE_SAVING_TIMEOUT_SECONDS`) to customize the timeout ([#1003](https://github.com/Substra/substra-backend/pull/1003))

### Changed

- replaced `django-celery-results` by a connexion to the existing redis instance. ([#995](https://github.com/Substra/substra-backend/pull/995))
- Compute plans now starts when first compute task status transition to building instead of executing. ([#998](https://github.com/Substra/substra-backend/pull/998))

### Removed

- `tqdm` dependency, only used in logging ([#990](https://github.com/Substra/substra-backend/pull/990))


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

### Added
Expand Down
1 change: 0 additions & 1 deletion changes/1003.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/990.removed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changes/997.added

This file was deleted.

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

This file was deleted.

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

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.14.2] - 2024-10-14

Bump app version to 1.0.0

## [26.14.1] - 2024-10-11

# Fixed
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: 26.14.1
appVersion: 0.48.0
version: 26.14.2
appVersion: 1.0.0
kubeVersion: '>= 1.19.0-0'
description: Main package for Substra
type: application
Expand Down

0 comments on commit 2ae74e6

Please sign in to comment.