-
-
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-infomaniak to 0.2.3 #3860
letsencrypt: Bump certbot-dns-infomaniak to 0.2.3 #3860
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @notFloran
It seems you haven't yet signed a CLA. Please do so here.
Once you do that we will be able to review and accept this pull request.
Thanks!
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
📝 WalkthroughWalkthroughThe changes in this pull request include updates to the versioning of the Let's Encrypt project. The changelog has been modified to reflect the new version 5.2.9, which includes 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 bump to 0.2.3 aligns with the PR objectives. ✅ Verification successfulLet me gather more information about the repository and releases to make a more informed decision. Version 0.2.3 is verified as the latest stable release The version bump to 0.2.3 is correct and verified:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the version and changelog of certbot-dns-infomaniak
# Check PyPI for latest version info
curl -s https://pypi.org/pypi/certbot-dns-infomaniak/json | jq -r '.info | {version: .version, release_date: .release_date}'
# Check GitHub releases for changelog
gh api repos/infomaniak/certbot-dns-infomaniak/releases/tags/v0.2.3 --jq '.body'
# Verify if issue #40 is addressed
gh api repos/infomaniak/certbot-dns-infomaniak/issues/40 --jq '.state'
Length of output: 492 Script: #!/bin/bash
# Check latest releases and tags
gh api repos/infomaniak/certbot-dns-infomaniak/releases --jq '.[0] | {tag_name, published_at, body}'
# Check tags directly
gh api repos/infomaniak/certbot-dns-infomaniak/tags --jq '.[0:3] | .[] | {name, commit}'
# Verify the package on PyPI
curl -s "https://pypi.org/pypi/certbot-dns-infomaniak/0.2.3/json" | jq -r '.urls[0] | {upload_time, url}'
Length of output: 1260 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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @notFloran 👍
../Frenck
Bump certbot-dns-infomaniak to 0.2.3 to fix the issue Infomaniak/certbot-dns-infomaniak#40
Summary by CodeRabbit
CERTBOT_DNS_INFOMANIAK_VERSION
to 0.2.3.