mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #817] [MERGED] new providers & bugfix #1049
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#1049
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/817
Author: @fudiwei
Created: 6/23/2025
Status: ✅ Merged
Merged: 6/24/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (10+)
5ed8384fix: could not deploy to rainyun rcdncff0934feat: support configuring endpoint on deployment to tencentcloud60409d0refactor: clean code2216d52refactor: clean codef8b7086chore(deps): upgrade gomod dependencies5612c63chore(deps): upgrade npm dependenciesac16fb0feat: new deployment provider: tencentcloud ssludpatebbd349bfeat: new acme dns-01 provider: spaceship2695a50build: inject tag version to .envbd465edfeat: db index📊 Changes
256 files changed (+3006 additions, -1847 deletions)
View changed files
📝
.github/workflows/push_image.yml(+4 -0)📝
.github/workflows/push_image_next.yml(+4 -0)📝
.github/workflows/release.yml(+2 -1)📝
go.mod(+45 -45)📝
go.sum(+106 -98)📝
internal/applicant/providers.go(+17 -0)📝
internal/deployer/providers.go(+26 -2)📝
internal/domain/access.go(+5 -0)📝
internal/domain/provider.go(+3 -0)➕
migrations/1750687200_upgrade.go(+93 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/spaceship/spaceship.go(+40 -0)📝
pkg/core/ssl-deployer/providers/aliyun-alb/aliyun_alb.go(+10 -23)📝
pkg/core/ssl-deployer/providers/aliyun-apigw/aliyun_apigw.go(+26 -25)📝
pkg/core/ssl-deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+8 -25)📝
pkg/core/ssl-deployer/providers/aliyun-clb/aliyun_clb.go(+11 -11)📝
pkg/core/ssl-deployer/providers/aliyun-ddos/aliyun_ddos.go(+19 -24)📝
pkg/core/ssl-deployer/providers/aliyun-esa/aliyun_esa.go(+19 -24)📝
pkg/core/ssl-deployer/providers/aliyun-fc/aliyun_fc.go(+11 -3)📝
pkg/core/ssl-deployer/providers/aliyun-ga/aliyun_ga.go(+6 -11)📝
pkg/core/ssl-deployer/providers/aliyun-nlb/aliyun_nlb.go(+18 -24)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.