Skip to content

Commit da14def

Browse files
committed
chore: release v0.3.0
1 parent bf26176 commit da14def

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

.changes/unreleased/added-20250731-201131.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/fixed-20250731-201015.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/fixed-20250731-201039.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.3.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.3.0 - 2025-07-31
2+
3+
### ➕ Added
4+
5+
- PostgreSQL infrastructure check
6+
7+
### 🪲 Fixed
8+
9+
- OIDC URL check wouldn't succeed due to lack of certificates in Docker image
10+
- Related docs wouldn't print correctly for OIDC URL checks

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v0.3.0 - 2025-07-31
9+
10+
### ➕ Added
11+
12+
- PostgreSQL infrastructure check
13+
14+
### 🪲 Fixed
15+
16+
- OIDC URL check wouldn't succeed due to lack of certificates in Docker image
17+
- Related docs wouldn't print correctly for OIDC URL checks
18+
819
## v0.2.1 - 2025-07-25
920

1021
### 🔧 Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Refer to the compatibility matrix below to determine the appropriate `privateclo
2828

2929
| `privatecloud-cli` Version | Private Cloud Version |
3030
|----------------------------|-----------------------|
31-
| v0.2.1 and above | v2.1.0 and above |
31+
| v0.3.0 and above | v2.1.0 and above |
3232
| v0.1.0 and above | v2.0.1 and above |
3333

3434
## Installation

0 commit comments

Comments
 (0)