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.52.0 #405

Merged
merged 8 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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- towncrier release notes start -->

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

### Added

- Function duration (working for all backends, not only the owner) in function drawer ([#364](https://github.com/Substra/substra-frontend/pull/364))

### Changed

- Disable never expiring user-generated tokens ([#385](https://github.com/Substra/substra-frontend/pull/385))

### Fixed

- Task profiling steps are now ordered chronologically ([#347](https://github.com/Substra/substra-frontend/pull/347))
- `resetZoom` includes `STATUS_BUILDING` to replicate previous status DOING which has been split in 2. ([#386](https://github.com/Substra/substra-frontend/pull/386))


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


Expand Down
1 change: 0 additions & 1 deletion changes/347.fixed

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

<!-- towncrier release notes start -->

## [1.2.2] - 2024-09-12

Bump app version to 0.52.0

## [1.2.1] - 2024-06-24

### Added
Expand Down
12 changes: 6 additions & 6 deletions charts/substra-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: substra-frontend
description: Frontend for Substra
icon: https://avatars.githubusercontent.com/u/84009910?s=400
keywords:
- substra
- substra
sources:
- https://github.com/Substra/substra-frontend
- https://github.com/Substra/substra-frontend
type: application
maintainers:
- name: Substra Team
email: [email protected]
version: 1.2.1
appVersion: 0.51.0 # should be same as in package.json
- name: Substra Team
email: [email protected]
version: 1.2.2
appVersion: 0.52.0
kubeVersion: '>= 1.19.0-0'
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "Apache-2.0",
"private": "true",
"version": "0.51.0",
"version": "0.52.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
Loading