Skip to content

Commit 8e20280

Browse files
authored
Merge pull request #28 from AppsGanin/release-please--branches--main--components--rospanel
chore(main): release 0.15.0
2 parents 639559e + 62218c9 commit 8e20280

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.14.0"
2+
".": "0.15.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/AppsGanin/rospanel/compare/v0.14.0...v0.15.0) (2026-07-13)
4+
5+
6+
### Features
7+
8+
* **health:** connection self-test that verifies traffic actually flows ([8fd1a4e](https://github.com/AppsGanin/rospanel/commit/8fd1a4ef2cca739754b65450ce2e0edff98f8f18))
9+
* **health:** self-test flags egress that isn't the server's own IP ([04dc816](https://github.com/AppsGanin/rospanel/commit/04dc816dd084774da0192d6baf5b684fc0ddb622))
10+
* subscription announce, expired-user auto-delete, DB integrity recovery ([346f174](https://github.com/AppsGanin/rospanel/commit/346f17423dd922dae12d395f45b7178527962bc6))
11+
12+
13+
### Bug Fixes
14+
15+
* **reality:** reject donors with oversized certs ([#6402](https://github.com/AppsGanin/rospanel/issues/6402)) + name the cause in self-test ([8dbcb26](https://github.com/AppsGanin/rospanel/commit/8dbcb26ce4694491ed1aed1809b602c483dd4820))
16+
* self-test TLS pin on self-signed, DB recovery blank-boot, egress wording ([639559e](https://github.com/AppsGanin/rospanel/commit/639559e99b9a0034d8ec115c4f0e154560b5b006))
17+
318
## [0.14.0](https://github.com/AppsGanin/rospanel/compare/v0.13.0...v0.14.0) (2026-07-12)
419

520

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// Version is the current release, kept in sync automatically by release-please
55
// (via the extra-files entry in release-please-config.json). The trailing
66
// annotation comment is the marker release-please rewrites on each release.
7-
const Version = "0.14.0" // x-release-please-version
7+
const Version = "0.15.0" // x-release-please-version

0 commit comments

Comments
 (0)