mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #825] [MERGED] new providers #1051
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1051
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/825
Author: @fudiwei
Created: 6/25/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @fudiwei
Base:
main← Head:dev📝 Commits (5)
65c51eefeat: optimize uploading certificates to huaweicloud scmc9af34erefactor: clean code4e0861afeat: new deployment provider: konge55f2defeat(ui): improve i18n2bc3d42build: packaging bilingual README on release📊 Changes
46 files changed (+607 additions, -111 deletions)
View changed files
📝
.github/workflows/release.yml(+4 -1)📝
go.mod(+7 -0)📝
go.sum(+16 -10)📝
internal/deployer/providers.go(+19 -0)📝
internal/domain/access.go(+6 -0)📝
internal/domain/provider.go(+2 -0)📝
internal/domain/workflow.go(+3 -2)📝
pkg/core/ssl-deployer/providers/huaweicloud-elb/huaweicloud_elb.go(+6 -7)➕
pkg/core/ssl-deployer/providers/kong/consts.go(+8 -0)➕
pkg/core/ssl-deployer/providers/kong/kong.go(+149 -0)➕
pkg/core/ssl-deployer/providers/kong/kong_test.go(+77 -0)📝
pkg/core/ssl-manager/providers/aliyun-cas/aliyun_cas.go(+5 -5)📝
pkg/core/ssl-manager/providers/aliyun-slb/aliyun_slb.go(+6 -6)📝
pkg/core/ssl-manager/providers/byteplus-cdn/byteplus_cdn.go(+5 -5)📝
pkg/core/ssl-manager/providers/huaweicloud-elb/huaweicloud_elb.go(+5 -5)📝
pkg/core/ssl-manager/providers/huaweicloud-scm/huaweicloud_scm.go(+30 -18)📝
pkg/core/ssl-manager/providers/rainyun-sslcenter/rainyun_sslcenter.go(+5 -5)📝
pkg/core/ssl-manager/providers/ucloud-ussl/ucloud_ussl.go(+8 -8)📝
pkg/core/ssl-manager/providers/volcengine-cdn/volcengine_cdn.go(+5 -5)📝
pkg/core/ssl-manager/providers/volcengine-live/volcengine_live.go(+4 -4)...and 26 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.