Skip to content

Commit

Permalink
Merge branch 'feature/PB-33111_51-Publish-RC-API' into 'release'
Browse files Browse the repository at this point in the history
PB-33111 Prepare v4.7.0-rc.1 release

See merge request passbolt/passbolt-ce-api!275
  • Loading branch information
pabloelcolombiano committed Apr 26, 2024
2 parents 0cd5374 + a0d8590 commit 8f0653f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

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

### Security
- PB-30255 As an authenticated user I cannot access to the healthcheck endpoint when debug is on

### Fixed
- PB-30379 As an authenticating user I should not get a 500 if the gpg_auth is not an array
- PB-32889 As an administrator I should not get an exception when running core healthcheck and the host cannot be resolved
- PB-32928 As user I should see the accurate URL in the email footer when passbolt runs on multiple instances
- PB-32566 As a user setting up my account I should not get an unexpected 500
- PB-32903 Fix deprecation error on password expiry settings validation

### Maintenance
- PB-29983 Refactor health check code domain for better maintenance
- PB-30394 Moves code in ActionLogsModelListener into a dedicated service
- PB-32881 Disable by default all plugins in integration tests
- PB-32978 Use dependency proxy to reduce docker pull limit
- PB-22605 Refactor ShareSearchControllerTest, SecretViewControllerTest and GroupsDeleteControllerTest with fixture factories
- PB-32594 Add tests for SecretCreateService

## [4.7.0-test.2] - 2024-04-26
### Fixed
- PB-33084 New release with fixed release pipes
Expand Down
8 changes: 4 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Release song: TBD
Release song: https://youtu.be/3L4YrGaR8E4

Hey community members,

Prepare for an exciting update! 🥁

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

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.
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.

Enjoy the testing journey! ♥️

## [4.7.0-test.1] - 2024-04-24
## [4.7.0-rc.1] - 2024-04-26
### Added
- PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507)
- PB-26156 As an administrator I can configure SMTP to use TLS with a self-signed cert on my mail server (GITHUB #498)
Expand Down
4 changes: 2 additions & 2 deletions config/version.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
return [
'passbolt' => [
'version' => '4.7.0-test.2',
'name' => 'TBD',
'version' => '4.7.0-rc.1',
'name' => 'Bulls On Parade',
],
'php' => [
'minVersion' => '7.4',
Expand Down

0 comments on commit 8f0653f

Please sign in to comment.