Skip to content

Commit

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

See merge request passbolt/passbolt-ce-api!250
  • Loading branch information
pabloelcolombiano committed Mar 12, 2024
2 parents 2f13037 + 94a5e51 commit 1160635
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 10 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.6.0-rc.1] - 2024-03-11
### Added
- PB-24485 As an administrator I can view the API healthcheck in the administration section
- PB-29396 As an administrator I can hide the share folder capability with a RBAC
- PB-25463 As an administrator I can disable the healthcheck index endpoint with a flag
- PB-29397 As an administrator I can disable the healthcheck administration panel with a flag

### Improved
- PB-29009 As an administrator completing my setup I should not receive a notification that I completed my setup
- PB-26152 The API should identify openpgpjs v5.10 revoked key as revoked
- PB-29437 As an administrator I can log internal errors with the complete trace in Json format

### Security
- PB-30155 Update phpseclib/phpseclib to fix composer security vulnerability

### Fixed
- PB-30019 As a user I should not get a 500 when editing a user with payload containing integers as fields
- PB-29964 As an administrator disabling a user I should not get a 500 if the disabled date is not valid
- PB-29970 As a group manager I should receive an accurate summary in my notifications on group permission changes
- PB-29054 As an administrator I should not get an error when running the cleanup command and the users table does not exist
- PB-28719 As an administrator sending emails the timezone displayed in the emails should be in the correct time zone
- PB-30266 As an administrator sending emails with the email digest the message ID should be defined

### Maintenance
- PB-28247 Update cakephp/cakephp to version 4.5

## [4.6.0-test.1] - 2024-03-07
### Added
- PB-24485 As an administrator I can view the API healthcheck in the administration section
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The best part? All you have to do is head to GitHub and dive in! Of course, you

Enjoy the testing journey! ♥️

## [4.6.0-test.1] - 2024-03-07
## [4.6.0-rc.1] - 2024-03-11
### Added
- PB-24485 As an administrator I can view the API healthcheck in the administration section
- PB-29396 As an administrator I can hide the share folder capability with a RBAC
Expand Down
2 changes: 1 addition & 1 deletion config/version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
return [
'passbolt' => [
'version' => '4.6.0-test.1',
'version' => '4.6.0-rc.1',
'name' => 'Purple Haze',
],
'php' => [
Expand Down
14 changes: 7 additions & 7 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 @@ -24,7 +24,7 @@
"jquery": "^3.5.1",
"lockfile-lint": "^4.12.1",
"openpgp": "5.2.1",
"passbolt-styleguide": "^4.6.0"
"passbolt-styleguide": "^4.6.1"
},
"scripts": {
"lint": "npm run lint:lockfile",
Expand Down

0 comments on commit 1160635

Please sign in to comment.