Skip to content

Commit f8c4571

Browse files
committed
Release 1.5.0rc1
1 parent 785ee2c commit f8c4571

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Chris Burgess <chris.burgess@catalyst.net.nz>
99
devpod.cn <support@devpod.cn>
1010
Venu Vardhan Reddy Tekula <venu@chaoss.community>
1111
Matt Gaughan <mgaughan@proton.me>
12+
Alberto Ferrer Sánchez <alberefe@gmail.com>
1213

perceval/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2026-05-06 08:25:43.248653
2-
__version__ = "1.4.7"
1+
# File auto-generated by semverup on 2026-06-19 06:55:18.212109
2+
__version__ = "1.5.0-rc.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "perceval"
3-
version = "1.4.7"
3+
version = "1.5.0-rc.1"
44
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
55
authors = [
66
"GrimoireLab Developers"

releases/1.5.0rc1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## perceval 1.5.0rc1 - (2026-06-19)
2+
3+
**New features:**
4+
5+
* Add secrets manager integration for credential retrieval\
6+
Perceval can now retrieve backend credentials from external secrets
7+
managers (Bitwarden, HashiCorp Vault) instead of passing them directly
8+
on the command line.
9+
10+
**Bug fixes:**
11+
12+
* Updated Phabricator/Phorge API compatibility (#903)\
13+
Improved compatibility with newer Phorge Conduit API endpoints. User
14+
data from items are different from previous ones.
15+
File renamed without changes.

releases/unreleased/updated-phabricatorphorge-api-compatibility.yml renamed to releases/unreleased/processed/updated-phabricatorphorge-api-compatibility.yml

File renamed without changes.

0 commit comments

Comments
 (0)