Skip to content

Commit f264717

Browse files
Merge branch 'feature/PB-33536_Release-v480' into 'release'
PB-33536 v4.8.0-rc.1 See merge request passbolt/passbolt-ce-api!287
2 parents 9a9db18 + df87700 commit f264717

File tree

3 files changed

+35
-22
lines changed

3 files changed

+35
-22
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [4.8.0-rc.1] - 2024-05-17
6+
### Added
7+
- PB-33071 As an administrator I can purge the action logs table with a dedicated command
8+
- PB-33231 As an administrator I want to know if a custom certificate is in use for SMTP
9+
- PB-32579 As an administrator I can view email_queue records via passbolt command
10+
11+
### Improved
12+
- PB-32888 As an admin I should not get a time-out on health checks on air-gapped network
13+
- PB-32983 Access email settings only when emails are sent
14+
15+
### Fixed
16+
- PB-33451 Fix 500 error on authentication when nonce is not a string
17+
- PB-33073 As a user logging in, invalid login operation should not be logged as success in the audit logs
18+
- PB-33234 The application should not throw an error if the JWT public key is not parsable
19+
20+
### Maintenance
21+
- PB-30314 Bump passbolt/passbolt-test-data to v4.8
22+
523
## [4.8.0-test.1] - 2024-05-16
624
### Added
725
- PB-33071 As an administrator I can purge the action logs table with a dedicated command

RELEASE_NOTES.md

+15-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1-
Release song: https://youtu.be/3L4YrGaR8E4
1+
Release song: https://youtu.be/hbe3CQamF8k
22

3-
Passbolt Community Edition v4.7 is a maintenance release that resolves multiple issues identified by the community. Furthermore, this release supports the commitment to improving customization options and integration features, making it easier for organizations to tailor the system to their specific needs.
3+
Passbolt is pleased to announce that the v4.8.0 Release Candidate is officially available for testing.
4+
This maintenance release aims to publish the first version of the Manifest v3 browser extension for Chrome and adds tools for administrators to help them maintain their instances.
5+
As always, your feedback is invaluable, so please share and report any issues you come across.
46

5-
A key enhancement in this release is the ability to use custom SSL certificates for SMTP server connections. This long-awaited feature is particularly beneficial for organizations operating in air-gapped environments or those using their own root CAs, enabling passbolt to more securely integrate with internal tools.
6-
7-
## [4.7.0] - 2024-04-30
7+
## [4.8.0-rc.1] - 2024-05-17
88
### Added
9-
- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507)
10-
- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498)
9+
- PB-33071 As an administrator I can purge the action logs table with a dedicated command
10+
- PB-33231 As an administrator I want to know if a custom certificate is in use for SMTP
11+
- PB-32579 As an administrator I can view email_queue records via passbolt command
1112

12-
### Security
13-
- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on
13+
### Improved
14+
- PB-32888 As an admin I should not get a time-out on health checks on air-gapped network
15+
- PB-32983 Access email settings only when emails are sent
1416

1517
### Fixed
16-
- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array
17-
- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved
18-
- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances
19-
- PB-32566 As a user setting up my account I should not get an unexpected 500
20-
- PB-32903 Fix deprecation error on password expiry settings validation
18+
- PB-33451 Fix 500 error on authentication when nonce is not a string
19+
- PB-33073 As a user logging in, invalid login operation should not be logged as success in the audit logs
20+
- PB-33234 The application should not throw an error if the JWT public key is not parsable
2121

2222
### Maintenance
23-
- PB-29983 Refactor health check code domain for better maintenance
24-
- PB-30394 Moves code in ActionLogsModelListener into a dedicated service
25-
- PB-32881 Disable by default all plugins in integration tests
26-
- PB-32978 Use dependency proxy to reduce docker pull limit
27-
- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories
28-
- PB-32594 Add tests for SecretCreateService
23+
- PB-30314 Bump passbolt/passbolt-test-data to v4.8

config/version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
return [
33
'passbolt' => [
4-
'version' => '4.8.0-test.1',
5-
'name' => 'TBD',
4+
'version' => '4.8.0-rc.1',
5+
'name' => 'Angel',
66
],
77
'php' => [
88
'minVersion' => '7.4',

0 commit comments

Comments
 (0)