Skip to content

Commit eec8d79

Browse files
committed
chore(release): bump version to 0.2.6-beta3
- Updated CHANGELOG.md to include CI/CD workflow improvements and fixed Docker Hub description update error. - Bumped version in pyproject.toml, uv.lock, and Chart.yaml to 0.2.6-beta3 for consistency across the project.
1 parent 26aba9f commit eec8d79

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.2.6-beta3] - 2025-12-16
11+
12+
### Fixed
13+
14+
- CI/CD workflow improvements:
15+
- Fixed Docker Hub description update "Forbidden" error by making the step non-blocking (`continue-on-error: true`)
16+
- Updated documentation to clarify Docker Hub token requires `Read, Write & Delete` permissions (not just Read & Write)
17+
- Added workflow comments explaining token permission requirements
18+
1019
## [0.2.6-beta2] - 2025-12-16
1120

1221
### 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.2.6-beta2"
3+
__version__ = "0.2.6-beta3"
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.6-beta2
6-
appVersion: "0.2.6-beta2"
5+
version: 0.2.6-beta3
6+
appVersion: "0.2.6-beta3"
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.6-beta2"
3+
version = "0.2.6-beta3"
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)