mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #465] [MERGED] bugfix #965
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#965
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/465
Author: @fudiwei
Created: 2/24/2025
Status: ✅ Merged
Merged: 2/28/2025
Merged by: @usual2970
Base:
next← Head:hotfix📝 Commits (7)
8e5fce3feat(ui): improve i18n429f8ecMerge branch 'next' into hotfix7860007fix: incorrect content-type in baota sdk3c91f29fix: incorrect azure cloud environmenta2ac836feat: add azure keyvault uploader6e3d040feat: ptr util funcc89633ffix: config or logger not be set in deployers📊 Changes
16 files changed (+391 additions, -53 deletions)
View changed files
📝
README_EN.md(+1 -1)📝
go.mod(+6 -2)📝
go.sum(+13 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/azure-dns/azure-dns.go(+6 -12)📝
internal/pkg/core/deployer/providers/dogecloud-cdn/dogecloud_cdn.go(+1 -0)📝
internal/pkg/core/deployer/providers/volcengine-clb/volcengine_clb.go(+1 -0)📝
internal/pkg/core/uploader/providers/aws-acm/aws_acm.go(+67 -9)➕
internal/pkg/core/uploader/providers/azure-keyvault/azure_keyvault.go(+181 -0)📝
internal/pkg/core/uploader/providers/jdcloud-ssl/jdcloud_ssl.go(+5 -5)📝
internal/pkg/core/uploader/providers/ucloud-ussl/ucloud_ussl.go(+2 -2)📝
internal/pkg/utils/types/types.go(+26 -0)➕
internal/pkg/vendors/azure-sdk/common/config.go(+47 -0)📝
internal/pkg/vendors/btpanel-sdk/client.go(+18 -5)📝
ui/src/i18n/locales/en/nls.access.json(+5 -5)📝
ui/src/i18n/locales/en/nls.provider.json(+3 -3)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+9 -9)📄 Description
该 PR 包含以下内容的变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.