Skip to content

Commit 2bb64a6

Browse files
committed
chore(release): bump version to 0.2.9-beta1
1 parent e25c475 commit 2bb64a6

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.9-beta1] - 2025-12-17
11+
12+
### Added
13+
14+
- Webhook testing and diagnostics:
15+
- Added `scripts/test-webhook.py` helper script for sending test events to configured webhook endpoints
16+
- Enables local verification of webhook configuration and payload formatting
17+
18+
### Improved
19+
20+
- Webhook delivery error handling:
21+
- Enhanced error handling and logging for webhook delivery failures to improve reliability and troubleshooting
22+
1023
## [0.2.8-beta3] - 2025-12-17
1124

1225
### Added

cloud_cert_renewer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Cloud Certificate Renewer - Automated HTTPS certificate renewal tool for cloud services.""" # noqa: E501
22

3-
__version__ = "0.2.8-beta3"
3+
__version__ = "0.2.9-beta1"
44
__author__ = "analyser"
55
__email__ = "analyser@gmail.com"

helm/cloud-cert-renewer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cloud-cert-renewer
33
description: A Helm chart for cloud certificate renewal service (CDN and Load Balancer). Supports multiple cloud providers (currently Alibaba Cloud, with architecture designed for multi-cloud extension).
44
type: application
5-
version: 0.2.8-beta3
6-
appVersion: "0.2.8-beta3"
5+
version: 0.2.9-beta1
6+
appVersion: "0.2.9-beta1"
77
keywords:
88
- cloud
99
- certificate

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cloud-cert-renewer"
3-
version = "0.2.8-beta3"
3+
version = "0.2.9-beta1"
44
description = "Automated HTTPS certificate renewal tool for cloud services, supporting CDN and Load Balancer (multi-cloud support, currently supports Alibaba Cloud)"
55
readme = "README.md"
66
license = {text = "MIT"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)