-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
letsencrypt: Bump certbot-dns-directadmin to 1.0.6 #3828
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Felix Matouschek <[email protected]>
📝 WalkthroughWalkthroughThe changes in this pull request include updates to the Let's Encrypt project, specifically the addition of a new version entry in the changelog for version 5.2.4, which notes the update of the Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
🧰 Additional context used📓 Path-based instructions (1)letsencrypt/build.yaml (6)Pattern
Pattern
Pattern Pattern Pattern Pattern 🔇 Additional comments (1)letsencrypt/build.yaml (1)
The version update from 1.0.4 to 1.0.6 aligns with the PR objective to fix pointer domains support issues. Let's verify the changelog and release notes: ✅ Verification successfulVersion 1.0.6 is the latest release and follows a proper version sequence Based on the PyPI release history, version 1.0.5 was not skipped. The package follows a proper version sequence from 1.0.4 through 1.0.5 to 1.0.6, indicating a regular release cycle. The update to 1.0.6 is appropriate as it's the latest available version. 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check the changelog and release notes for certbot-dns-directadmin 1.0.6
# and verify if version 1.0.5 was skipped intentionally
# Check PyPI for release history and changelog
curl -s https://pypi.org/pypi/certbot-dns-directadmin/json | jq -r '.releases | keys[]' | sort -V
# Check GitHub releases if available
gh api repos/DirectAdmin/certbot-dns-directadmin/releases --jq '.[].tag_name'
Length of output: 507 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bump certbot-dns-directadmin to 1.0.6 in hope to fix issues with the support for pointer domains that was introduced in version 1.0.4.
Summary by CodeRabbit
New Features
certbox-dns-directadmin
package to version 1.0.6 for improved DNS support.Documentation
Chores