Skip to content

Commit 8f0653f

Browse files
Merge branch 'feature/PB-33111_51-Publish-RC-API' into 'release'
PB-33111 Prepare v4.7.0-rc.1 release See merge request passbolt/passbolt-ce-api!275
2 parents 0cd5374 + a0d8590 commit 8f0653f

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.7.0-rc.1] - 2024-04-26
6+
### Added
7+
- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507)
8+
- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498)
9+
10+
### Security
11+
- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on
12+
13+
### Fixed
14+
- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array
15+
- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved
16+
- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances
17+
- PB-32566 As a user setting up my account I should not get an unexpected 500
18+
- PB-32903 Fix deprecation error on password expiry settings validation
19+
20+
### Maintenance
21+
- PB-29983 Refactor health check code domain for better maintenance
22+
- PB-30394 Moves code in ActionLogsModelListener into a dedicated service
23+
- PB-32881 Disable by default all plugins in integration tests
24+
- PB-32978 Use dependency proxy to reduce docker pull limit
25+
- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories
26+
- PB-32594 Add tests for SecretCreateService
27+
528
## [4.7.0-test.2] - 2024-04-26
629
### Fixed
730
- PB-33084 New release with fixed release pipes

RELEASE_NOTES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
Release song: TBD
1+
Release song: https://youtu.be/3L4YrGaR8E4
22

33
Hey community members,
44

55
Prepare for an exciting update! 🥁
66

7-
Passbolt is thrilled to announce that the v4.7.0-test.1 is officially available for testing.
7+
Passbolt is thrilled to announce that the v4.7.0 Release Candidate is officially available for testing.
88

9-
The best part? All you have to do is head to GitHub and dive in! Of course, you have to make sure to follow the steps here. As always, your feedback is invaluable, please share and report any issues you come across.
9+
The best part? All you have to do is head to GitHub and dive in! Of course, you have to make sure to follow the steps [here](https://community.passbolt.com/t/passbolt-beta-testing-how-to/7894). As always, your feedback is invaluable, please share and report any issues you come across.
1010

1111
Enjoy the testing journey! ♥️
1212

13-
## [4.7.0-test.1] - 2024-04-24
13+
## [4.7.0-rc.1] - 2024-04-26
1414
### Added
1515
- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507)
1616
- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498)

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.7.0-test.2',
5-
'name' => 'TBD',
4+
'version' => '4.7.0-rc.1',
5+
'name' => 'Bulls On Parade',
66
],
77
'php' => [
88
'minVersion' => '7.4',

0 commit comments

Comments
 (0)