Skip to content

Commit 12931e5

Browse files
committed
chore(release): bump version to 0.3.0-beta1
1 parent 9a6b452 commit 12931e5

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0-beta1] - 2025-12-17
11+
12+
### Fixed
13+
14+
- Alibaba Cloud SDK integration:
15+
- Fixed method name typo in SLB certificate update: `set_load_balancer_https_listener_attribute_with_options``set_load_balancer_httpslistener_attribute_with_options`
16+
- Resolved cryptography deprecation warnings by using `not_valid_after_utc` and `not_valid_before_utc` properties instead of deprecated `not_valid_after` and `not_valid_before`
17+
- Removed unnecessary timezone import from certificate renewer base class
18+
1019
## [0.2.9-beta2] - 2025-12-17
1120

1221
### 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.9-beta2"
3+
__version__ = "0.3.0-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.9-beta2
6-
appVersion: "0.2.9-beta2"
5+
version: 0.3.0-beta1
6+
appVersion: "0.3.0-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.9-beta2"
3+
version = "0.3.0-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)