generated from cstate/example
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from linuxserver/swag-porkbun
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: 'PSA: Breaking Changes to Porkbun DNS Plugin for SWAG' | ||
date: '2024-11-25 21:00:00Z' | ||
informational: true | ||
affected: | ||
- 'swag' | ||
section: 'issue' | ||
--- | ||
|
||
If you use the Porkbun certbot plugin with SWAG for DNS validation you need to ensure that you have updated your SWAG container to at least version `3.0.1-ls337` before *2024-12-01*, as Porkbun are making changes to their API endpoint that will cause older versions of the plugin to stop working. Specifically, they are updating their API domain root from `porkbun.com` to `api.porkbun.com`. | ||
|
||
If you are unsure which version of SWAG you are running, you can use `docker inspect -f '{{ index .Config.Labels "build_version" }}' swag` to output the version of the running container. Newer images will also show this information in the container startup logs. |