Skip to content

Commit cee926e

Browse files
committed
chore(release): bump version to 0.3.0-beta2
1 parent ea1e43d commit cee926e

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0-beta2] - 2025-12-17
11+
12+
### Fixed
13+
14+
- Alibaba Cloud SDK integration:
15+
- Fixed method name typo in SLB listener configuration query: `describe_load_balancer_https_listener_attribute_with_options``describe_load_balancer_httpslistener_attribute_with_options`
16+
- This fixes the error: 'Client' object has no attribute 'describe_load_balancer_https_listener_attribute_with_options'
17+
1018
## [0.3.0-beta1] - 2025-12-17
1119

1220
### Fixed

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